blob: 8a015bb7845944411d012116d01afafd79dd6e58 [file]
# 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/touchscreen/Kconfig"
endif