mirror of
https://github.com/apache/nuttx.git
synced 2026-06-01 07:45:16 +08:00
Select SENSORS_QENCODER as dependency for Quadrature Encoder mode of PCNT unit
This commit is contained in:
committed by
Alan C. Assis
parent
3e100e3c86
commit
a3d0411c24
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user