qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH 39/47] hw/sd/Kconfig: Add Kconfig file


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

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

diff --git a/hw/sd/Kconfig b/hw/sd/Kconfig
new file mode 100644
index 0000000..eaef4f7
--- /dev/null
+++ b/hw/sd/Kconfig
@@ -0,0 +1,23 @@
+config SD
+    bool
+
+config PL181
+    bool
+    select SD
+
+config SSI_SD
+    bool
+    select SD
+    select SSI
+
+config SDHCI
+    bool
+    select SD
+
+config MILKYMIST
+    bool
+    select SD
+
+config PXA2XX
+    bool
+    select SD
-- 
1.7.10.4




reply via email to

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