diff options
Diffstat (limited to 'drivers/acpi/Kconfig')
-rw-r--r-- | drivers/acpi/Kconfig | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/drivers/acpi/Kconfig b/drivers/acpi/Kconfig index 83cac52308db..3998c9d35fe1 100644 --- a/drivers/acpi/Kconfig +++ b/drivers/acpi/Kconfig | |||
@@ -3,7 +3,6 @@ | |||
3 | # | 3 | # |
4 | 4 | ||
5 | menu "ACPI (Advanced Configuration and Power Interface) Support" | 5 | menu "ACPI (Advanced Configuration and Power Interface) Support" |
6 | depends on PM | ||
7 | depends on !X86_VISWS | 6 | depends on !X86_VISWS |
8 | depends on !IA64_HP_SIM | 7 | depends on !IA64_HP_SIM |
9 | depends on IA64 || X86 | 8 | depends on IA64 || X86 |
@@ -11,6 +10,8 @@ menu "ACPI (Advanced Configuration and Power Interface) Support" | |||
11 | config ACPI | 10 | config ACPI |
12 | bool "ACPI Support" | 11 | bool "ACPI Support" |
13 | depends on IA64 || X86 | 12 | depends on IA64 || X86 |
13 | select PM | ||
14 | select PCI | ||
14 | 15 | ||
15 | default y | 16 | default y |
16 | ---help--- | 17 | ---help--- |
@@ -281,10 +282,6 @@ config ACPI_POWER | |||
281 | bool | 282 | bool |
282 | default y | 283 | default y |
283 | 284 | ||
284 | config ACPI_PCI | ||
285 | bool | ||
286 | default PCI | ||
287 | |||
288 | config ACPI_SYSTEM | 285 | config ACPI_SYSTEM |
289 | bool | 286 | bool |
290 | default y | 287 | default y |