Fix Kconfig style issues in Espressif files. Signed-off-by: Sylvio Alves <sylvio.alves@espressif.com>
9 lines
289 B
Plaintext
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.
|