zephyr/boards/arm/qemu_cortex_m0/Kconfig.defconfig
Ioannis Glaropoulos 3ddd5ebb02 boards: arm: add QEMU support for Cortex-M0
This commit defines qemu_cortex_m0 board, adding
support for Cortex-M0 in QEMU. The added platform
is based on the (nRF51) bbc_microbit board.

Signed-off-by: Ioannis Glaropoulos <Ioannis.Glaropoulos@nordicsemi.no>
2019-10-02 21:06:54 -04:00

13 lines
231 B
Plaintext

# Kconfig - QEMU Cortex-M0 board configuration
#
# Copyright (c) 2019 Nordic Semiconductor ASA.
#
# SPDX-License-Identifier: Apache-2.0
if BOARD_QEMU_CORTEX_M0
config BOARD
default "qemu_cortex_m0"
endif # BOARD_QEMU_CORTEX_M0