zephyr/boards/arm/qemu_cortex_r5/Kconfig.board
Wentong Wu 0b2e633ce3 boards: remove the existing qemu icount configuration
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>
2020-05-14 13:52:07 +02:00

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