kconfig: silabs_exx32: Remove duplicated SOC_EFM32* dependencies
The Kconfig.defconfig.efr32* files added redundant dependencies on SOC_EFM32* that are already added in the Kconfig.defconfig.series files that source them. Signed-off-by: Ulf Magnusson <Ulf.Magnusson@nordicsemi.no>
This commit is contained in:
parent
608647e92a
commit
b5582fa6c6
5 changed files with 0 additions and 20 deletions
|
@ -6,8 +6,6 @@
|
|||
# SPDX-License-Identifier: Apache-2.0
|
||||
#
|
||||
|
||||
if SOC_SERIES_EFM32HG
|
||||
|
||||
if GPIO
|
||||
|
||||
config GPIO_GECKO
|
||||
|
@ -35,5 +33,3 @@ config SOC_FLASH_GECKO
|
|||
default y
|
||||
|
||||
endif # FLASH
|
||||
|
||||
endif # SOC_SERIES_EFM32HG
|
||||
|
|
|
@ -6,8 +6,6 @@
|
|||
# SPDX-License-Identifier: Apache-2.0
|
||||
#
|
||||
|
||||
if SOC_SERIES_EFM32PG12B
|
||||
|
||||
if GPIO || LOG_BACKEND_SWO
|
||||
|
||||
config GPIO_GECKO
|
||||
|
@ -38,5 +36,3 @@ config SOC_FLASH_GECKO
|
|||
default y
|
||||
|
||||
endif # FLASH
|
||||
|
||||
endif # SOC_SERIES_EFM32PG12B
|
||||
|
|
|
@ -6,8 +6,6 @@
|
|||
# SPDX-License-Identifier: Apache-2.0
|
||||
#
|
||||
|
||||
if SOC_SERIES_EFM32WG
|
||||
|
||||
if GPIO
|
||||
|
||||
config GPIO_GECKO
|
||||
|
@ -35,5 +33,3 @@ config SOC_FLASH_GECKO
|
|||
default y
|
||||
|
||||
endif # FLASH
|
||||
|
||||
endif # SOC_SERIES_EFM32WG
|
||||
|
|
|
@ -6,8 +6,6 @@
|
|||
# SPDX-License-Identifier: Apache-2.0
|
||||
#
|
||||
|
||||
if SOC_SERIES_EFR32FG1P
|
||||
|
||||
if GPIO || LOG_BACKEND_SWO
|
||||
|
||||
config GPIO_GECKO
|
||||
|
@ -35,5 +33,3 @@ config SOC_FLASH_GECKO
|
|||
default y
|
||||
|
||||
endif # FLASH
|
||||
|
||||
endif # SOC_SERIES_EFR32FG1P
|
||||
|
|
|
@ -6,8 +6,6 @@
|
|||
# SPDX-License-Identifier: Apache-2.0
|
||||
#
|
||||
|
||||
if SOC_SERIES_EFR32MG12P
|
||||
|
||||
if GPIO || LOG_BACKEND_SWO
|
||||
|
||||
config GPIO_GECKO
|
||||
|
@ -38,5 +36,3 @@ config SOC_FLASH_GECKO
|
|||
default y
|
||||
|
||||
endif # FLASH
|
||||
|
||||
endif # SOC_SERIES_EFR32MG12P
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue