From f0baf5ab40f2d16d21db3ff5c1af9c82ec3242d6 Mon Sep 17 00:00:00 2001 From: Jianlong Huang Date: Mon, 31 Oct 2022 17:02:55 +0800 Subject: [PATCH] configs:starfive:Enable usb wifi ECR6600U Enable usb wifi ECR6600U Signed-off-by: Jianlong Huang --- arch/riscv/configs/starfive_visionfive2_defconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/riscv/configs/starfive_visionfive2_defconfig b/arch/riscv/configs/starfive_visionfive2_defconfig index 39b2d914..9f98846 100755 --- a/arch/riscv/configs/starfive_visionfive2_defconfig +++ b/arch/riscv/configs/starfive_visionfive2_defconfig @@ -146,7 +146,9 @@ CONFIG_MOTORCOMM_PHY=y CONFIG_IWLWIFI=y CONFIG_IWLDVM=y CONFIG_IWLMVM=y +CONFIG_HOSTAP=y # CONFIG_RTL_CARDS is not set +CONFIG_USB_WIFI_ECR6600U=y CONFIG_INPUT_EVDEV=y # CONFIG_INPUT_KEYBOARD is not set # CONFIG_INPUT_MOUSE is not set -- 2.7.4