zephyr/soc/arm/qemu_cortex_a53/Kconfig.soc
Stephanos Ioannidis 685bf54829 soc: arm: qemu_cortex_a53: Use the refactored AArch64 interrupt system
This commit updates the `qemu_cortex_a53` platform to use the
refactored AArch64 interrupt system.

Signed-off-by: Stephanos Ioannidis <root@stephanos.io>
2020-03-13 09:59:59 +01:00

9 lines
213 B
Plaintext

# Copyright (c) 2019 Carlo Caione <ccaione@baylibre.com>
# SPDX-License-Identifier: Apache-2.0
config SOC_QEMU_CORTEX_A53
bool "QEMU virt platform (cortex-a53)"
select ARM
select CPU_CORTEX_A53
select GIC_V2