1# Copyright (c) 2025 Silicon Laboratories Inc. 2# SPDX-License-Identifier: Apache-2.0 3 4if BOARD_XG29_RB4412A 5 6config LOG_BACKEND_SWO_FREQ_HZ 7 default 875000 8 depends on LOG_BACKEND_SWO 9 10if SOC_GECKO_USE_RAIL 11 12config FPU 13 default y 14 15endif # SOC_GECKO_USE_RAIL 16 17if BT 18 19config FPU 20 default y 21 22config COMMON_LIBC_MALLOC_ARENA_SIZE 23 default 8192 24 25config MAIN_STACK_SIZE 26 default 3072 if PM 27 default 2304 28 29endif # BT 30 31endif # BOARD_XG29_RB4412A 32