summaryrefslogtreecommitdiffstats
path: root/meta-agl-bsp/meta-raspberrypi
diff options
context:
space:
mode:
authorbuild.automotivelinux.org <jenkins@automotivelinux.org>2019-05-24 17:59:10 +0200
committerbuild.automotivelinux.org <jenkins@automotivelinux.org>2019-05-24 17:59:10 +0200
commitf9e6b6e4f6488c1b34662b20cd57b5f415f58305 (patch)
tree3666fb26ccad9684f0096cc7a1f8010354bc754d /meta-agl-bsp/meta-raspberrypi
parentc8836925509d3de6655984fbf38875e13893871d (diff)
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 <jenkins@automotivelinux.org>
Diffstat (limited to 'meta-agl-bsp/meta-raspberrypi')
-rw-r--r--meta-agl-bsp/meta-raspberrypi/recipes-kernel/linux/linux-raspberrypi/raspberrypi_network.cfg6
1 files changed, 3 insertions, 3 deletions
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