.. | .. |
---|
162 | 162 | |
---|
163 | 163 | config USB_TEGRA_PHY |
---|
164 | 164 | tristate "NVIDIA Tegra USB PHY Driver" |
---|
165 | | - depends on ARCH_TEGRA |
---|
| 165 | + depends on ARCH_TEGRA || COMPILE_TEST |
---|
166 | 166 | select USB_COMMON |
---|
167 | 167 | select USB_PHY |
---|
168 | 168 | select USB_ULPI |
---|
.. | .. |
---|
172 | 172 | |
---|
173 | 173 | config USB_ULPI |
---|
174 | 174 | bool "Generic ULPI Transceiver Driver" |
---|
175 | | - depends on ARM || ARM64 |
---|
| 175 | + depends on ARM || ARM64 || COMPILE_TEST |
---|
176 | 176 | select USB_ULPI_VIEWPORT |
---|
177 | 177 | help |
---|
178 | 178 | Enable this to support ULPI connected USB OTG transceivers which |
---|
.. | .. |
---|
184 | 184 | Provides read/write operations to the ULPI phy register set for |
---|
185 | 185 | controllers with a viewport register (e.g. Chipidea/ARC controllers). |
---|
186 | 186 | |
---|
| 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 | + |
---|
187 | 195 | endmenu |
---|