summaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorHans de Goede <hdegoede@redhat.com>2015-06-17 20:54:07 +0200
committerHans de Goede <hdegoede@redhat.com>2015-07-25 11:22:54 +0200
commitde1502c937c75527a08b40380ceb4824ae9ac86c (patch)
tree585d72e00575af7dfaaf04e9f2974ec8679f5dd7 /arch
parent4536882710b598556b943f58e7713c92ada7ec5f (diff)
downloadtalos-obmc-uboot-de1502c937c75527a08b40380ceb4824ae9ac86c.tar.gz
talos-obmc-uboot-de1502c937c75527a08b40380ceb4824ae9ac86c.zip
sunxi: Enable CMD_USB and USB_STORAGE by default on sunxi
Start using the new Kconfig options which are available for these now, and simply always enable them by selecting them as sunxi builds always include USB support. Signed-off-by: Hans de Goede <hdegoede@redhat.com> Acked-by: Ian Campbell <ijc@hellion.org.uk> Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/Kconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 56abaf6c40..0e899cd0d9 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -643,6 +643,7 @@ config ARCH_SOCFPGA
config ARCH_SUNXI
bool "Support sunxi (Allwinner) SoCs"
+ select CMD_USB
select DM
select DM_GPIO
select DM_ETH
@@ -652,6 +653,7 @@ config ARCH_SUNXI
select OF_SEPARATE
select SPL_DISABLE_OF_CONTROL
select USB
+ select USB_STORAGE
config TARGET_SNOWBALL
bool "Support snowball"
OpenPOWER on IntegriCloud