From f70575805708cabdedea7498aaa3f710fde4d920 Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Wed, 31 Jan 2024 03:29:01 +0000 Subject: [PATCH] add lvds1024*800 --- kernel/drivers/accessibility/Kconfig | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/kernel/drivers/accessibility/Kconfig b/kernel/drivers/accessibility/Kconfig index 00f7512..6b2f79d 100644 --- a/kernel/drivers/accessibility/Kconfig +++ b/kernel/drivers/accessibility/Kconfig @@ -1,7 +1,7 @@ # SPDX-License-Identifier: GPL-2.0 menuconfig ACCESSIBILITY bool "Accessibility support" - ---help--- + help Accessibility handles all special kinds of hardware devices or software adapters which help people with disabilities (e.g. blindness) to use computers. @@ -21,7 +21,7 @@ bool "Console on braille device" depends on VT depends on SERIAL_CORE_CONSOLE - ---help--- + help Enables console output on a braille device connected to a 8250 serial port. For now only the VisioBraille device is supported. @@ -31,4 +31,6 @@ If unsure, say N. +source "drivers/accessibility/speakup/Kconfig" + endif # ACCESSIBILITY -- Gitblit v1.6.2