zephyr/drivers/input/Kconfig.rts5912
Lin Yu-Cheng 2d541a0777 driver: input: add input driver for rts5912
Add input driver for Realtek rts5912.

Signed-off-by: Lin Yu-Cheng <lin_yu_cheng@realtek.com>
2025-03-19 17:11:23 +01:00

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.