mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-21 14:45:21 +00:00
This commit updates the `qemu_cortex_a53` platform to use the refactored AArch64 interrupt system. Signed-off-by: Stephanos Ioannidis <root@stephanos.io>
9 lines
213 B
Plaintext
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
|