From 17cfcaa754cb818a56012ae3cd716d4d8f0e575b Mon Sep 17 00:00:00 2001 From: Rui Salvaterra Date: Sat, 1 Feb 2025 18:38:37 +0000 Subject: [PATCH] generic: enable CONFIG_USB_NET_DRIVERS This is only relevant for devices with USB support, and in itself changes nothing in the kernel build. However, it is useful to further simplify the dependencies of some USB network devices. Signed-off-by: Rui Salvaterra --- target/linux/generic/config-6.6 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/linux/generic/config-6.6 b/target/linux/generic/config-6.6 index ce2dc48dde..78f8b1e5cc 100644 --- a/target/linux/generic/config-6.6 +++ b/target/linux/generic/config-6.6 @@ -6966,7 +6966,7 @@ CONFIG_USB_GADGET_VBUS_DRAW=2 # CONFIG_USB_NET_CH9200 is not set # CONFIG_USB_NET_CX82310_ETH is not set # CONFIG_USB_NET_DM9601 is not set -# CONFIG_USB_NET_DRIVERS is not set +CONFIG_USB_NET_DRIVERS=y # CONFIG_USB_NET_GL620A is not set # CONFIG_USB_NET_HUAWEI_CDC_NCM is not set # CONFIG_USB_NET_INT51X1 is not set -- 2.30.2