11 lines
250 B
Plaintext
11 lines
250 B
Plaintext
|
# Kconfig - QEMU Cortex-M0 board configuration
|
||
|
#
|
||
|
# Copyright (c) 2019 Nordic Semiconductor ASA.
|
||
|
#
|
||
|
# SPDX-License-Identifier: Apache-2.0
|
||
|
|
||
|
config BOARD_QEMU_CORTEX_M0
|
||
|
bool "Cortex-M0 Emulation (QEMU)"
|
||
|
depends on SOC_NRF51822_QFAA
|
||
|
select QEMU_TARGET
|