qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [v2 22/71] hw/block/Kconfig: Add Kconfig file


From: Ákos Kovács
Subject: [Qemu-devel] [v2 22/71] hw/block/Kconfig: Add Kconfig file
Date: Fri, 27 Sep 2013 04:30:43 +0200

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

diff --git a/hw/block/Kconfig b/hw/block/Kconfig
new file mode 100644
index 0000000..d7a7e61
--- /dev/null
+++ b/hw/block/Kconfig
@@ -0,0 +1,31 @@
+config FDC
+    bool
+    select I8257 if !SUN4M
+    #depends on ISA
+
+config SSI_M25P80
+    bool
+    depends on SSI
+
+config NAND
+    bool
+
+config PFLASH_CFI01
+    bool
+
+config PFLASH_CFI02
+    bool
+
+config ECC
+    bool
+
+config ONENAND
+    bool
+
+config PC_SYSFW
+    bool
+    #depends on ISA
+
+config NVME_PCI
+    bool
+    depends on PCI
-- 
1.8.1.2




reply via email to

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