summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-zynqmp/Kconfig
blob: 23d04926e6444d3b46dbbd9e65cccc9daec2c2ff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# SPDX-License-Identifier: GPL-2.0-or-later

menu "ZynqMP Features"
	depends on ARCH_ZYNQMP

config MACH_XILINX_ZCU102
	bool "Xilinx Zynq UltraScale+ MPSoC ZCU102"
	select ARM_USE_COMPRESSED_DTB
	help
	  Say Y here if you are using the Xilinx Zynq UltraScale+ MPSoC ZCU102
	  evaluation board.

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.

endmenu