The patch titled Kconfig: improved help for CONFIG_ACCESSIBILITY has been removed from the -mm tree. Its filename was kconfig-improved-help-for-config_accessibility.patch This patch was dropped because it was merged into mainline or a subsystem tree The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/ ------------------------------------------------------ Subject: Kconfig: improved help for CONFIG_ACCESSIBILITY From: Samuel Thibault <samuel.thibault@xxxxxxxxxxxx> Add a small explanation of what accessibility is. Signed-off-by: Samuel Thibault <samuel.thibault@xxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- drivers/accessibility/Kconfig | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff -puN drivers/accessibility/Kconfig~kconfig-improved-help-for-config_accessibility drivers/accessibility/Kconfig --- a/drivers/accessibility/Kconfig~kconfig-improved-help-for-config_accessibility +++ a/drivers/accessibility/Kconfig @@ -1,7 +1,17 @@ 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. + + 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. _ Patches currently in -mm which might be from samuel.thibault@xxxxxxxxxxxx are origin.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