mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-01 02:25:58 +00:00
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
|