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

From: Tomas Szepe (szepe@pinerecords.com)
Date: Wed Jan 01 2003 - 10:57:07 EST


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/



This archive was generated by hypermail 2b29 : Tue Jan 07 2003 - 22:00:14 EST