Skip to content

Commit 47ef054

Browse files
nfrapradonuclearcat
authored andcommitted
build-configs.yaml: Add config for ASIX ethernet adapter
Some devices in Collabora's lab are connected to the wired network using an ASIX AX88772B ethernet adapter. The kernel config for it needs to be enabled in order for tests that require working network to succeed. Furthermore it needs to be builtin for the same reason as commit ed888aa ("build-configs.yaml: Prevent deferred probe timeout errors"). Signed-off-by: Nícolas F. R. A. Prado <nfraprado@collabora.com>
1 parent f434eeb commit 47ef054

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

config/core/build-configs.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -352,6 +352,7 @@ fragments:
352352
- 'CONFIG_DRM_MEDIATEK_DP=m'
353353
- 'CONFIG_SND_SOC_SOF_MT8195=m'
354354
- 'CONFIG_USB_RTL8152=y' # Allows kernel ip-config. Prevents deferred probe timeout errors.
355+
- 'CONFIG_USB_USBNET=y' # Needed for ASIX AX88772B ethernet adapter used at Collabora's lab. Builtin to allow kernel ip-config, and prevent deferred probe timeout errors.
355356
- 'CONFIG_EXTRA_FIRMWARE="
356357
mediatek/mt8173/vpu_d.bin
357358
mediatek/mt8173/vpu_p.bin
@@ -608,6 +609,7 @@ fragments:
608609
- 'CONFIG_USB_ETH=y'
609610
- 'CONFIG_USB_GADGET=y'
610611
- 'CONFIG_USB_RTL8152=y'
612+
- 'CONFIG_USB_USBNET=y' # Needed for ASIX AX88772B ethernet adapter used at Collabora's lab. Builtin to allow kernel ip-config, and prevent deferred probe timeout errors.
611613
- 'CONFIG_USB_VIDEO_CLASS=m'
612614
- 'CONFIG_WILCO_EC_DEBUGFS=m'
613615
- 'CONFIG_WILCO_EC_EVENTS=m'

0 commit comments

Comments
 (0)