diff options
author | Len Brown <len.brown@intel.com> | 2006-06-15 21:35:57 +0200 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2006-06-15 21:35:57 +0200 |
commit | 1465887cfe79889273e3fd3aaf862e7ec3ee244f (patch) | |
tree | 210930f245d2bdd47b65480e11ed8ea24a564550 /arch/x86_64/Kconfig | |
parent | Pull ec into release branch (diff) | |
parent | ACPI: Kconfig: ACPI should depend on, not select PCI (diff) | |
download | linux-1465887cfe79889273e3fd3aaf862e7ec3ee244f.tar.xz linux-1465887cfe79889273e3fd3aaf862e7ec3ee244f.zip |
Pull Kconfig into release branch
Diffstat (limited to 'arch/x86_64/Kconfig')
-rw-r--r-- | arch/x86_64/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86_64/Kconfig b/arch/x86_64/Kconfig index 408d44a59756..6527a368fb9c 100644 --- a/arch/x86_64/Kconfig +++ b/arch/x86_64/Kconfig @@ -299,6 +299,7 @@ config X86_64_ACPI_NUMA bool "ACPI NUMA detection" depends on NUMA select ACPI + select PCI select ACPI_NUMA default y help |