The patch titled kconfig-improved-help-for-config_accessibility fix has been added to the -mm tree. Its filename is kconfig-improved-help-for-config_accessibility-fix.patch Before you just go and hit "reply", please: a) Consider who else should be cc'ed b) Prefer to cc a suitable mailing list as well c) Ideally: find the original patch on the mailing list and do a reply-to-all to that, adding suitable additional cc's *** 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 The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/ ------------------------------------------------------ Subject: kconfig-improved-help-for-config_accessibility fix From: Samuel Thibault <samuel.thibault@xxxxxxxxxxxx> Indicate that enabling just CONFIG_ACCESSIBILITY does not add code. Signed-off-by: Samuel Thibault <samuel.thibault@xxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- drivers/accessibility/Kconfig | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff -puN drivers/accessibility/Kconfig~kconfig-improved-help-for-config_accessibility-fix drivers/accessibility/Kconfig --- a/drivers/accessibility/Kconfig~kconfig-improved-help-for-config_accessibility-fix +++ a/drivers/accessibility/Kconfig @@ -1,8 +1,6 @@ menuconfig ACCESSIBILITY bool "Accessibility support" ---help--- - Enable a submenu where accessibility items may be enabled. - Accessibility handles all special kinds of hardware devices or software adapters which help people with disabilities (e.g. blindness) to use computers. @@ -10,6 +8,11 @@ menuconfig ACCESSIBILITY That includes braille devices, speech synthesis, keyboard remapping, etc. + Say Y here to get to see options for accessibility. + This option alone does not add any kernel code. + + If you say N, all options in this submenu will be skipped and disabled. + If unsure, say N. if ACCESSIBILITY _ Patches currently in -mm which might be from samuel.thibault@xxxxxxxxxxxx are origin.patch kconfig-improved-help-for-config_accessibility.patch kconfig-improved-help-for-config_accessibility-fix.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