Add input driver for Realtek rts5912. Signed-off-by: Lin Yu-Cheng <lin_yu_cheng@realtek.com>
11 lines
309 B
Plaintext
11 lines
309 B
Plaintext
# Copyright (c) 2025 Realtek Corporation.
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config INPUT_REALTEK_RTS5912_KBD
|
|
bool "Realtek RTS5912 keyboard scanning driver"
|
|
default y
|
|
depends on DT_HAS_REALTEK_RTS5912_KBD_ENABLED
|
|
select INPUT_KBD_MATRIX
|
|
help
|
|
This option enables the Realtek keyboard scan driver.
|