qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [v2 68/71] hw/acpi/Kconfig: Create ACPI Kconfig


From: Ákos Kovács
Subject: [Qemu-devel] [v2 68/71] hw/acpi/Kconfig: Create ACPI Kconfig
Date: Fri, 27 Sep 2013 04:31:29 +0200

Signed-off-by: Ákos Kovács <address@hidden>
---
 hw/Kconfig      | 1 +
 hw/acpi/Kconfig | 4 ++++
 hw/i2c/Kconfig  | 4 ----
 3 files changed, 5 insertions(+), 4 deletions(-)
 create mode 100644 hw/acpi/Kconfig

diff --git a/hw/Kconfig b/hw/Kconfig
index 23e062b..90bba75 100644
--- a/hw/Kconfig
+++ b/hw/Kconfig
@@ -1,5 +1,6 @@
 source "hw/9pfs/Kconfig"
 source "hw/audio/Kconfig"
+source "hw/acpi/Kconfig"
 source "hw/block/Kconfig"
 source "hw/char/Kconfig"
 source "hw/core/Kconfig"
diff --git a/hw/acpi/Kconfig b/hw/acpi/Kconfig
new file mode 100644
index 0000000..51e8291
--- /dev/null
+++ b/hw/acpi/Kconfig
@@ -0,0 +1,4 @@
+config ACPI
+    bool
+    select APM
+    depends on PCI
diff --git a/hw/i2c/Kconfig b/hw/i2c/Kconfig
index eaf17cc..21a14f6 100644
--- a/hw/i2c/Kconfig
+++ b/hw/i2c/Kconfig
@@ -1,10 +1,6 @@
 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]