hc
2023-12-11 d2ccde1c8e90d38cee87a1b0309ad2827f3fd30d
kernel/drivers/usb/phy/Kconfig
....@@ -162,7 +162,7 @@
162162
163163 config USB_TEGRA_PHY
164164 tristate "NVIDIA Tegra USB PHY Driver"
165
- depends on ARCH_TEGRA
165
+ depends on ARCH_TEGRA || COMPILE_TEST
166166 select USB_COMMON
167167 select USB_PHY
168168 select USB_ULPI
....@@ -172,7 +172,7 @@
172172
173173 config USB_ULPI
174174 bool "Generic ULPI Transceiver Driver"
175
- depends on ARM || ARM64
175
+ depends on ARM || ARM64 || COMPILE_TEST
176176 select USB_ULPI_VIEWPORT
177177 help
178178 Enable this to support ULPI connected USB OTG transceivers which
....@@ -184,4 +184,12 @@
184184 Provides read/write operations to the ULPI phy register set for
185185 controllers with a viewport register (e.g. Chipidea/ARC controllers).
186186
187
+config JZ4770_PHY
188
+ tristate "Ingenic SoCs Transceiver Driver"
189
+ depends on MIPS || COMPILE_TEST
190
+ select USB_PHY
191
+ help
192
+ This driver provides PHY support for the USB controller found
193
+ on the JZ-series and X-series SoCs from Ingenic.
194
+
187195 endmenu