From: Maxime Ripard Date: Thu, 7 Sep 2017 18:40:42 +0000 (+0200) Subject: sunxi: Imply USB_ETHER X-Git-Tag: v2017.11-rc2~129^2~14 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=6e2166c18683be8a46d34cc14a0c1dca2c52fbfd;p=oweals%2Fu-boot.git 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 Reviewed-by: Simon Glass Signed-off-by: Maxime Ripard --- diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 0b33c49936..f4256ec8c6 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