From 1460f67b2496c08190c7fafbd14d72a801aac360 Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Tue, 24 Oct 2023 06:13:35 +0000 Subject: [PATCH] enable USB_NET_AX8817X --- kernel/arch/arm64/configs/rockchip_linux_defconfig | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/kernel/arch/arm64/configs/rockchip_linux_defconfig b/kernel/arch/arm64/configs/rockchip_linux_defconfig index eba00ca..f37d5dc 100644 --- a/kernel/arch/arm64/configs/rockchip_linux_defconfig +++ b/kernel/arch/arm64/configs/rockchip_linux_defconfig @@ -1838,8 +1838,8 @@ # 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=y CONFIG_USB_NET_CDC_EEM=y CONFIG_USB_NET_CDC_NCM=y -- Gitblit v1.6.2