soc: silabs: Drop useless comments after "endif"
It is a good practice to add a comment after #endif when the condition is not obvious. However, when the condition is well known, "Don't Repeat Yourself" rule applies and no comment should be added. Signed-off-by: Jérôme Pouiller <jerome.pouiller@silabs.com>
This commit is contained in:
parent
7edafe00f6
commit
824a241132
|
@ -130,7 +130,7 @@ config SOC_GECKO_PM_BACKEND_EMU
|
|||
help
|
||||
Implement PM using direct calls to EMU driver in emlib
|
||||
|
||||
endif
|
||||
endif # PM
|
||||
|
||||
config SOC_GECKO_EMU_DCDC
|
||||
bool "SoC DC/DC regulator"
|
||||
|
|
|
@ -10,4 +10,4 @@ config SOC_FAMILY_SILABS_S0
|
|||
|
||||
rsource "*/Kconfig"
|
||||
|
||||
endif # SOC_FAMILY_SILABS_S0
|
||||
endif
|
||||
|
|
|
@ -8,4 +8,4 @@ config NUM_IRQS
|
|||
# must be >= the highest interrupt number used
|
||||
default 20
|
||||
|
||||
endif # SOC_SERIES_EFM32HG
|
||||
endif
|
||||
|
|
|
@ -7,4 +7,4 @@ config NUM_IRQS
|
|||
# must be >= the highest interrupt number used
|
||||
default 39
|
||||
|
||||
endif # SOC_SERIES_EFM32WG
|
||||
endif
|
||||
|
|
|
@ -10,4 +10,4 @@ config SOC_FAMILY_SILABS_S1
|
|||
|
||||
rsource "*/Kconfig"
|
||||
|
||||
endif # SOC_FAMILY_SILABS_S1
|
||||
endif
|
||||
|
|
|
@ -13,4 +13,4 @@ config GPIO_GECKO
|
|||
default y
|
||||
depends on GPIO || LOG_BACKEND_SWO
|
||||
|
||||
endif # SOC_SERIES_EFM32GG11B
|
||||
endif
|
||||
|
|
|
@ -12,4 +12,4 @@ config GPIO_GECKO
|
|||
default y
|
||||
depends on GPIO || LOG_BACKEND_SWO
|
||||
|
||||
endif # SOC_SERIES_EFM32GG12B
|
||||
endif
|
||||
|
|
|
@ -7,4 +7,4 @@ config NUM_IRQS
|
|||
# must be >= the highest interrupt number used
|
||||
default 50
|
||||
|
||||
endif # SOC_SERIES_EFM32JG12B
|
||||
endif
|
||||
|
|
|
@ -7,4 +7,4 @@ config NUM_IRQS
|
|||
# must be >= the highest interrupt number used
|
||||
default 50
|
||||
|
||||
endif # SOC_SERIES_EFM32PG12B
|
||||
endif
|
||||
|
|
|
@ -7,4 +7,4 @@ config NUM_IRQS
|
|||
# must be >= the highest interrupt number used
|
||||
default 34
|
||||
|
||||
endif # SOC_SERIES_EFM32PG1B
|
||||
endif
|
||||
|
|
|
@ -7,4 +7,4 @@ config NUM_IRQS
|
|||
# must be >= the highest interrupt number used
|
||||
default 47
|
||||
|
||||
endif # SOC_SERIES_EFR32BG13P
|
||||
endif
|
||||
|
|
|
@ -7,4 +7,4 @@ config NUM_IRQS
|
|||
# must be >= the highest interrupt number used
|
||||
default 45
|
||||
|
||||
endif # SOC_SERIES_EFR32FG13P
|
||||
endif
|
||||
|
|
|
@ -7,4 +7,4 @@ config NUM_IRQS
|
|||
# must be >= the highest interrupt number used
|
||||
default 33
|
||||
|
||||
endif # SOC_SERIES_EFR32FG1P
|
||||
endif
|
||||
|
|
|
@ -7,4 +7,4 @@ config NUM_IRQS
|
|||
# must be >= the highest interrupt number used
|
||||
default 49
|
||||
|
||||
endif # SOC_SERIES_EFR32MG12P
|
||||
endif
|
||||
|
|
|
@ -10,4 +10,4 @@ config SOC_FAMILY_SILABS_S2
|
|||
|
||||
rsource "*/Kconfig"
|
||||
|
||||
endif # SOC_FAMILY_SILABS_S2
|
||||
endif
|
||||
|
|
|
@ -14,4 +14,4 @@ config PM
|
|||
config GPIO_GECKO
|
||||
default y
|
||||
|
||||
endif # SOC_SERIES_EFR32BG22
|
||||
endif
|
||||
|
|
|
@ -13,4 +13,4 @@ config PM
|
|||
config GPIO_GECKO
|
||||
default y
|
||||
|
||||
endif # SOC_SERIES_EFR32BG27
|
||||
endif
|
||||
|
|
|
@ -12,4 +12,4 @@ config GPIO_GECKO
|
|||
default y
|
||||
depends on GPIO || LOG_BACKEND_SWO
|
||||
|
||||
endif # SOC_SERIES_EFR32MG21
|
||||
endif
|
||||
|
|
|
@ -17,4 +17,4 @@ choice PM_POLICY
|
|||
depends on PM
|
||||
endchoice
|
||||
|
||||
endif # SOC_SERIES_EFR32MG24
|
||||
endif
|
||||
|
|
Loading…
Reference in New Issue