From c130cdb21feb17dca1aee516a19531372859290c Mon Sep 17 00:00:00 2001 From: NekoRouter <43701354+nekorouter@users.noreply.github.com> Date: Mon, 7 Aug 2023 02:31:42 +0800 Subject: [PATCH] Add USB Modem (CDC ACM) support --- arch/riscv/configs/revyos_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/riscv/configs/revyos_defconfig b/arch/riscv/configs/revyos_defconfig index a88935887..b75777e1c 100644 --- a/arch/riscv/configs/revyos_defconfig +++ b/arch/riscv/configs/revyos_defconfig @@ -279,6 +279,7 @@ CONFIG_USB=y CONFIG_USB_XHCI_HCD=y CONFIG_USB_XHCI_PLATFORM=y CONFIG_USB_OHCI_HCD=y +CONFIG_USB_ACM=m CONFIG_USB_STORAGE=y CONFIG_USB_STORAGE_SDDR09=y CONFIG_USB_STORAGE_SDDR55=y