1# QEMU Cortex-M0 board configuration
2
3# Copyright (c) 2019 Nordic Semiconductor ASA.
4# SPDX-License-Identifier: Apache-2.0
5
6config BOARD_QEMU_CORTEX_M0
7	bool "Cortex-M0 Emulation (QEMU)"
8	depends on SOC_NRF51822_QFAA
9	select QEMU_TARGET
10