diff options
author | Len Brown <len.brown@intel.com> | 2005-08-24 18:07:20 +0200 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2005-08-24 18:08:54 +0200 |
commit | 888ba6c62bc61a995d283977eb3a6cbafd6f4ac6 (patch) | |
tree | 2a1614a7c63460e98f55ac5905f3a4be679138f1 /arch/i386/Kconfig | |
parent | Merge from-linus to-akpm (diff) | |
download | linux-888ba6c62bc61a995d283977eb3a6cbafd6f4ac6.tar.xz linux-888ba6c62bc61a995d283977eb3a6cbafd6f4ac6.zip |
[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/i386/Kconfig')
-rw-r--r-- | arch/i386/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/i386/Kconfig b/arch/i386/Kconfig index 619d843ba231..9ba334908742 100644 --- a/arch/i386/Kconfig +++ b/arch/i386/Kconfig @@ -1203,7 +1203,6 @@ config PCI_DIRECT config PCI_MMCONFIG bool depends on PCI && ACPI && (PCI_GOMMCONFIG || PCI_GOANY) - select ACPI_BOOT default y source "drivers/pci/pcie/Kconfig" |