The patch titled acpi: remove double mention of Support for ACPI option has been added to the -mm tree. Its filename is remove-double-mention-of-support-for-acpi-option.patch *** Remember to use Documentation/SubmitChecklist when testing your code *** See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: acpi: remove double mention of Support for ACPI option From: Frans Pop <elendil@xxxxxxxxx> 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@xxxxxxxxx> Cc: Len Brown <lenb@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- drivers/acpi/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN drivers/acpi/Kconfig~remove-double-mention-of-support-for-acpi-option drivers/acpi/Kconfig --- a/drivers/acpi/Kconfig~remove-double-mention-of-support-for-acpi-option +++ a/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 _ Patches currently in -mm which might be from elendil@xxxxxxxxx are remove-double-mention-of-support-for-acpi-option.patch acpi-use-select-power_supply-for-ac-battery-and-sbs.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html