2022-09-22 22:45:49 +02:00
|
|
|
#
|
|
|
|
# For a description of the syntax of this configuration file,
|
|
|
|
# see the file kconfig-language.txt in the NuttX tools repository.
|
|
|
|
#
|
|
|
|
|
|
|
|
if ARCH_BOARD_ESP32_LYRAT
|
|
|
|
|
2022-12-13 20:11:44 +01:00
|
|
|
config ESP32_TOUCH
|
2022-12-28 07:01:59 +01:00
|
|
|
bool "Touch pads"
|
2022-12-13 20:11:44 +01:00
|
|
|
default n
|
|
|
|
---help---
|
|
|
|
Enable ESP32 touch pad support.
|
|
|
|
|
|
|
|
config ESP32_TOUCH_FILTER
|
2022-12-28 07:01:59 +01:00
|
|
|
bool "Touch pad IIR filter"
|
2022-12-13 20:11:44 +01:00
|
|
|
select ESP32_RT_TIMER
|
|
|
|
default n
|
|
|
|
depends on ESP32_TOUCH
|
|
|
|
---help---
|
|
|
|
Enable infinite impulse response filter for the touch pads.
|
|
|
|
|
2022-09-22 22:45:49 +02:00
|
|
|
endif # ARCH_BOARD_ESP32_LYRAT
|