Files
zephyr/soc/silabs/silabs_s2/efr32bg27/Kconfig.defconfig
Jérôme Pouiller 9639a1b5dc soc: silabs: drop useless defconfigs
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>
2024-03-01 15:50:08 +01:00

19 lines
341 B
Plaintext

# Silicon Labs EFR32BG27 (Blue Gecko) MCU configuration options
# Copyright (c) 2023 Antmicro <www.antmicro.com>
# SPDX-License-Identifier: Apache-2.0
if SOC_SERIES_EFR32BG27
config NUM_IRQS
# must be >= the highest interrupt number used
default 66
config PM
select COUNTER
config GPIO_GECKO
default y
endif # SOC_SERIES_EFR32BG27