diff options
author | Tomeu Vizoso <[email protected]> | 2020-06-15 09:29:49 +0200 |
---|---|---|
committer | Marge Bot <[email protected]> | 2020-07-07 11:52:30 +0000 |
commit | bf3d4b1adde4c354ac31e2d7a679dc3946f4abc2 (patch) | |
tree | 35bf7544e01f1d3584fb53b5452885e6c0a6c3b1 /.gitlab-ci/arm64.config | |
parent | bbf2db20fef7a0cd9188c92790a60eff6900bfdc (diff) |
gitlab-ci: Build kernel drivers for a few ethernet USB dongles
So LAVA devices can download traces and upload test results.
Signed-off-by: Tomeu Vizoso <[email protected]>
Acked-by: Alyssa Rosenzweig <[email protected]>
Acked-by: Daniel Stone <[email protected]>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5515>
Diffstat (limited to '.gitlab-ci/arm64.config')
-rw-r--r-- | .gitlab-ci/arm64.config | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.gitlab-ci/arm64.config b/.gitlab-ci/arm64.config index f98df8c6cef..42aad36ef17 100644 --- a/.gitlab-ci/arm64.config +++ b/.gitlab-ci/arm64.config @@ -116,3 +116,10 @@ CONFIG_DETECT_HUNG_TASK=y CONFIG_FW_LOADER_COMPRESS=y CONFIG_FW_LOADER_USER_HELPER=n CONFIG_SUNRPC_DEBUG=y + +CONFIG_USB_USBNET=y +CONFIG_NETDEVICES=y +CONFIG_USB_NET_DRIVERS=y +CONFIG_USB_RTL8152=y +CONFIG_USB_NET_AX8817X=y +CONFIG_USB_NET_SMSC95XX=y |