1#
2# Kconfig - Cortex-A9 QEMU Emulation
3#
4# Copyright (c) 2021, Weidmueller Interface GmbH & Co. KG
5# SPDX-License-Identifier: Apache-2.0
6#
7
8config BOARD_QEMU_CORTEX_A9
9 bool "Cortex-A9 Emulation (QEMU)"
10 depends on SOC_XILINX_XC7Z007S
11 select QEMU_TARGET
12