diff options
author | Maxime Ripard | 2017-09-07 20:40:42 +0200 |
---|---|---|
committer | Maxime Ripard | 2017-10-03 19:12:05 +0200 |
commit | 6e2166c18683be8a46d34cc14a0c1dca2c52fbfd (patch) | |
tree | 2c82dd1469effcf635e39a3211da0645972858c3 /arch | |
parent | 90dd2f19d6bd9f38a500ee7cb2986fd929b6cbea (diff) |
sunxi: Imply USB_ETHER
Now that we can enable the usb_ether gadget, do it. This will be especially
useful for boards that don't have any ethernet controller, such as the ones
based on the A13 or A33.
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/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 0b33c499361..f4256ec8c69 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -703,6 +703,7 @@ config ARCH_SUNXI imply SPL_MMC_SUPPORT if MMC imply SPL_POWER_SUPPORT imply SPL_SERIAL_SUPPORT + imply USB_ETHER imply USB_GADGET config TARGET_TS4600 |