qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH 28/47] hw/ide/Kconfig: Add Kconfig file


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

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

diff --git a/hw/ide/Kconfig b/hw/ide/Kconfig
new file mode 100644
index 0000000..c73af88
--- /dev/null
+++ b/hw/ide/Kconfig
@@ -0,0 +1,49 @@
+config IDE_CORE
+    bool
+    #select ISA
+
+config IDE_QDEV
+    bool
+    select IDE_CORE
+
+config IDE_PCI
+    bool "IDE PCI"
+    select IDE_QDEV
+    select USB_XHCI
+
+config IDE_ISA
+    bool
+    #select ISA
+    select IDE_QDEV
+
+config IDE_PIIX
+    bool
+    select IDE_QDEV
+    depends on PCI
+
+config IDE_CMD646
+    bool
+    #select ISA
+    depends on PCI
+    select IDE_QDEV
+
+config IDE_MACIO
+    bool
+    select IDE_QDEV
+
+config IDE_MMIO
+    bool
+    select IDE_QDEV
+
+config IDE_VIA
+    bool
+    select IDE_QDEV
+    depends on PCI
+
+config MICRODRIVE
+    bool
+    select IDE_CORE
+
+config AHCI
+    bool
+    select IDE_QDEV
-- 
1.7.10.4




reply via email to

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