diff options
author | Bjorn Helgaas <bjorn.helgaas@hp.com> | 2008-11-05 22:37:27 +0300 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-11-06 10:16:19 +0300 |
commit | da85f865b1dcec0853c48b763ed312441ce0c7df (patch) | |
tree | b5534c8421f2eb54316376ec165ec05399fff83c | |
parent | 1b4897688011cd05e07f00dcfe6af3331eb36a3c (diff) | |
download | linux-da85f865b1dcec0853c48b763ed312441ce0c7df.tar.xz |
x86: mention ACPI in top-level Kconfig menu
Impact: clarify menuconfig text
Mention ACPI in the top-level menu to give a clue as to where
it lives. This matches what ia64 does.
Signed-off-by: Bjorn Helgaas <bjorn.helgaas@hp.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
-rw-r--r-- | arch/x86/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig index 6f20718d3156..5d6aa4013dc7 100644 --- a/arch/x86/Kconfig +++ b/arch/x86/Kconfig @@ -1494,7 +1494,7 @@ config HAVE_ARCH_EARLY_PFN_TO_NID def_bool X86_64 depends on NUMA -menu "Power management options" +menu "Power management and ACPI options" depends on !X86_VOYAGER config ARCH_HIBERNATION_HEADER |