]> Git Repo - u-boot.git/blobdiff - arch/arm/Kconfig
ARM: zynqmp: Fix SPL_DM_SPI dependencies
[u-boot.git] / arch / arm / Kconfig
index 21c43fa0b7b9ff6c2f0c3a1752ac60bc4fa95d13..24202bcc09ef5f8f9e1711ad575fd355bbbefa94 100644 (file)
@@ -1152,7 +1152,8 @@ config ARCH_ZYNQMP
        select OF_CONTROL
        select SPL_BOARD_INIT if SPL
        select SPL_CLK if SPL
-       select SPL_DM_SPI if SPI
+       select SPL_DM if SPL
+       select SPL_DM_SPI if SPI && SPL_DM
        select SPL_DM_SPI_FLASH if SPL_DM_SPI
        select SPL_DM_MAILBOX if SPL
        select SPL_FIRMWARE if SPL
This page took 0.025388 seconds and 4 git commands to generate.