11 lines
232 B
Plaintext
11 lines
232 B
Plaintext
|
# Copyright (c) 2019 Lexmark International, Inc.
|
||
|
#
|
||
|
# SPDX-License-Identifier: Apache-2.0
|
||
|
#
|
||
|
config SOC_XILINX_ZYNQMP
|
||
|
bool "Xilinx ZynqMP"
|
||
|
select CPU_CORTEX_R5
|
||
|
select GIC
|
||
|
select MULTI_LEVEL_INTERRUPTS
|
||
|
select 2ND_LEVEL_INTERRUPTS
|