Files
zephyr/drivers/input/Kconfig.esp32
Sylvio Alves 34eb58c043 espressif: fix Kconfig style issues
Fix Kconfig style issues in Espressif files.

Signed-off-by: Sylvio Alves <sylvio.alves@espressif.com>
2025-08-21 18:41:52 +02:00

9 lines
289 B
Plaintext

# 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"
depends on DT_HAS_ESPRESSIF_ESP32_TOUCH_ENABLED
help
Enable support for Espressif Touch Sensor input driver.