Kconfig 427 B

12345678910111213
  1. # SPDX-License-Identifier: GPL-2.0-only
  2. #
  3. # Phy drivers for SpacemiT platforms
  4. #
  5. config PHY_SPACEMIT_K1_USB2
  6. tristate "SpacemiT K1 USB 2.0 PHY support"
  7. depends on (ARCH_SPACEMIT || COMPILE_TEST) && OF
  8. depends on COMMON_CLK
  9. depends on USB_COMMON
  10. select GENERIC_PHY
  11. help
  12. Enable this to support K1 USB 2.0 PHY driver. This driver takes care of
  13. enabling and clock setup and will be used by K1 udc/ehci/otg/xhci driver.