zephyr/boards/arm/qemu_cortex_m3/Kconfig.board
Anas Nashif dd8fd72826 boards: mark qemu targets with a unified Kconfig
This will allow checking if we are building for QEMU globally, without
having to know the exact architecture and board name.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2017-07-26 07:40:45 -05:00

6 lines
112 B
Plaintext

config BOARD_QEMU_CORTEX_M3
bool "Cortex-M3 Emulation (QEMU)"
depends on SOC_TI_LM3S6965
select QEMU_TARGET