From: Samuel Thibault Date: Wed, 7 May 2008 03:42:26 +0000 (-0700) Subject: Kconfig: improved help for CONFIG_ACCESSIBILITY X-Git-Tag: v2.6.26-rc2~50 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3f9827bc05581b6bb34ab0c6b5d8e028f71b4e78;p=platform%2Fkernel%2Flinux-3.10.git Kconfig: improved help for CONFIG_ACCESSIBILITY Add a small explanation of what accessibility is. Signed-off-by: Samuel Thibault Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/drivers/accessibility/Kconfig b/drivers/accessibility/Kconfig index 1264c4b..ef3b65b 100644 --- a/drivers/accessibility/Kconfig +++ b/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.