1# Copyright (c) 2020 Piotr Mienkowski 2# Copyright (c) 2020 TriaGnoSys GmbH 3# SPDX-License-Identifier: Apache-2.0 4 5if BOARD_SLWRB4250B 6 7config CMU_HFXO_FREQ 8 default 38400000 9 10config CMU_LFXO_FREQ 11 default 32768 12 13config LOG_BACKEND_SWO_FREQ_HZ 14 default 875000 15 depends on LOG_BACKEND_SWO 16 17if SOC_GECKO_USE_RAIL 18 19config FPU 20 default n 21 22endif # SOC_GECKO_USE_RAIL 23 24if BT 25 26config FPU 27 default y 28 29config COMMON_LIBC_MALLOC_ARENA_SIZE 30 default 8192 31 32config MAIN_STACK_SIZE 33 default 3072 if PM 34 default 2304 35 36endif # BT 37 38endif # BOARD_SLWRB4250B 39