18c2ecf20Sopenharmony_ci# SPDX-License-Identifier: GPL-2.0
28c2ecf20Sopenharmony_cimenuconfig ACCESSIBILITY
38c2ecf20Sopenharmony_ci	bool "Accessibility support"
48c2ecf20Sopenharmony_ci	help
58c2ecf20Sopenharmony_ci	  Accessibility handles all special kinds of hardware devices or
68c2ecf20Sopenharmony_ci	  software adapters which help people with disabilities (e.g.
78c2ecf20Sopenharmony_ci	  blindness) to use computers.
88c2ecf20Sopenharmony_ci
98c2ecf20Sopenharmony_ci	  That includes braille devices, speech synthesis, keyboard
108c2ecf20Sopenharmony_ci	  remapping, etc.
118c2ecf20Sopenharmony_ci
128c2ecf20Sopenharmony_ci	  Say Y here to get to see options for accessibility.
138c2ecf20Sopenharmony_ci	  This option alone does not add any kernel code.
148c2ecf20Sopenharmony_ci
158c2ecf20Sopenharmony_ci	  If you say N, all options in this submenu will be skipped and disabled.
168c2ecf20Sopenharmony_ci
178c2ecf20Sopenharmony_ci	  If unsure, say N.
188c2ecf20Sopenharmony_ci
198c2ecf20Sopenharmony_ciif ACCESSIBILITY
208c2ecf20Sopenharmony_ciconfig A11Y_BRAILLE_CONSOLE
218c2ecf20Sopenharmony_ci	bool "Console on braille device"
228c2ecf20Sopenharmony_ci	depends on VT
238c2ecf20Sopenharmony_ci	depends on SERIAL_CORE_CONSOLE
248c2ecf20Sopenharmony_ci	help
258c2ecf20Sopenharmony_ci	  Enables console output on a braille device connected to a 8250
268c2ecf20Sopenharmony_ci	  serial port. For now only the VisioBraille device is supported.
278c2ecf20Sopenharmony_ci
288c2ecf20Sopenharmony_ci	  To actually enable it, you need to pass option
298c2ecf20Sopenharmony_ci	  console=brl,ttyS0
308c2ecf20Sopenharmony_ci	  to the kernel. Options are the same as for serial console.
318c2ecf20Sopenharmony_ci
328c2ecf20Sopenharmony_ci	  If unsure, say N.
338c2ecf20Sopenharmony_ci
348c2ecf20Sopenharmony_cisource "drivers/accessibility/speakup/Kconfig"
358c2ecf20Sopenharmony_ci
368c2ecf20Sopenharmony_ciendif # ACCESSIBILITY
37