zephyr/boards/arm/efm32pg_stk3402a/efm32pg_stk3402a_defconfig
Christian Taedcke 1f09f06434 boards: efm32/efr32: Enable MPU on all boards supporting it
This follows the board porting guide. Only the the board
efm32hg_slstk3400a does not include a SoC containting an MPU.

Signed-off-by: Christian Taedcke <christian.taedcke@lemonbeat.com>
2020-06-09 10:46:47 +02:00

12 lines
282 B
Text

# SPDX-License-Identifier: Apache-2.0
CONFIG_SOC_SERIES_EFM32PG12B=y
CONFIG_BOARD_EFM32PG_STK3402A=y
CONFIG_ARM_MPU=y
CONFIG_CONSOLE=y
CONFIG_UART_CONSOLE=y
CONFIG_SERIAL=y
CONFIG_CORTEX_M_SYSTICK=y
CONFIG_GPIO=y
CONFIG_SYS_CLOCK_HW_CYCLES_PER_SEC=40000000
CONFIG_CMU_HFCLK_HFXO=y