qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [v2 42/71] hw/ssi/Kconfig: Add Kconfig file


From: Ákos Kovács
Subject: [Qemu-devel] [v2 42/71] hw/ssi/Kconfig: Add Kconfig file
Date: Fri, 27 Sep 2013 04:31:03 +0200

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

diff --git a/hw/ssi/Kconfig b/hw/ssi/Kconfig
new file mode 100644
index 0000000..4f89fd2
--- /dev/null
+++ b/hw/ssi/Kconfig
@@ -0,0 +1,14 @@
+config SSI
+    bool
+
+config PL022
+    bool
+    select SSI
+
+config XILINX_SPI
+    bool
+    select SSI
+
+config XILINX_SPIPS
+    bool
+    select SSI
-- 
1.8.1.2




reply via email to

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