You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
300 B
9 lines
300 B
# Copyright (c) 2023 Espressif Systems (Shanghai) Co., Ltd. |
|
# SPDX-License-Identifier: Apache-2.0 |
|
|
|
config INPUT_ESP32_TOUCH_SENSOR |
|
bool "Espressif Touch Sensor input driver" |
|
default n |
|
depends on DT_HAS_ESPRESSIF_ESP32_TOUCH_ENABLED |
|
help |
|
Enable support for Espressif Touch Sensor input driver.
|
|
|