hc
2023-12-11 6778948f9de86c3cfaf36725a7c87dcff9ba247f
kernel/drivers/usb/dwc3/Kconfig
....@@ -117,6 +117,15 @@
117117 Currently supports Xilinx and Qualcomm DWC USB3 IP.
118118 Say 'Y' or 'M' if you have one such device.
119119
120
+config USB_DWC3_ROCKCHIP_INNO
121
+ bool "Rockchip Platforms with INNO PHY"
122
+ depends on OF && COMMON_CLK && (ARCH_ROCKCHIP || COMPILE_TEST)
123
+ default USB_DWC3 && PHY_ROCKCHIP_INNO_USB3 && NO_GKI
124
+ help
125
+ Support of USB2/3 functionality in Rockchip platforms
126
+ with INNO USB 3.0 PHY IP inside.
127
+ say 'Y' or 'M' if you have one such device.
128
+
120129 config USB_DWC3_ST
121130 tristate "STMicroelectronics Platforms"
122131 depends on (ARCH_STI || COMPILE_TEST) && OF