diff options
author | Len Brown <len.brown@intel.com> | 2005-08-24 12:07:20 -0400 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2005-08-24 12:08:54 -0400 |
commit | 888ba6c62bc61a995d283977eb3a6cbafd6f4ac6 (patch) | |
tree | 2a1614a7c63460e98f55ac5905f3a4be679138f1 /arch/x86_64/Kconfig | |
parent | 84ffa747520edd4556b136bdfc9df9eb1673ce12 (diff) |
[ACPI] delete CONFIG_ACPI_BOOT
it has been a synonym for CONFIG_ACPI since 2.6.12
Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to 'arch/x86_64/Kconfig')
-rw-r--r-- | arch/x86_64/Kconfig | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/x86_64/Kconfig b/arch/x86_64/Kconfig index 660a03a89e66..40242c61e90a 100644 --- a/arch/x86_64/Kconfig +++ b/arch/x86_64/Kconfig | |||
@@ -144,7 +144,6 @@ config X86_CPUID | |||
144 | with major 203 and minors 0 to 31 for /dev/cpu/0/cpuid to | 144 | with major 203 and minors 0 to 31 for /dev/cpu/0/cpuid to |
145 | /dev/cpu/31/cpuid. | 145 | /dev/cpu/31/cpuid. |
146 | 146 | ||
147 | # disable it for opteron optimized builds because it pulls in ACPI_BOOT | ||
148 | config X86_HT | 147 | config X86_HT |
149 | bool | 148 | bool |
150 | depends on SMP && !MK8 | 149 | depends on SMP && !MK8 |
@@ -461,7 +460,6 @@ config PCI_DIRECT | |||
461 | config PCI_MMCONFIG | 460 | config PCI_MMCONFIG |
462 | bool "Support mmconfig PCI config space access" | 461 | bool "Support mmconfig PCI config space access" |
463 | depends on PCI && ACPI | 462 | depends on PCI && ACPI |
464 | select ACPI_BOOT | ||
465 | 463 | ||
466 | config UNORDERED_IO | 464 | config UNORDERED_IO |
467 | bool "Unordered IO mapping access" | 465 | bool "Unordered IO mapping access" |