configs/: CONFIG_QENCODER was renamed to CONFIG_SENSORS_QENCODER: update occurrences in several Kconfig files

This commit is contained in:
Gregory Nutt
2017-11-25 18:46:12 -06:00
parent 674b331f03
commit 5328e3bafb
9 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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)"
+1 -1
View File
@@ -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"
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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"
+1 -1
View File
@@ -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)"
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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.