Browse Source
Currently, some soc subdirectories contains Kconfig.defconfig.<soc-name> and Kconfig.defconfig. However: - Kconfig.defconfig.<soc-name> is included unconditionally by Kconfig.defconfig - each subdirectory only contains one SoC So, it does not make sense to keep these two files. Signed-off-by: Jérôme Pouiller <jerome.pouiller@silabs.com>pull/69687/head
10 changed files with 13 additions and 42 deletions
@ -1,8 +0,0 @@ |
|||||||
# Silicon Labs EFM32GG-STK3701A platform configuration options |
|
||||||
# Copyright (c) 2019 Interay Solutions B.V. |
|
||||||
# Copyright (c) 2019 Oane Kingma |
|
||||||
# SPDX-License-Identifier: Apache-2.0 |
|
||||||
|
|
||||||
config GPIO_GECKO |
|
||||||
default y |
|
||||||
depends on GPIO || LOG_BACKEND_SWO |
|
@ -1,7 +0,0 @@ |
|||||||
# Silicon Labs EFM32GG12B (Giant Gecko) platform configuration options |
|
||||||
# Copyright (c) 2023 Antmicro <www.antmicro.com> |
|
||||||
# SPDX-License-Identifier: Apache-2.0 |
|
||||||
|
|
||||||
config GPIO_GECKO |
|
||||||
default y |
|
||||||
depends on GPIO || LOG_BACKEND_SWO |
|
@ -1,7 +0,0 @@ |
|||||||
# Silicon Labs EFR32BG22 (Blue Gecko) MCU configuration options |
|
||||||
|
|
||||||
# Copyright (c) 2021 Sateesh Kotapati |
|
||||||
# SPDX-License-Identifier: Apache-2.0 |
|
||||||
|
|
||||||
config GPIO_GECKO |
|
||||||
default y |
|
@ -1,7 +0,0 @@ |
|||||||
# Silicon Labs EFR32BG27 (Blue Gecko) MCU configuration options |
|
||||||
|
|
||||||
# Copyright (c) 2023 Antmicro <www.antmicro.com> |
|
||||||
# SPDX-License-Identifier: Apache-2.0 |
|
||||||
|
|
||||||
config GPIO_GECKO |
|
||||||
default y |
|
Loading…
Reference in new issue