mirror of
https://github.com/hardkernel/kernel_common_drivers.git
synced 2026-06-25 12:03:48 +09:00
c5d8293675
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>
18 lines
489 B
Plaintext
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
|