Orange Pi5 kernel

Deprecated Linux kernel 5.10.110 for OrangePi 5/5B/5+ boards

3 Commits   0 Branches   0 Tags
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  1) # SPDX-License-Identifier: GPL-2.0
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  2) menuconfig ACCESSIBILITY
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  3) 	bool "Accessibility support"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  4) 	help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  5) 	  Accessibility handles all special kinds of hardware devices or
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  6) 	  software adapters which help people with disabilities (e.g.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  7) 	  blindness) to use computers.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  8) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  9) 	  That includes braille devices, speech synthesis, keyboard
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 10) 	  remapping, etc.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 11) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 12) 	  Say Y here to get to see options for accessibility.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 13) 	  This option alone does not add any kernel code.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 14) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 15) 	  If you say N, all options in this submenu will be skipped and disabled.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 16) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 17) 	  If unsure, say N.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 18) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 19) if ACCESSIBILITY
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 20) config A11Y_BRAILLE_CONSOLE
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 21) 	bool "Console on braille device"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 22) 	depends on VT
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 23) 	depends on SERIAL_CORE_CONSOLE
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 24) 	help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 25) 	  Enables console output on a braille device connected to a 8250
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 26) 	  serial port. For now only the VisioBraille device is supported.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 27) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 28) 	  To actually enable it, you need to pass option
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 29) 	  console=brl,ttyS0
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 30) 	  to the kernel. Options are the same as for serial console.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 31) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 32) 	  If unsure, say N.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 33) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 34) source "drivers/accessibility/speakup/Kconfig"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 35) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 36) endif # ACCESSIBILITY