qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [v2 23/71] hw/char/Kconfig: Add Kconfig file


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

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

diff --git a/hw/char/Kconfig b/hw/char/Kconfig
new file mode 100644
index 0000000..7ec1d6d
--- /dev/null
+++ b/hw/char/Kconfig
@@ -0,0 +1,24 @@
+config IPACK 
+    bool
+    depends on PCI
+
+config ESCC
+    bool
+
+config PARALLEL
+    bool
+    #depends on ISA
+
+config SERIAL
+    bool
+    #depends on ISA
+
+config SERIAL_PCI
+    bool
+    depends on PCI
+
+config SCLPCONSOLE
+    bool
+
+config PL011
+    bool
-- 
1.8.1.2




reply via email to

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