mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-26 06:30:39 +00:00
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>
This commit is contained in:
parent
90dd2f19d6
commit
6e2166c186
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue