2017-05-11 20:45:48 +08:00
|
|
|
# Kconfig - XTENSA board configuration
|
|
|
|
#
|
|
|
|
# Copyright (c) 2017 Intel Corporation
|
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
|
|
|
|
config BOARD_QEMU_XTENSA
|
2017-06-13 06:48:38 +08:00
|
|
|
bool "Xtensa emulation using QEMU"
|
2017-05-12 05:46:49 +08:00
|
|
|
depends on SOC_XTENSA_SAMPLE_CONTROLLER
|
2017-07-26 20:08:21 +08:00
|
|
|
select QEMU_TARGET
|