The patch titled kconfig-improved-help-for-config_accessibility fix has been removed from the -mm tree. Its filename was kconfig-improved-help-for-config_accessibility-fix.patch This patch was dropped because it was folded into kconfig-improved-help-for-config_accessibility.patch 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 kconfig-improved-help-for-config_accessibility.patch kconfig-improved-help-for-config_accessibility-fix.patch vt-fix-canonical-input-in-utf-8-mode.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