]> git.sur5r.net Git - u-boot/blobdiff - arch/arm/Kconfig
stm32f4: add cpu clock option for 180 MHz
[u-boot] / arch / arm / Kconfig
index 506463c12cc482eb1fb70a04957e1e603cf8f9c8..3355b3bcaa583013782c0086054bb39936ff8755 100644 (file)
@@ -643,11 +643,17 @@ config ARCH_SOCFPGA
 
 config ARCH_SUNXI
        bool "Support sunxi (Allwinner) SoCs"
+       select CMD_USB
        select DM
        select DM_GPIO
+       select DM_ETH
+       select DM_SERIAL
+       select DM_USB
        select OF_CONTROL
        select OF_SEPARATE
        select SPL_DISABLE_OF_CONTROL
+       select USB
+       select USB_STORAGE
 
 config TARGET_SNOWBALL
        bool "Support snowball"