From 807db9d9811efdf32b7ab33d09fb3465c54480ea Mon Sep 17 00:00:00 2001 From: Lu Hui Date: Mon, 4 Sep 2023 10:46:05 +0800 Subject: [PATCH] Revert "revyos_defconfig: enable usb uas driver" This reverts commit 07167b855fa1f7bae79cb617ca48846c1c3e2973. this commit cause some usb stroage device not working,disable this driver from being compiled into the kernel until the cause of the device not working is found. --- arch/riscv/configs/revyos_defconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/riscv/configs/revyos_defconfig b/arch/riscv/configs/revyos_defconfig index 26ebf3a80..cb7f5ad0c 100644 --- a/arch/riscv/configs/revyos_defconfig +++ b/arch/riscv/configs/revyos_defconfig @@ -287,7 +287,6 @@ 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