1# SPDX-License-Identifier: GPL-2.0-only 2# 3# Touchscreen driver configuration 4# 5 6menuconfig AW_INPUT_CTP 7 bool "Touchscreens input device support" 8 help 9 Say Y here, and a list of supported touchscreens will be displayed. 10 This option doesn't affect the kernel. 11 12 If unsure, say Y. 13 14if AW_INPUT_CTP 15 16source "$(BSP_TOP)drivers/input/ctp/gslx680new/Kconfig" 17source "$(BSP_TOP)drivers/input/ctp/wacom_pen/Kconfig" 18 19endif #touch input device support 20