aboutsummaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorMaxime Ripard <maxime.ripard@free-electrons.com>2017-09-07 10:46:24 +0200
committerMaxime Ripard <maxime.ripard@free-electrons.com>2017-10-03 19:12:05 +0200
commit654b02b18c00c9c2d26f9cd7df53d27e9fc37e4f (patch)
tree4bfd95f1f3872d99ce4238ce43752d96df211440 /arch
parente02687bda96cc8ed942e14b558796d3043d24b23 (diff)
downloadu-boot-654b02b18c00c9c2d26f9cd7df53d27e9fc37e4f.zip
u-boot-654b02b18c00c9c2d26f9cd7df53d27e9fc37e4f.tar.gz
u-boot-654b02b18c00c9c2d26f9cd7df53d27e9fc37e4f.tar.bz2
sunxi: imply USB_GADGET
A good number of our boards have USB_GADGET enabled. Imply it so that all the boards can benefit from it, and remove some boilerplate from our defconfigs. Reviewed-by: Ɓukasz Majewski <lukma@denx.de> Reviewed-by: Simon Glass <sjg@chromium.org> Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index d6d9558..a7ee5fe 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -706,6 +706,7 @@ config ARCH_SUNXI
imply SPL_POWER_SUPPORT
imply SPL_SERIAL_SUPPORT
imply USB_FUNCTION_FASTBOOT
+ imply USB_GADGET
config TARGET_TS4600
bool "Support TS4600"