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:
Jérôme Pouiller 2024-09-17 15:57:34 +02:00 committed by Mahesh Mahadevan
parent 7edafe00f6
commit 824a241132
19 changed files with 19 additions and 19 deletions

View File

@ -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"

View File

@ -10,4 +10,4 @@ config SOC_FAMILY_SILABS_S0
rsource "*/Kconfig"
endif # SOC_FAMILY_SILABS_S0
endif

View File

@ -8,4 +8,4 @@ config NUM_IRQS
# must be >= the highest interrupt number used
default 20
endif # SOC_SERIES_EFM32HG
endif

View File

@ -7,4 +7,4 @@ config NUM_IRQS
# must be >= the highest interrupt number used
default 39
endif # SOC_SERIES_EFM32WG
endif

View File

@ -10,4 +10,4 @@ config SOC_FAMILY_SILABS_S1
rsource "*/Kconfig"
endif # SOC_FAMILY_SILABS_S1
endif

View File

@ -13,4 +13,4 @@ config GPIO_GECKO
default y
depends on GPIO || LOG_BACKEND_SWO
endif # SOC_SERIES_EFM32GG11B
endif

View File

@ -12,4 +12,4 @@ config GPIO_GECKO
default y
depends on GPIO || LOG_BACKEND_SWO
endif # SOC_SERIES_EFM32GG12B
endif

View File

@ -7,4 +7,4 @@ config NUM_IRQS
# must be >= the highest interrupt number used
default 50
endif # SOC_SERIES_EFM32JG12B
endif

View File

@ -7,4 +7,4 @@ config NUM_IRQS
# must be >= the highest interrupt number used
default 50
endif # SOC_SERIES_EFM32PG12B
endif

View File

@ -7,4 +7,4 @@ config NUM_IRQS
# must be >= the highest interrupt number used
default 34
endif # SOC_SERIES_EFM32PG1B
endif

View File

@ -7,4 +7,4 @@ config NUM_IRQS
# must be >= the highest interrupt number used
default 47
endif # SOC_SERIES_EFR32BG13P
endif

View File

@ -7,4 +7,4 @@ config NUM_IRQS
# must be >= the highest interrupt number used
default 45
endif # SOC_SERIES_EFR32FG13P
endif

View File

@ -7,4 +7,4 @@ config NUM_IRQS
# must be >= the highest interrupt number used
default 33
endif # SOC_SERIES_EFR32FG1P
endif

View File

@ -7,4 +7,4 @@ config NUM_IRQS
# must be >= the highest interrupt number used
default 49
endif # SOC_SERIES_EFR32MG12P
endif

View File

@ -10,4 +10,4 @@ config SOC_FAMILY_SILABS_S2
rsource "*/Kconfig"
endif # SOC_FAMILY_SILABS_S2
endif

View File

@ -14,4 +14,4 @@ config PM
config GPIO_GECKO
default y
endif # SOC_SERIES_EFR32BG22
endif

View File

@ -13,4 +13,4 @@ config PM
config GPIO_GECKO
default y
endif # SOC_SERIES_EFR32BG27
endif

View File

@ -12,4 +12,4 @@ config GPIO_GECKO
default y
depends on GPIO || LOG_BACKEND_SWO
endif # SOC_SERIES_EFR32MG21
endif

View File

@ -17,4 +17,4 @@ choice PM_POLICY
depends on PM
endchoice
endif # SOC_SERIES_EFR32MG24
endif