[PATCH] make CONFIG_ACPI a parent option for the ACPI submenu

Tomas Szepe (szepe@pinerecords.com)
Wed, 1 Jan 2003 16:57:07 +0100


Trivial: make CONFIG_ACPI a parent option for the ACPI submenu. The submenu
will only be shown when ACPI support is enabled.

-- 
Tomas Szepe <szepe@pinerecords.com>

diff -urN a/drivers/acpi/Kconfig b/drivers/acpi/Kconfig --- a/drivers/acpi/Kconfig 2002-12-16 07:01:47.000000000 +0100 +++ b/drivers/acpi/Kconfig 2003-01-01 16:53:48.000000000 +0100 @@ -2,8 +2,6 @@ # ACPI Configuration # -menu "ACPI Support" - config ACPI bool "ACPI Support" if X86 default y if IA64 && (!IA64_HP_SIM || IA64_SGI_SN) @@ -35,6 +33,9 @@ available at: <http://www.acpi.info> +menu "ACPI Support configuration" + depends on ACPI + config ACPI_HT_ONLY bool "CPU Enumeration Only" depends on X86 && ACPI && X86_LOCAL_APIC - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/