zephyr/boards/arm/mps2_an521/mps2_an521_defconfig
Andrew Boie a9670ab5cf boards: centralize QEMU icount management
Instead of endlessly repeating the same command line args,
centralize this and tune the shift value on a per-board
basis.

Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
2020-06-24 20:28:36 -04:00

35 lines
529 B
Plaintext

#
# Copyright (c) 2018-2019 Linaro Limited
#
# SPDX-License-Identifier: Apache-2.0
#
CONFIG_SOC_SERIES_MPS2=y
CONFIG_SOC_MPS2_AN521=y
CONFIG_BOARD_MPS2_AN521=y
CONFIG_CORTEX_M_SYSTICK=y
CONFIG_RUNTIME_NMI=y
CONFIG_ARM_TRUSTZONE_M=y
CONFIG_ARM_MPU=y
CONFIG_QEMU_ICOUNT_SHIFT=7
# GPIOs
CONFIG_GPIO=y
# PinMuxing
CONFIG_PINMUX=y
# Serial
CONFIG_CONSOLE=y
CONFIG_UART_CONSOLE=y
CONFIG_SERIAL=y
CONFIG_UART_CMSDK_APB=y
# Watchdog
CONFIG_WATCHDOG=y
# Build a Secure firmware image
CONFIG_TRUSTED_EXECUTION_SECURE=y
CONFIG_I2C=y