| .. | .. |
|---|
| 1 | 1 | # SPDX-License-Identifier: GPL-2.0 |
|---|
| 2 | 2 | menuconfig ACCESSIBILITY |
|---|
| 3 | 3 | bool "Accessibility support" |
|---|
| 4 | | - ---help--- |
|---|
| 4 | + help |
|---|
| 5 | 5 | Accessibility handles all special kinds of hardware devices or |
|---|
| 6 | 6 | software adapters which help people with disabilities (e.g. |
|---|
| 7 | 7 | blindness) to use computers. |
|---|
| .. | .. |
|---|
| 21 | 21 | bool "Console on braille device" |
|---|
| 22 | 22 | depends on VT |
|---|
| 23 | 23 | depends on SERIAL_CORE_CONSOLE |
|---|
| 24 | | - ---help--- |
|---|
| 24 | + help |
|---|
| 25 | 25 | Enables console output on a braille device connected to a 8250 |
|---|
| 26 | 26 | serial port. For now only the VisioBraille device is supported. |
|---|
| 27 | 27 | |
|---|
| .. | .. |
|---|
| 31 | 31 | |
|---|
| 32 | 32 | If unsure, say N. |
|---|
| 33 | 33 | |
|---|
| 34 | +source "drivers/accessibility/speakup/Kconfig" |
|---|
| 35 | + |
|---|
| 34 | 36 | endif # ACCESSIBILITY |
|---|