zephyr/soc/arm/xilinx_zynqmp/Kconfig.soc
Stephanos Ioannidis 5ac617c817 soc: arm: xilinx_zynqmp: Use the refactored AArch32 interrupt system
This commit updates the `xilinx_zynqmp` platform to use the refactored
AArch32 interrupt system.

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

11 lines
310 B
Text

# Copyright (c) 2019 Lexmark International, Inc.
# Copyright (c) 2019 Stephanos Ioannidis <root@stephanos.io>
# SPDX-License-Identifier: Apache-2.0
config SOC_XILINX_ZYNQMP_RPU
bool "Xilinx ZynqMP RPU"
select ARM
select CPU_CORTEX_R5
select SOC_XILINX_ZYNQMP
select GIC_V1
select PLATFORM_SPECIFIC_INIT