1# Copyright (c) 2023 Seppo Takalo 2# SPDX-License-Identifier: Apache-2.0 3 4config INPUT_XPT2046 5 bool "XPT2046 resistive touch panel driver" 6 default y 7 depends on DT_HAS_XPTEK_XPT2046_ENABLED 8 select SPI 9 help 10 Enable driver for Xptek XPT2046 resistive touch panel. 11 This driver is very similar to ADS7843, but differs on channel numbering. 12