1# Copyright (c) 2016 Zephyr Contributors
2# SPDX-License-Identifier: Apache-2.0
3
4config BOARD_QEMU_CORTEX_M3
5	select SOC_TI_LM3S6965
6	help
7	  Cortex-M3 Emulation (QEMU)
8