Select SENSORS_QENCODER as dependency for Quadrature Encoder mode of PCNT unit

This commit is contained in:
Martin Vajnar 2025-05-10 16:34:32 +02:00 committed by Alan C. Assis
parent 3e100e3c86
commit a3d0411c24
2 changed files with 4 additions and 0 deletions

View file

@ -654,6 +654,8 @@ config ESP_PCNT_TEST_MODE
config ESP_PCNT_AS_QE
bool
default n
select SENSORS
select SENSORS_QENCODER
config ESP_PCNT_U0
bool "Enable PCNT Unit 0"

View file

@ -167,6 +167,8 @@ config ESP_PCNT_TEST_MODE
config ESP_PCNT_AS_QE
bool
default n
select SENSORS
select SENSORS_QENCODER
config ESP_PCNT_U0
bool "Enable PCNT Unit 0"