mirror of
https://github.com/adulau/aha.git
synced 2024-12-27 19:26:25 +00:00
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>
This commit is contained in:
parent
3de2403e66
commit
3f9827bc05
1 changed files with 11 additions and 1 deletions
|
@ -1,7 +1,17 @@
|
||||||
menuconfig ACCESSIBILITY
|
menuconfig ACCESSIBILITY
|
||||||
bool "Accessibility support"
|
bool "Accessibility support"
|
||||||
---help---
|
---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.
|
If unsure, say N.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue