Files
kernel_common_drivers/drivers/input/Kconfig
T
Huqiang Qin c5d8293675 watchkey: Add Watch-Key driver [1/1]
PD#SWPL-222162

Problem:
After power on, key need to be continuously detected.

Solution:
Add Watch-Key driver unified management.

Verify:
T5M/AY301 T6D/BR301

Change-Id: Ifb46bbb3b9b077c94341e2f70bdd934bcd6ec4b4
Signed-off-by: Huqiang Qin <huqiang.qin@amlogic.com>
2025-07-16 05:58:21 -07:00

18 lines
489 B
Plaintext

# SPDX-License-Identifier: (GPL-2.0+ OR MIT)
config AMLOGIC_INPUT
tristate "Amlogic input devices support"
default n
help
input devices support
select y for built-in
select m for ko
select n for disable
if AMLOGIC_INPUT
source "$(COMMON_DRIVERS_DIR)/drivers/input/keyboard/Kconfig"
source "$(COMMON_DRIVERS_DIR)/drivers/input/ir/Kconfig"
source "$(COMMON_DRIVERS_DIR)/drivers/input/meson_pmic6b/Kconfig"
source "$(COMMON_DRIVERS_DIR)/drivers/input/watchkey/Kconfig"
endif