upstream u-boot with additional patches for our devices/boards:
https://lists.denx.de/pipermail/u-boot/2017-March/282789.html (AXP crashes) ;
Gbit ethernet patch for some LIME2 revisions ;
with SPI flash support
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
514 B
14 lines
514 B
# SPDX-License-Identifier: GPL-2.0+
|
|
#
|
|
# Copyright (c) 2011 The Chromium OS Authors.
|
|
#
|
|
|
|
# new USB host ethernet layer dependencies
|
|
obj-$(CONFIG_USB_HOST_ETHER) += usb_ether.o
|
|
obj-$(CONFIG_USB_ETHER_ASIX) += asix.o
|
|
obj-$(CONFIG_USB_ETHER_ASIX88179) += asix88179.o
|
|
obj-$(CONFIG_USB_ETHER_MCS7830) += mcs7830.o
|
|
obj-$(CONFIG_USB_ETHER_SMSC95XX) += smsc95xx.o
|
|
obj-$(CONFIG_USB_ETHER_LAN75XX) += lan7x.o lan75xx.o
|
|
obj-$(CONFIG_USB_ETHER_LAN78XX) += lan7x.o lan78xx.o
|
|
obj-$(CONFIG_USB_ETHER_RTL8152) += r8152.o r8152_fw.o
|
|
|