浏览代码

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>
Frans Pop 18 年之前
父节点
当前提交
355ee5eb60
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      drivers/acpi/Kconfig

+ 1 - 1
drivers/acpi/Kconfig

@@ -3,7 +3,7 @@
 #
 #
 
 
 menuconfig ACPI
 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_NUMAQ
 	depends on !X86_VISWS
 	depends on !X86_VISWS
 	depends on !IA64_HP_SIM
 	depends on !IA64_HP_SIM