16 lines
380 B
Plaintext
16 lines
380 B
Plaintext
# XTENSA board configuration
|
|
|
|
# Copyright (c) 2017, 2023 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
|
|
|
|
config BOARD_QEMU_XTENSA_MMU
|
|
bool "Xtensa emulation using QEMU with MMU"
|
|
depends on SOC_XTENSA_DC233C
|
|
select QEMU_TARGET
|
|
select XTENSA_MMU
|