]> git.sur5r.net Git - u-boot/blobdiff - arch/arm/Kconfig
tegra: video: Move LCD driver to use the DM PWM driver
[u-boot] / arch / arm / Kconfig
index 876a620cf197b343ad2fdc27a9864a0bc6ee71ab..d8b63e940768b2b0c85d11ca6d9b1f9f71ca08b0 100644 (file)
@@ -558,15 +558,15 @@ config ARCH_ZYNQ
        select CPU_V7
        select SUPPORT_SPL
        select OF_CONTROL
-       select SPL_OF_CONTROL
+       select SPL_OF_CONTROL if SPL
        select DM
        select DM_ETH
-       select SPL_DM
+       select SPL_DM if SPL
        select DM_MMC
        select DM_SPI
        select DM_SERIAL
        select DM_SPI_FLASH
-       select SPL_SEPARATE_BSS
+       select SPL_SEPARATE_BSS if SPL
 
 config ARCH_ZYNQMP
        bool "Support Xilinx ZynqMP Platform"
@@ -689,6 +689,7 @@ config TARGET_COLIBRI_PXA270
 
 config ARCH_UNIPHIER
        bool "Socionext UniPhier SoCs"
+       select CLK_UNIPHIER
        select CPU_V7
        select SUPPORT_SPL
        select SPL