summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-zynqmp
diff options
context:
space:
mode:
authorMichael Riesch <michael.riesch@wolfvision.net>2021-09-13 14:13:48 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2021-10-04 11:58:57 +0200
commitc4f26f29966f530efb21409a4dc9037e80b1828f (patch)
treec08763795ef3c7f1bd682b6606e1f2de094d8779 /arch/arm/mach-zynqmp
parentfda76b134cccd26507e96724cc55bb83a49a178e (diff)
downloadbarebox-c4f26f29966f530efb21409a4dc9037e80b1828f.tar.gz
barebox-c4f26f29966f530efb21409a4dc9037e80b1828f.tar.xz
arm: zynqmp: add support for xilinx zcu106 board
Add support for the Xilinx Zynq UltraScale+ MPSoC ZCU106 evaluation board. The changes are derived from the ZCU104 board support by applying s/104/106/g (more or less). Signed-off-by: Michael Riesch <michael.riesch@wolfvision.net> Link: https://lore.barebox.org/20210913121350.9307-2-michael.riesch@wolfvision.net Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/mach-zynqmp')
-rw-r--r--arch/arm/mach-zynqmp/Kconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm/mach-zynqmp/Kconfig b/arch/arm/mach-zynqmp/Kconfig
index c9dc71c9e7..78cb901653 100644
--- a/arch/arm/mach-zynqmp/Kconfig
+++ b/arch/arm/mach-zynqmp/Kconfig
@@ -7,4 +7,10 @@ config MACH_XILINX_ZCU104
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