From 33e0784f4d9901ea381ed39014e1cd0007f307dd Mon Sep 17 00:00:00 2001 From: Richard Maw Date: Sat, 11 Apr 2015 13:30:02 +0000 Subject: bsp: Add support for USB ethernet to x86 kernels This works for a few commonly available USB Ethernet devices; and while other architectures may make use of such devices, I don't believe we currently have a use-case that requires us to be able to support extra interfaces on those devices. Change-Id: Ib8974207c04f34cff4f6884409c70aeb116935d5 --- strata/bsp-x86_32-generic/linux-x86-32-generic.morph | 4 ++++ strata/bsp-x86_64-generic/linux-x86-64-generic.morph | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/strata/bsp-x86_32-generic/linux-x86-32-generic.morph b/strata/bsp-x86_32-generic/linux-x86-32-generic.morph index 9b39d185..a8da9549 100644 --- a/strata/bsp-x86_32-generic/linux-x86-32-generic.morph +++ b/strata/bsp-x86_32-generic/linux-x86-32-generic.morph @@ -71,6 +71,10 @@ configure-commands: - scripts/config -e E100 - scripts/config -e E1000 - scripts/config -e E1000E +- scripts/config -e USB_USBNET +- scripts/config -e USB_NET_AX8817X +- scripts/config -e USB_NET_AX88179_178A +- scripts/config -e USB_NET_DM9601 - scripts/config -e IKCONFIG - scripts/config -e IKCONFIG_PROC - scripts/config -e SECCOMP diff --git a/strata/bsp-x86_64-generic/linux-x86-64-generic.morph b/strata/bsp-x86_64-generic/linux-x86-64-generic.morph index 5a9380b9..eb4204f6 100644 --- a/strata/bsp-x86_64-generic/linux-x86-64-generic.morph +++ b/strata/bsp-x86_64-generic/linux-x86-64-generic.morph @@ -71,6 +71,10 @@ configure-commands: - scripts/config -e E100 - scripts/config -e E1000 - scripts/config -e E1000E +- scripts/config -e USB_USBNET +- scripts/config -e USB_NET_AX8817X +- scripts/config -e USB_NET_AX88179_178A +- scripts/config -e USB_NET_DM9601 - scripts/config -e IKCONFIG - scripts/config -e IKCONFIG_PROC - scripts/config -e SECCOMP -- cgit v1.2.1