stm32/Kconfig: cosmetics for quenco options

This commit is contained in:
raiden00pl
2021-03-01 21:40:28 +01:00
committed by Xiang Xiao
parent 1c29a2e8e8
commit 466ceb92cb
+13 -13
View File
@@ -10485,12 +10485,12 @@ config STM32_DMA2D_REGDEBUG
endmenu endmenu
endif # STM32_DMA2D endif # STM32_DMA2D
menu "QEncoder Driver" menu "STM32 QEncoder Driver"
depends on SENSORS_QENCODER depends on SENSORS_QENCODER
depends on STM32_TIM1 || STM32_TIM2 || STM32_TIM3 || STM32_TIM4 || STM32_TIM5 || STM32_TIM8 depends on STM32_TIM1 || STM32_TIM2 || STM32_TIM3 || STM32_TIM4 || STM32_TIM5 || STM32_TIM8
config STM32_TIM1_QE config STM32_TIM1_QE
bool "TIM1" bool "TIM1 QE"
default n default n
depends on STM32_TIM1 depends on STM32_TIM1
---help--- ---help---
@@ -10499,7 +10499,7 @@ config STM32_TIM1_QE
if STM32_TIM1_QE if STM32_TIM1_QE
config STM32_TIM1_QEPSC config STM32_TIM1_QEPSC
int "TIM1 pulse prescaler" int "TIM1 QE pulse prescaler"
default 1 default 1
---help--- ---help---
This prescaler divides the number of recorded encoder pulses, This prescaler divides the number of recorded encoder pulses,
@@ -10508,7 +10508,7 @@ config STM32_TIM1_QEPSC
endif endif
config STM32_TIM2_QE config STM32_TIM2_QE
bool "TIM2" bool "TIM2 QE"
default n default n
depends on STM32_TIM2 depends on STM32_TIM2
---help--- ---help---
@@ -10517,7 +10517,7 @@ config STM32_TIM2_QE
if STM32_TIM2_QE if STM32_TIM2_QE
config STM32_TIM2_QEPSC config STM32_TIM2_QEPSC
int "TIM2 pulse prescaler" int "TIM2 QE pulse prescaler"
default 1 default 1
---help--- ---help---
This prescaler divides the number of recorded encoder pulses, This prescaler divides the number of recorded encoder pulses,
@@ -10526,7 +10526,7 @@ config STM32_TIM2_QEPSC
endif endif
config STM32_TIM3_QE config STM32_TIM3_QE
bool "TIM3" bool "TIM3 QE"
default n default n
depends on STM32_TIM3 depends on STM32_TIM3
---help--- ---help---
@@ -10535,7 +10535,7 @@ config STM32_TIM3_QE
if STM32_TIM3_QE if STM32_TIM3_QE
config STM32_TIM3_QEPSC config STM32_TIM3_QEPSC
int "TIM3 pulse prescaler" int "TIM3 QE pulse prescaler"
default 1 default 1
---help--- ---help---
This prescaler divides the number of recorded encoder pulses, This prescaler divides the number of recorded encoder pulses,
@@ -10544,7 +10544,7 @@ config STM32_TIM3_QEPSC
endif endif
config STM32_TIM4_QE config STM32_TIM4_QE
bool "TIM4" bool "TIM4 QE"
default n default n
depends on STM32_TIM4 depends on STM32_TIM4
---help--- ---help---
@@ -10553,7 +10553,7 @@ config STM32_TIM4_QE
if STM32_TIM4_QE if STM32_TIM4_QE
config STM32_TIM4_QEPSC config STM32_TIM4_QEPSC
int "TIM4 pulse prescaler" int "TIM4 QE pulse prescaler"
default 1 default 1
---help--- ---help---
This prescaler divides the number of recorded encoder pulses, This prescaler divides the number of recorded encoder pulses,
@@ -10562,7 +10562,7 @@ config STM32_TIM4_QEPSC
endif endif
config STM32_TIM5_QE config STM32_TIM5_QE
bool "TIM5" bool "TIM5 QE"
default n default n
depends on STM32_TIM5 depends on STM32_TIM5
---help--- ---help---
@@ -10571,7 +10571,7 @@ config STM32_TIM5_QE
if STM32_TIM5_QE if STM32_TIM5_QE
config STM32_TIM5_QEPSC config STM32_TIM5_QEPSC
int "TIM5 pulse prescaler" int "TIM5 QE pulse prescaler"
default 1 default 1
---help--- ---help---
This prescaler divides the number of recorded encoder pulses, This prescaler divides the number of recorded encoder pulses,
@@ -10580,7 +10580,7 @@ config STM32_TIM5_QEPSC
endif endif
config STM32_TIM8_QE config STM32_TIM8_QE
bool "TIM8" bool "TIM8 QE"
default n default n
depends on STM32_TIM8 depends on STM32_TIM8
---help--- ---help---
@@ -10589,7 +10589,7 @@ config STM32_TIM8_QE
if STM32_TIM8_QE if STM32_TIM8_QE
config STM32_TIM8_QEPSC config STM32_TIM8_QEPSC
int "TIM8 pulse prescaler" int "TIM8 QE pulse prescaler"
default 1 default 1
---help--- ---help---
This prescaler divides the number of recorded encoder pulses, This prescaler divides the number of recorded encoder pulses,