mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-09 16:31:56 +00:00
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>
10 lines
242 B
Plaintext
10 lines
242 B
Plaintext
# Kconfig - XTENSA board configuration
|
|
#
|
|
# Copyright (c) 2017 Intel Corporation
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config BOARD_QEMU_XTENSA
|
|
bool "Xtensa emulation using QEMU"
|
|
depends on SOC_XTENSA_SAMPLE_CONTROLLER
|
|
select QEMU_TARGET
|