aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Dechesne <nicolas.dechesne@linaro.org>2017-11-24 09:56:09 +0100
committerNicolas Dechesne <nicolas.dechesne@linaro.org>2018-05-09 10:17:17 +0200
commita483ffd3e9a82aa569b21258906eedd24a083a76 (patch)
treec9c7599aac53e6b4cbdf260e40b4ad706f2320da
parentbb8ef87f4bdeba719e7e8ebde63586e5a7730e53 (diff)
kernel: distro.config: enable debug friendly USB network adpater
The DB410c has no built in Ethernet, so let's make sure that we can at least get USB/Ether adaptors to work without any modules. Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
-rw-r--r--kernel/configs/distro.config3
1 files changed, 3 insertions, 0 deletions
diff --git a/kernel/configs/distro.config b/kernel/configs/distro.config
index d8db002ef79c..253e47565282 100644
--- a/kernel/configs/distro.config
+++ b/kernel/configs/distro.config
@@ -121,6 +121,9 @@ CONFIG_USB_G_SERIAL=m
CONFIG_NEW_LEDS=y
# USB Eth
+CONFIG_USB_USBNET=y
+CONFIG_USB_NET_AX88179_178A=y
+CONFIG_USB_NET_AX8817X=y
CONFIG_USB_CATC=m
CONFIG_USB_KAWETH=m
CONFIG_USB_PEGASUS=m