summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2015-04-11 13:30:02 +0000
committerRichard Maw <richard.maw@codethink.co.uk>2015-04-13 10:46:09 +0000
commit33e0784f4d9901ea381ed39014e1cd0007f307dd (patch)
tree6be69208fa5296f0d5bead6e443a9bab35c10427
parentb949a22d0600c925a7acac195b577731a869d7d9 (diff)
downloaddefinitions-33e0784f4d9901ea381ed39014e1cd0007f307dd.tar.gz
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
-rw-r--r--strata/bsp-x86_32-generic/linux-x86-32-generic.morph4
-rw-r--r--strata/bsp-x86_64-generic/linux-x86-64-generic.morph4
2 files changed, 8 insertions, 0 deletions
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