qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 20/47] hw/block/Kconfig: Add Kconfig file


From: Ákos Kovács
Subject: [Qemu-devel] [PATCH 20/47] hw/block/Kconfig: Add Kconfig file
Date: Mon, 26 Aug 2013 00:58:29 +0200

Signed-off-by: Ákos Kovács <address@hidden>
---
 hw/block/Kconfig |   34 ++++++++++++++++++++++++++++++++++
 1 file changed, 34 insertions(+)
 create mode 100644 hw/block/Kconfig

diff --git a/hw/block/Kconfig b/hw/block/Kconfig
new file mode 100644
index 0000000..400cab3
--- /dev/null
+++ b/hw/block/Kconfig
@@ -0,0 +1,34 @@
+config FDC
+    bool
+    #select ISA
+
+config SSI_M25P80
+    bool
+    select SSI
+
+config NAND
+    bool
+
+config PFLASH_CFI01
+    bool
+
+config PFLASH_CFI02
+    bool
+
+config ECC
+    bool
+
+config ONENAND
+    bool
+
+config PC_SYSFW
+    bool
+    #select ISA
+
+config NVME_PCI
+    bool
+    depends on PCI
+
+config VIRTIO_BLK_DATA_PLANE
+    bool
+    select VIRTIO
-- 
1.7.10.4




reply via email to

[Prev in Thread] Current Thread [Next in Thread]