diff options
author | Frans Pop <elendil@planet.nl> | 2007-10-29 17:20:38 -0400 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2007-10-29 17:20:38 -0400 |
commit | 355ee5eb60e7ce5b5379788c56d36ab162771f7d (patch) | |
tree | 36c1c395ca87a7016162ae50dca8df82b53156e6 | |
parent | a0ce317ae7d8ea99aea2c3f1a8ef0a99bab99a30 (diff) |
acpi: remove double mention of Support for ACPI option
Current description for CONFIG_ACPI includes the word "Support" twice. One
effect of this is that in menuconfig the "--->" that indicates the presence
of sub-options will not show up unless you have a very wide console.
Signed-off-by: Frans Pop <elendil@planet.nl>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Len Brown <len.brown@intel.com>
-rw-r--r-- | drivers/acpi/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/acpi/Kconfig b/drivers/acpi/Kconfig index 5d0e26a5c34..92422a3c100 100644 --- a/drivers/acpi/Kconfig +++ b/drivers/acpi/Kconfig @@ -3,7 +3,7 @@ # menuconfig ACPI - bool "ACPI Support (Advanced Configuration and Power Interface) Support" + bool "ACPI (Advanced Configuration and Power Interface) Support" depends on !X86_NUMAQ depends on !X86_VISWS depends on !IA64_HP_SIM |