From: Seung-Woo Kim Date: Fri, 12 Jan 2024 06:36:32 +0000 (+0900) Subject: RISCV: config: tizen_visionfive2: Enable USB_DUMMY_HCD as module for usb hcd tetst X-Git-Tag: accepted/tizen/unified/riscv/20240116.075552^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fheads%2Faccepted%2Ftizen_unified_riscv;p=platform%2Fkernel%2Flinux-starfive.git RISCV: config: tizen_visionfive2: Enable USB_DUMMY_HCD as module for usb hcd tetst To support usb host hcd test, enable CONFIG_USB_DUMMY_HCD as module. Change-Id: I6811466c1be203e21ad469f99ba0e262ff740203 Signed-off-by: Seung-Woo Kim --- diff --git a/arch/riscv/configs/tizen_visionfive2_defconfig b/arch/riscv/configs/tizen_visionfive2_defconfig index 7abb752bbf37..848f779c8586 100644 --- a/arch/riscv/configs/tizen_visionfive2_defconfig +++ b/arch/riscv/configs/tizen_visionfive2_defconfig @@ -332,6 +332,7 @@ CONFIG_USB_CDNS3_HOST=y CONFIG_USB_CDNS3_STARFIVE=y CONFIG_USB_CDNS3_STARFIVE_EXTCON=y CONFIG_USB_GADGET=y +CONFIG_USB_DUMMY_HCD=m CONFIG_USB_CONFIGFS=y CONFIG_USB_CONFIGFS_MASS_STORAGE=y CONFIG_USB_CONFIGFS_F_FS=y