From: build.automotivelinux.org Date: Fri, 24 May 2019 15:59:10 +0000 (+0200) Subject: On master enable the CONFIG_USB_NET_SMSC75XX driver X-Git-Tag: halibut_7.99.1~7 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=f9e6b6e4f6488c1b34662b20cd57b5f415f58305;hp=c8836925509d3de6655984fbf38875e13893871d;p=AGL%2Fmeta-agl.git On master enable the CONFIG_USB_NET_SMSC75XX driver This is for the 3b+ board. Change-Id: I428a12b836c1f7c3f01b29602e666ae28efd647f Bug-AGL: SPEC-2456 Signed-off-by: build.automotivelinux.org --- diff --git a/meta-agl-bsp/meta-raspberrypi/recipes-kernel/linux/linux-raspberrypi/raspberrypi_network.cfg b/meta-agl-bsp/meta-raspberrypi/recipes-kernel/linux/linux-raspberrypi/raspberrypi_network.cfg index aa9649050..993d15084 100644 --- a/meta-agl-bsp/meta-raspberrypi/recipes-kernel/linux/linux-raspberrypi/raspberrypi_network.cfg +++ b/meta-agl-bsp/meta-raspberrypi/recipes-kernel/linux/linux-raspberrypi/raspberrypi_network.cfg @@ -1,5 +1,5 @@ - -CONFIG_USB_NET_SMSC95XX=y CONFIG_NETDEVICES=y -CONFIG_USB_NET_DRIVERS=y CONFIG_USB_USBNET=y +CONFIG_USB_NET_DRIVERS=y +CONFIG_USB_NET_SMSC95XX=y +CONFIG_USB_NET_SMSC75XX=y