mirror of
https://github.com/apache/nuttx.git
synced 2026-05-21 04:52:02 +08:00
configs/: CONFIG_QENCODER was renamed to CONFIG_SENSORS_QENCODER: update occurrences in several Kconfig files
This commit is contained in:
@@ -7832,7 +7832,7 @@ endmenu
|
||||
endif # STM32_DMA2D
|
||||
|
||||
menu "QEncoder Driver"
|
||||
depends on QENCODER
|
||||
depends on SENSORS_QENCODER
|
||||
depends on STM32_TIM1 || STM32_TIM2 || STM32_TIM3 || STM32_TIM4 || STM32_TIM5 || STM32_TIM8
|
||||
|
||||
config STM32_TIM1_QE
|
||||
|
||||
@@ -3817,7 +3817,7 @@ config STM32L4_CAN_REGDEBUG
|
||||
endmenu
|
||||
|
||||
menu "QEncoder Driver"
|
||||
depends on QENCODER
|
||||
depends on SENSORS_QENCODER
|
||||
depends on STM32L4_TIM1 || STM32L4_TIM2 || STM32L4_TIM3 || STM32L4_TIM4 || STM32L4_TIM5 || STM32L4_TIM8
|
||||
|
||||
config STM32L4_TIM1_QE
|
||||
|
||||
@@ -79,7 +79,7 @@ config MIKROE_RAMMTD_SIZE
|
||||
config MIKROE_QETIMER
|
||||
int "Timer to use with QE encoder"
|
||||
default 3
|
||||
depends on QENCODER
|
||||
depends on SENSORS_QENCODER
|
||||
|
||||
config PM_ALARM_SEC
|
||||
int "PM_STANDBY delay (seconds)"
|
||||
|
||||
@@ -8,7 +8,7 @@ if ARCH_BOARD_NUCLEO_F401RE
|
||||
config NUCLEO_F401RE_QETIMER
|
||||
int "Timer to use with QE encoder"
|
||||
default 3
|
||||
depends on QENCODER
|
||||
depends on SENSORS_QENCODER
|
||||
|
||||
config NUCLEO_F401RE_AJOY_MINBUTTONS
|
||||
bool "Minimal Joystick Buttons"
|
||||
|
||||
@@ -66,6 +66,6 @@ config STM32F103MINIMUM_FLASH_PART_NAMES
|
||||
config STM32F103MINIMUM_QETIMER
|
||||
int "Timer to use with QE encoder"
|
||||
default 4
|
||||
depends on QENCODER
|
||||
depends on SENSORS_QENCODER
|
||||
|
||||
endif
|
||||
|
||||
@@ -8,7 +8,7 @@ if ARCH_BOARD_STM32F3_DISCOVERY
|
||||
config STM32F3DISCO_QETIMER
|
||||
int "Timer to use with QE encoder"
|
||||
default 3
|
||||
depends on QENCODER
|
||||
depends on SENSORS_QENCODER
|
||||
|
||||
config PM_BUTTONS
|
||||
bool "PM Button support"
|
||||
|
||||
@@ -47,7 +47,7 @@ config STM32F4DISCO_USBHOST_PRIO
|
||||
config STM32F4DISCO_QETIMER
|
||||
int "Timer to use with QE encoder"
|
||||
default 2
|
||||
depends on QENCODER
|
||||
depends on SENSORS_QENCODER
|
||||
|
||||
config STM32F4DISCO_LIS3DSH
|
||||
bool "Enable LIS3DSH driver for the IMU on STM32F4Discovery (rev. MB997C)"
|
||||
|
||||
@@ -8,6 +8,6 @@ if ARCH_BOARD_STM32FL_DISCOVERY
|
||||
config STM32LDISCO_QETIMER
|
||||
int "Timer to use with QE encoder"
|
||||
default 3
|
||||
depends on QENCODER
|
||||
depends on SENSORS_QENCODER
|
||||
|
||||
endif
|
||||
|
||||
@@ -19,7 +19,7 @@ config SENSORS_AS5048B
|
||||
bool "AMS AS5048B Magnetic Rotary Encoder support"
|
||||
default n
|
||||
select I2C
|
||||
select QENCODER
|
||||
select SENSORS_QENCODER
|
||||
---help---
|
||||
Enable driver support for the AMS AS5048B magnetic rotary encoder.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user