mirror of
https://github.com/apache/nuttx.git
synced 2026-09-03 07:33:00 +00:00
Select SENSORS_QENCODER as dependency for Quadrature Encoder mode of PCNT unit
This commit is contained in:
parent
3e100e3c86
commit
a3d0411c24
2 changed files with 4 additions and 0 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue