| 12345678910111213141516171819 |
- # SPDX-License-Identifier: GPL-2.0-only
- #
- # Phy drivers for Sophgo platforms
- #
- if ARCH_SOPHGO || COMPILE_TEST
- config PHY_SOPHGO_CV1800_USB2
- tristate "Sophgo CV18XX/SG200X USB 2.0 PHY support"
- depends on MFD_SYSCON
- depends on USB_SUPPORT
- select GENERIC_PHY
- help
- Enable this to support the USB 2.0 PHY used with
- the DWC2 USB controller in Sophgo CV18XX/SG200X
- series SoC.
- If unsure, say N.
- endif # ARCH_SOPHGO || COMPILE_TEST
|