Kconfig 444 B

12345678910111213141516171819
  1. # SPDX-License-Identifier: GPL-2.0-only
  2. #
  3. # Phy drivers for Sophgo platforms
  4. #
  5. if ARCH_SOPHGO || COMPILE_TEST
  6. config PHY_SOPHGO_CV1800_USB2
  7. tristate "Sophgo CV18XX/SG200X USB 2.0 PHY support"
  8. depends on MFD_SYSCON
  9. depends on USB_SUPPORT
  10. select GENERIC_PHY
  11. help
  12. Enable this to support the USB 2.0 PHY used with
  13. the DWC2 USB controller in Sophgo CV18XX/SG200X
  14. series SoC.
  15. If unsure, say N.
  16. endif # ARCH_SOPHGO || COMPILE_TEST