Skip to content

Commit 015e013

Browse files
simbit18acassis
authored andcommitted
arch/arm: Fix Kconfig style
Remove spaces from Kconfig Add TABs
1 parent d3d1f67 commit 015e013

File tree

2 files changed

+20
-20
lines changed

2 files changed

+20
-20
lines changed

arch/arm/src/stm32f0l0g0/Kconfig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1521,14 +1521,14 @@ config ARCH_CHIP_STM32C071XX
15211521
select STM32F0L0G0_HAVE_USBDEV
15221522

15231523
config ARCH_CHIP_STM32C091XX
1524-
bool
1524+
bool
15251525
select STM32F0L0G0_STM32C0
15261526
select STM32F0L0G0_HAVE_USART3
15271527
select STM32F0L0G0_HAVE_USART4
15281528
select STM32F0L0G0_HAVE_TIM15
15291529

15301530
config ARCH_CHIP_STM32C092XX
1531-
bool
1531+
bool
15321532
select STM32F0L0G0_STM32C0
15331533
select STM32F0L0G0_HAVE_USART3
15341534
select STM32F0L0G0_HAVE_USART4

arch/arm/src/stm32h7/Kconfig

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -4585,13 +4585,13 @@ config STM32H7_ADC3_TIMTRIG
45854585
Values 0:CC1 1:CC2 2:CC3 3:CC4 4:TRGO
45864586

45874587
config STM32H7_TIMX_CAP
4588-
default n
4589-
bool "Helpers for Capture Drivers"
4588+
default n
4589+
bool "Helpers for Capture Drivers"
45904590

45914591
config STM32H7_TIM1_CAP
45924592
bool "TIM1 Capture"
45934593
default n
4594-
select STM32H7_TIMX_CAP
4594+
select STM32H7_TIMX_CAP
45954595
depends on STM32H7_TIM1
45964596
---help---
45974597
Reserve timer 1 for use by the capture driver.
@@ -4616,7 +4616,7 @@ endif # STM32H7_TIM1_CAP
46164616
config STM32H7_TIM8_CAP
46174617
bool "TIM8 Capture"
46184618
default n
4619-
select STM32H7_TIMX_CAP
4619+
select STM32H7_TIMX_CAP
46204620
depends on STM32H7_TIM8
46214621
---help---
46224622
Reserve timer 8 for use by the capture driver.
@@ -4645,7 +4645,7 @@ endif # STM32H7_TIM8_CAP
46454645
config STM32H7_TIM2_CAP
46464646
bool "TIM2 Capture"
46474647
default n
4648-
select STM32H7_TIMX_CAP
4648+
select STM32H7_TIMX_CAP
46494649
depends on STM32H7_TIM2
46504650
---help---
46514651
Reserve timer 2 for use by the capture driver.
@@ -4670,7 +4670,7 @@ endif # STM32H7_TIM2_CAP
46704670
config STM32H7_TIM3_CAP
46714671
bool "TIM3 Capture"
46724672
default n
4673-
select STM32H7_TIMX_CAP
4673+
select STM32H7_TIMX_CAP
46744674
depends on STM32H7_TIM3
46754675
---help---
46764676
Reserve timer 3 for use by the capture driver.
@@ -4695,7 +4695,7 @@ endif # STM32H7_TIM3_CAP
46954695
config STM32H7_TIM4_CAP
46964696
bool "TIM4 Capture"
46974697
default n
4698-
select STM32H7_TIMX_CAP
4698+
select STM32H7_TIMX_CAP
46994699
depends on STM32H7_TIM4
47004700
---help---
47014701
Reserve timer 4 for use by the capture driver.
@@ -4720,7 +4720,7 @@ endif # STM32H7_TIM4_CAP
47204720
config STM32H7_TIM5_CAP
47214721
bool "TIM5 Capture"
47224722
default n
4723-
select STM32H7_TIMX_CAP
4723+
select STM32H7_TIMX_CAP
47244724
depends on STM32H7_TIM5
47254725
---help---
47264726
Reserve timer 5 for use by the capture driver.
@@ -4749,7 +4749,7 @@ endif # STM32H7_TIM5_CAP
47494749
config STM32H7_TIM12_CAP
47504750
bool "TIM12 Capture"
47514751
default n
4752-
select STM32H7_TIMX_CAP
4752+
select STM32H7_TIMX_CAP
47534753
depends on STM32H7_TIM12
47544754
---help---
47554755
Reserve timer 12 for use by the capture driver.
@@ -4774,7 +4774,7 @@ endif # STM32H7_TIM12_CAP
47744774
config STM32H7_TIM15_CAP
47754775
bool "TIM15 Capture"
47764776
default n
4777-
select STM32H7_TIMX_CAP
4777+
select STM32H7_TIMX_CAP
47784778
depends on STM32H7_TIM15
47794779
---help---
47804780
Reserve timer 15 for use by the capture driver.
@@ -4803,7 +4803,7 @@ endif # STM32H7_TIM15_CAP
48034803
config STM32H7_TIM13_CAP
48044804
bool "TIM13 Capture"
48054805
default n
4806-
select STM32H7_TIMX_CAP
4806+
select STM32H7_TIMX_CAP
48074807
depends on STM32H7_TIM13
48084808
---help---
48094809
Reserve timer 13 for use by the capture driver.
@@ -4828,7 +4828,7 @@ endif # STM32H7_TIM13_CAP
48284828
config STM32H7_TIM14_CAP
48294829
bool "TIM14 Capture"
48304830
default n
4831-
select STM32H7_TIMX_CAP
4831+
select STM32H7_TIMX_CAP
48324832
depends on STM32H7_TIM14
48334833
---help---
48344834
Reserve timer 14 for use by the capture driver.
@@ -4853,7 +4853,7 @@ endif # STM32H7_TIM14_CAP
48534853
config STM32H7_TIM16_CAP
48544854
bool "TIM16 Capture"
48554855
default n
4856-
select STM32H7_TIMX_CAP
4856+
select STM32H7_TIMX_CAP
48574857
depends on STM32H7_TIM16
48584858
---help---
48594859
Reserve timer 16 for use by the capture driver.
@@ -4878,7 +4878,7 @@ endif # STM32H7_TIM16_CAP
48784878
config STM32H7_TIM17_CAP
48794879
bool "TIM17 Capture"
48804880
default n
4881-
select STM32H7_TIMX_CAP
4881+
select STM32H7_TIMX_CAP
48824882
depends on STM32H7_TIM17
48834883
---help---
48844884
Reserve timer 17 for use by the capture driver.
@@ -4907,7 +4907,7 @@ endif # STM32H7_TIM17_CAP
49074907
config STM32H7_LPTIM1_CAP
49084908
bool "LPTIM1 Capture"
49094909
default n
4910-
select STM32H7_TIMX_CAP
4910+
select STM32H7_TIMX_CAP
49114911
depends on STM32H7_LPTIM1
49124912
---help---
49134913
Reserve low-power timer 1 for use by the capture driver.
@@ -4932,7 +4932,7 @@ endif # STM32H7_LPTIM1_CAP
49324932
config STM32H7_LPTIM2_CAP
49334933
bool "LPTIM2 Capture"
49344934
default n
4935-
select STM32H7_TIMX_CAP
4935+
select STM32H7_TIMX_CAP
49364936
depends on STM32H7_LPTIM2
49374937
---help---
49384938
Reserve low-power timer 2 for use by the capture driver.
@@ -4957,7 +4957,7 @@ endif # STM32H7_LPTIM2_CAP
49574957
config STM32H7_LPTIM3_CAP
49584958
bool "LPTIM3 Capture"
49594959
default n
4960-
select STM32H7_TIMX_CAP
4960+
select STM32H7_TIMX_CAP
49614961
depends on STM32H7_LPTIM3
49624962
---help---
49634963
Reserve low-power timer 3 for use by the capture driver.
@@ -5007,7 +5007,7 @@ endif # STM32H7_LPTIM4_CAP
50075007
config STM32H7_LPTIM5_CAP
50085008
bool "LPTIM5 Capture"
50095009
default n
5010-
select STM32H7_TIMX_CAP
5010+
select STM32H7_TIMX_CAP
50115011
depends on STM32H7_LPTIM5
50125012
---help---
50135013
Reserve low-power timer 5 for use by the capture driver.

0 commit comments

Comments
 (0)