]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
xilinx: kconfig: Move sourcing of board Kconfig to mach folders
authorMichal Simek <michal.simek@xilinx.com>
Thu, 27 Aug 2020 13:34:11 +0000 (15:34 +0200)
committerMichal Simek <michal.simek@xilinx.com>
Wed, 23 Sep 2020 08:31:40 +0000 (10:31 +0200)
Do not source xilinx board Kconfig by other boards. These configs should be
available only when Xilinx platforms are selected.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
arch/arm/Kconfig
arch/arm/mach-versal/Kconfig
arch/arm/mach-zynq/Kconfig
arch/arm/mach-zynqmp/Kconfig
configs/xilinx_zynqmp_mini_qspi_defconfig

index 67286e8b5d04e55241dea07d27aee4b7b30da50e..21c43fa0b7b9ff6c2f0c3a1752ac60bc4fa95d13 100644 (file)
@@ -1997,10 +1997,6 @@ source "board/tcl/sl50/Kconfig"
 source "board/toradex/colibri_pxa270/Kconfig"
 source "board/variscite/dart_6ul/Kconfig"
 source "board/vscom/baltos/Kconfig"
-source "board/xilinx/Kconfig"
-source "board/xilinx/zynq/Kconfig"
-source "board/xilinx/zynqmp/Kconfig"
-source "board/xilinx/versal/Kconfig"
 source "board/phytium/durian/Kconfig"
 source "board/xen/xenguest_arm64/Kconfig"
 
index e1d66e8d32b7ed6bf9832cb5668df0c052fe4e92..ebd2da3887ecf81f48a359e9faa677dc78c4eff4 100644 (file)
@@ -62,4 +62,7 @@ config VERSAL_NO_DDR
          This option configures MMU with no DDR to avoid speculative
          access to DDR memory where DDR is not present.
 
+source "board/xilinx/Kconfig"
+source "board/xilinx/versal/Kconfig"
+
 endif
index 79f831e6df2ca16251d51a11ee74fd4620f8c45a..e54310383b2965016202203adeff0b0ebb5834f2 100644 (file)
@@ -70,4 +70,7 @@ config BOOT_INIT_FILE
 config ZYNQ_SDHCI_MAX_FREQ
        default 52000000
 
+source "board/xilinx/Kconfig"
+source "board/xilinx/zynq/Kconfig"
+
 endif
index d82a737a699e51af543b3ab1abba532540492a41..f1301f6661a182306cadf85e8b1b61da677e7f65 100644 (file)
@@ -171,4 +171,7 @@ config SD1_LSHFT_MODE
 
 endchoice
 
+source "board/xilinx/Kconfig"
+source "board/xilinx/zynqmp/Kconfig"
+
 endif
index 706e7980f90965ae7e61298f5451e15c85eb2807..23a690aa3db46dadf4f1e4c4bbb8098ecddda702 100644 (file)
@@ -8,8 +8,8 @@ CONFIG_ENV_SIZE=0x80
 CONFIG_SPL=y
 CONFIG_SYS_MEM_RSVD_FOR_MMU=y
 CONFIG_ZYNQMP_NO_DDR=y
-# CONFIG_PSCI_RESET is not set
 # CONFIG_CMD_ZYNQMP is not set
+# CONFIG_PSCI_RESET is not set
 CONFIG_DEFAULT_DEVICE_TREE="zynqmp-mini-qspi"
 # CONFIG_EXPERT is not set
 # CONFIG_LEGACY_IMAGE_FORMAT is not set