blob: ef3b65bfdd0ac57d49a323174fab431b167c69c0 [file] [log] [blame]
Samuel Thibaultf7511d52008-04-30 00:54:51 -07001menuconfig ACCESSIBILITY
2 bool "Accessibility support"
3 ---help---
Samuel Thibault3f9827b2008-05-06 20:42:26 -07004 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.
Samuel Thibaultf7511d52008-04-30 00:54:51 -070015
16 If unsure, say N.
17
18if ACCESSIBILITY
19config A11Y_BRAILLE_CONSOLE
20 bool "Console on braille device"
21 depends on VT
22 depends on SERIAL_CORE_CONSOLE
23 ---help---
24 Enables console output on a braille device connected to a 8250
25 serial port. For now only the VisioBraille device is supported.
26
27 To actually enable it, you need to pass option
28 console=brl,ttyS0
29 to the kernel. Options are the same as for serial console.
30
31 If unsure, say N.
32
33endif # ACCESSIBILITY