Re: [PATCH][RFC] Make entire ACPI submenu dependent on PM.

2007-03-09 Thread Len Brown
This patch is right, and I applied it. On i386, it did what it should -- made the menus look better. Testing x86_64 exposed a latent bug, however. Since CONFIG_X86_64_ACPI_NUMA=y does a select on ACPI, it is possible to config a kernel with PM=n and ACPI=y, which violates ACPI's dependency on PM.

[PATCH][RFC] Make entire ACPI submenu dependent on PM.

2007-03-04 Thread Robert P. J. Day
Make the visibility of the entire ACPI submenu dependent on PM. Signed-off-by: Robert P. J. Day <[EMAIL PROTECTED]> --- given that de-selecting Power Management (PM) de-activates the entire contents of the ACPI submenu, it seems pointless to leave the top-level menu entry visible. but this