1# SPDX-License-Identifier: Apache-2.0 2# Copyright (c) 2017 Christian Taedcke 3 4rsource "*/Kconfig.defconfig" 5 6if SOC_FAMILY_SILABS_S0 || SOC_FAMILY_SILABS_S1 || SOC_FAMILY_SILABS_S2 7 8config SOC_GECKO_EMU 9 default y 10 select SOC_GECKO_CORE 11 depends on PM 12 13config CORTEX_M_SYSTICK 14 default n if GECKO_BURTC_TIMER 15 16# With sl_power_manager, pm_state_set()'s stack footrpting is noticeably 17# large, especially with logs enabled. Since it is called from IDLE task, 18# its stack size has to be increased 19config IDLE_STACK_SIZE 20 default 512 if SOC_GECKO_PM_BACKEND_PMGR 21 22configdefault NUM_METAIRQ_PRIORITIES 23 default 1 if BT_SILABS_EFR32 24 25endif 26