]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - arch/arm/cpu/armv8/zynqmp/Kconfig
zynqmp: Kconfig: Move zynqmp Kconfig
[karo-tx-uboot.git] / arch / arm / cpu / armv8 / zynqmp / Kconfig
diff --git a/arch/arm/cpu/armv8/zynqmp/Kconfig b/arch/arm/cpu/armv8/zynqmp/Kconfig
new file mode 100644 (file)
index 0000000..b07932e
--- /dev/null
@@ -0,0 +1,15 @@
+if TARGET_XILINX_ZYNQMP
+
+config SYS_BOARD
+       default "zynqmp"
+
+config SYS_VENDOR
+       default "xilinx"
+
+config SYS_SOC
+       default "zynqmp"
+
+config SYS_CONFIG_NAME
+       default "xilinx_zynqmp"
+
+endif