xref: /openbmc/linux/drivers/accessibility/Kconfig (revision 23c2b932)
1menuconfig ACCESSIBILITY
2	bool "Accessibility support"
3	---help---
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.
15
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
34