From f9e6b6e4f6488c1b34662b20cd57b5f415f58305 Mon Sep 17 00:00:00 2001 From: "build.automotivelinux.org" Date: Fri, 24 May 2019 17:59:10 +0200 Subject: 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 --- .../recipes-kernel/linux/linux-raspberrypi/raspberrypi_network.cfg | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'meta-agl-bsp/meta-raspberrypi') 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 -- cgit 1.2.3-korg