]> git.sur5r.net Git - u-boot/blobdiff - arch/arm/Kconfig
ARM: uniphier: fix DRAM size of LD21 SoC package
[u-boot] / arch / arm / Kconfig
index e63309ae9b71364fa0a959ad4b63f2f7912cc7b8..498658ddec452627063d4eab5fe2d5e597b8a1e0 100644 (file)
@@ -855,18 +855,20 @@ config TARGET_COLIBRI_PXA270
 
 config ARCH_UNIPHIER
        bool "Socionext UniPhier SoCs"
+       select BLK
        select CLK_UNIPHIER
-       select SUPPORT_SPL
-       select SPL
-       select OF_CONTROL
-       select SPL_OF_CONTROL
-       select OF_LIBFDT
        select DM
-       select SPL_DM
        select DM_GPIO
-       select DM_SERIAL
        select DM_I2C
        select DM_MMC
+       select DM_SERIAL
+       select DM_USB
+       select OF_CONTROL
+       select OF_LIBFDT
+       select SPL
+       select SPL_DM
+       select SPL_OF_CONTROL
+       select SUPPORT_SPL
        help
          Support for UniPhier SoC family developed by Socionext Inc.
          (formerly, System LSI Business Division of Panasonic Corporation)