Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

Kconfig: improved help for CONFIG_ACCESSIBILITY

Add a small explanation of what accessibility is.

Signed-off-by: Samuel Thibault <samuel.thibault@ens-lyon.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

authored by

Samuel Thibault and committed by
Linus Torvalds
3f9827bc 3de2403e

+11 -1
+11 -1
drivers/accessibility/Kconfig
··· 1 1 menuconfig ACCESSIBILITY 2 2 bool "Accessibility support" 3 3 ---help--- 4 - Enable a submenu where accessibility items may be enabled. 4 + Accessibility handles all special kinds of hardware devices or 5 + software adapters which help people with disabilities (e.g. 6 + blindness) to use computers. 7 + 8 + That includes braille devices, speech synthesis, keyboard 9 + remapping, etc. 10 + 11 + Say Y here to get to see options for accessibility. 12 + This option alone does not add any kernel code. 13 + 14 + If you say N, all options in this submenu will be skipped and disabled. 5 15 6 16 If unsure, say N. 7 17