summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUwe Kleine-König <u.kleine-koenig@pengutronix.de>2021-03-11 19:12:55 +0100
committerRobert Schwebel <r.schwebel@pengutronix.de>2021-03-15 09:42:44 +0100
commit10089554cc7baab2385c09a5322bdbba35990274 (patch)
tree274081ea5d806c66795b677a2c1b9416ab076d05
parente9c32bad6e9f7dcf226c9c91cb84f458af0847a5 (diff)
downloadDistroKit-10089554cc7baab2385c09a5322bdbba35990274.tar.gz
DistroKit-10089554cc7baab2385c09a5322bdbba35990274.tar.xz
v7a/kernel: Enable driver for usb ethernet dongles AX8817X
This is enabled in barebox and also in the kernel for rpi and v8a. Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
-rw-r--r--configs/platform-v7a/kernelconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/configs/platform-v7a/kernelconfig b/configs/platform-v7a/kernelconfig
index b32a368..ce1304f 100644
--- a/configs/platform-v7a/kernelconfig
+++ b/configs/platform-v7a/kernelconfig
@@ -1564,8 +1564,8 @@ CONFIG_USB_NET_DRIVERS=y
# CONFIG_USB_RTL8152 is not set
# CONFIG_USB_LAN78XX is not set
CONFIG_USB_USBNET=y
-# CONFIG_USB_NET_AX8817X is not set
-# CONFIG_USB_NET_AX88179_178A is not set
+CONFIG_USB_NET_AX8817X=y
+CONFIG_USB_NET_AX88179_178A=y
# CONFIG_USB_NET_CDCETHER is not set
# CONFIG_USB_NET_CDC_EEM is not set
# CONFIG_USB_NET_CDC_NCM is not set