Merge branch 'master' of git://www.denx.de/git/u-boot-imx
[oweals/u-boot.git] / arch / arm / cpu / armv8 / zynqmp / Kconfig
index 5f797406bf86172bfba5c59333efabe7dc29fedf..6c71d7840eb5428778660cb29633f91823dd3180 100644 (file)
@@ -1,13 +1,5 @@
 if ARCH_ZYNQMP
 
-choice
-       prompt "Xilinx ZynqMP board select"
-
-config TARGET_ZYNQMP_EP
-       bool "ZynqMP EP Board"
-
-endchoice
-
 config SYS_BOARD
        default "zynqmp"
 
@@ -18,10 +10,14 @@ config SYS_SOC
        default "zynqmp"
 
 config SYS_CONFIG_NAME
-       default "xilinx_zynqmp_ep" if TARGET_ZYNQMP_EP
-
-config SECURE_IOU
-       bool "Configure ZynqMP secure IOU"
-       default n
+       string "Board configuration name"
+       default "xilinx_zynqmp"
+       help
+         This option contains information about board configuration name.
+         Based on this option include/configs/<CONFIG_SYS_CONFIG_NAME>.h header
+         will be used for board configuration.
+
+config ZYNQMP_USB
+       bool "Configure ZynqMP USB"
 
 endif