mirror of
https://github.com/zephyrproject-rtos/zephyr.git
synced 2024-12-04 10:18:24 +08:00
0b2e633ce3
Remove the existing qemu icount configuration because icount mode will be controlled by Kconfig QEMU_ICOUNT so that none suitable cases(especially networking cases) can exclude icount configuration Signed-off-by: Wentong Wu <wentong.wu@intel.com>
8 lines
205 B
Plaintext
8 lines
205 B
Plaintext
# Copyright (c) 2019 Lexmark International, Inc.
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config BOARD_QEMU_CORTEX_R5
|
|
bool "Cortex-R5 Emulation (QEMU)"
|
|
depends on SOC_XILINX_ZYNQMP_RPU
|
|
select QEMU_TARGET
|