From 7d7bbcd0ce955397be2441442298ed054637b0c0 Mon Sep 17 00:00:00 2001 From: Seung-Woo Kim Date: Tue, 29 Aug 2023 19:06:16 +0900 Subject: [PATCH] RISCV: config: tizen_visionfive2: Enable MT7601U as module Enable CONFIG_MT7601U to support mediatek 7601 wireless dongle, This driver requires the firmware, mt7601u.bin. Change-Id: If1b07960f03afaad952af6efae8637b61e5cecd6 Signed-off-by: Seung-Woo Kim --- arch/riscv/configs/tizen_visionfive2_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/riscv/configs/tizen_visionfive2_defconfig b/arch/riscv/configs/tizen_visionfive2_defconfig index e1c872a47716..8d3fe6bbd305 100644 --- a/arch/riscv/configs/tizen_visionfive2_defconfig +++ b/arch/riscv/configs/tizen_visionfive2_defconfig @@ -240,6 +240,7 @@ CONFIG_MOTORCOMM_PHY=y CONFIG_USB_RTL8152=y CONFIG_USB_LAN78XX=y CONFIG_USB_USBNET=y +CONFIG_MT7601U=m CONFIG_RTL_CARDS=m CONFIG_RTL8192CU=m # CONFIG_RTLWIFI_DEBUG is not set -- 2.34.1