Commit 3f9827bc05581b6bb34ab0c6b5d8e028f71b4e78

Authored by Samuel Thibault
Committed by Linus Torvalds
1 parent 3de2403e66

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>

Showing 1 changed file with 11 additions and 1 deletions Side-by-side Diff

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