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 <[email protected]>
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig
index e60c59b..60d40fb 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"
depends on !X86_VOYAGER
config ARCH_HIBERNATION_HEADER
* Bjorn Helgaas <[email protected]> wrote:
> 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 <[email protected]>
applied to tip/x86/urgent, thanks Bjorn!
small tweak:
> -menu "Power management options"
> +menu "Power management and ACPI"
i changed it to "Power management and ACPI options".
Ingo
On Thursday 06 November 2008 12:17:15 am Ingo Molnar wrote:
> * Bjorn Helgaas <[email protected]> wrote:
>
> > 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 <[email protected]>
>
> applied to tip/x86/urgent, thanks Bjorn!
>
> small tweak:
>
> > -menu "Power management options"
> > +menu "Power management and ACPI"
>
> i changed it to "Power management and ACPI options".
OK. The point of the patch was to remove needless differences
between x86 and ia64. I'll update the Kconfig patch I sent
Tony yesterday so ia64 will say "Power management and ACPI options"
also.
Bjorn