qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [v2 29/71] hw/i2c/Kconfig: Add Kconfig file


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

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

diff --git a/hw/i2c/Kconfig b/hw/i2c/Kconfig
new file mode 100644
index 0000000..eaf17cc
--- /dev/null
+++ b/hw/i2c/Kconfig
@@ -0,0 +1,10 @@
+config VERSATILE_I2C
+    bool
+    select BITBANG_I2C
+
+config ACPI
+    bool
+    depends on PCI
+    
+config BITBANG_I2C
+    bool
-- 
1.8.1.2




reply via email to

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