]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - arch/arm/cpu/armv8/zynqmp/Kconfig
Convert CONFIG_SPL_LIBGENERIC_SUPPORT to Kconfig
[people/ms/u-boot.git] / arch / arm / cpu / armv8 / zynqmp / Kconfig
index c8fcfb6abbc115521ccacc8bd0d94e788f8a366f..f7ab9c0bd45d1107244767034beffa398a161582 100644 (file)
@@ -1,12 +1,16 @@
 if ARCH_ZYNQMP
 
-choice
-       prompt "Xilinx ZynqMP board select"
+config SPL_FAT_SUPPORT
+       default y
 
-config TARGET_ZYNQMP_EP
-       bool "ZynqMP EP Board"
+config SPL_LIBCOMMON_SUPPORT
+       default y
 
-endchoice
+config SPL_LIBDISK_SUPPORT
+       default y
+
+config SPL_LIBGENERIC_SUPPORT
+       default y
 
 config SYS_BOARD
        default "zynqmp"
@@ -18,6 +22,18 @@ config SYS_SOC
        default "zynqmp"
 
 config SYS_CONFIG_NAME
-       default "xilinx_zynqmp_ep" if TARGET_ZYNQMP_EP
+       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"
+
+config SYS_MALLOC_F_LEN
+       default 0x600
+
 
 endif