]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - arch/arm/cpu/armv8/zynqmp/Kconfig
zynqmp: Define ep config for ZynqMP
[karo-tx-uboot.git] / arch / arm / cpu / armv8 / zynqmp / Kconfig
index b07932e80583e28b2c35e3f078eedbc15b92d8c5..c8fcfb6abbc115521ccacc8bd0d94e788f8a366f 100644 (file)
@@ -1,4 +1,12 @@
-if TARGET_XILINX_ZYNQMP
+if ARCH_ZYNQMP
+
+choice
+       prompt "Xilinx ZynqMP board select"
+
+config TARGET_ZYNQMP_EP
+       bool "ZynqMP EP Board"
+
+endchoice
 
 config SYS_BOARD
        default "zynqmp"
@@ -10,6 +18,6 @@ config SYS_SOC
        default "zynqmp"
 
 config SYS_CONFIG_NAME
-       default "xilinx_zynqmp"
+       default "xilinx_zynqmp_ep" if TARGET_ZYNQMP_EP
 
 endif