From 384c5e9e2709da47236086c52b6c5fcb2859e72c Mon Sep 17 00:00:00 2001 From: Han Gao Date: Wed, 31 Jan 2024 20:37:38 +0800 Subject: [PATCH] fix: enable usb_uas for high speed Signed-off-by: Han Gao --- 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 6cd692d3b..64a1c4fab 100644 --- a/arch/riscv/configs/revyos_defconfig +++ b/arch/riscv/configs/revyos_defconfig @@ -324,6 +324,7 @@ CONFIG_USB_ACM=m CONFIG_USB_STORAGE=y CONFIG_USB_STORAGE_SDDR09=y CONFIG_USB_STORAGE_SDDR55=y +CONFIG_USB_UAS=m CONFIG_USB_DWC3=m CONFIG_USB_DWC3_HOST=y # CONFIG_USB_DWC3_OF_SIMPLE is not set