hc
2024-02-20 102a0743326a03cd1a1202ceda21e175b7d3575c
kernel/drivers/accessibility/Kconfig
....@@ -1,7 +1,7 @@
11 # SPDX-License-Identifier: GPL-2.0
22 menuconfig ACCESSIBILITY
33 bool "Accessibility support"
4
- ---help---
4
+ help
55 Accessibility handles all special kinds of hardware devices or
66 software adapters which help people with disabilities (e.g.
77 blindness) to use computers.
....@@ -21,7 +21,7 @@
2121 bool "Console on braille device"
2222 depends on VT
2323 depends on SERIAL_CORE_CONSOLE
24
- ---help---
24
+ help
2525 Enables console output on a braille device connected to a 8250
2626 serial port. For now only the VisioBraille device is supported.
2727
....@@ -31,4 +31,6 @@
3131
3232 If unsure, say N.
3333
34
+source "drivers/accessibility/speakup/Kconfig"
35
+
3436 endif # ACCESSIBILITY