aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Dechesne <nicolas.dechesne@linaro.org>2017-11-24 09:56:09 +0100
committerVinod Koul <vkoul@kernel.org>2020-04-13 17:46:04 +0530
commit56d3c9a50fbbcc4b1a00c45ae9e2971f904cdca9 (patch)
tree6e46056cd46e291fbd34c66501ab365bf9fe5e7b
parentc0dca4368750d24324fbd485c95d39b077f0a94f (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