Skip to content

Commit da71ed2

Browse files
Dylan.WuDylan.Wu
authored andcommitted
Update defconfig and cdns3 USB driver settings
updates align the USB controller settings with current system requirements and enhance compatibility and stability for USB gadget operations. Signed-off-by: Dylan.Wu" <[email protected]>
1 parent 5dbc460 commit da71ed2

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

arch/arm64/configs/deepin_arm64_desktop_defconfig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3606,7 +3606,7 @@ CONFIG_USBIP_HOST=m
36063606
CONFIG_USBIP_VUDC=m
36073607
CONFIG_USB_CDNS_SUPPORT=y
36083608
CONFIG_USB_CDNS3=y
3609-
CONFIG_USB_CDNSP_CIX=y
3609+
CONFIG_USB_CDNSP_CIX=m
36103610
CONFIG_USB_CDNS3_GADGET=y
36113611
CONFIG_USB_CDNS3_HOST=y
36123612
# CONFIG_USB_CDNS3_PCI_WRAP is not set
@@ -3753,7 +3753,7 @@ CONFIG_TYPEC_RT1719=m
37533753
CONFIG_TYPEC_HD3SS3220=m
37543754
CONFIG_TYPEC_STUSB160X=m
37553755
CONFIG_TYPEC_WUSB3801=m
3756-
CONFIG_TYPEC_RTS5453=y
3756+
CONFIG_TYPEC_RTS5453=m
37573757
CONFIG_TYPEC_MUX_FSA4480=m
37583758
CONFIG_TYPEC_MUX_GPIO_SBU=m
37593759
CONFIG_TYPEC_MUX_PI3USB30532=m

drivers/usb/cdns3/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ config USB_CDNS3
2424
as module, the module will be called cdns3.ko.
2525

2626
config USB_CDNSP_CIX
27-
bool "Cadence USBSSP Dual-Role Controller for Cix platform"
27+
tristate "Cadence USBSSP Dual-Role Controller for Cix platform"
2828
depends on USB_CDNS_SUPPORT
2929
depends on ARM64 || COMPILE_TEST
3030
help

drivers/usb/cdns3/cdnsp-gadget.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2071,3 +2071,4 @@ int cdnsp_gadget_init(struct cdns *cdns)
20712071

20722072
return 0;
20732073
}
2074+
EXPORT_SYMBOL(cdnsp_gadget_init);

0 commit comments

Comments
 (0)