zephyr/soc/arm/silabs_exx32/Kconfig.defconfig

13 lines
195 B
Plaintext
Raw Normal View History

# SPDX-License-Identifier: Apache-2.0
if SOC_FAMILY_EXX32
source "soc/arm/silabs_exx32/*/Kconfig.defconfig.series"
config SOC_GECKO_EMU
default y
select SOC_GECKO_CORE
depends on PM
endif