summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-zynqmp/Kconfig
blob: 78cb90165349423bac9b6e55581eaeea40ea153c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# SPDX-License-Identifier: GPL-2.0-or-later
if ARCH_ZYNQMP

config MACH_XILINX_ZCU104
	bool "Xilinx Zynq UltraScale+ MPSoC ZCU104"
	help
	  Say Y here if you are using the Xilinx Zynq UltraScale+ MPSoC ZCU104
	  evaluation board.

config MACH_XILINX_ZCU106
	bool "Xilinx Zynq UltraScale+ MPSoC ZCU106"
	help
	  Say Y here if you are using the Xilinx Zynq UltraScale+ MPSoC ZCU106
	  evaluation board.

endif