Kconfig 466 B

123456789101112
  1. # SPDX-License-Identifier: GPL-2.0-only
  2. config PHY_SUNPLUS_USB
  3. tristate "Sunplus SP7021 USB 2.0 PHY driver"
  4. depends on OF && (SOC_SP7021 || COMPILE_TEST)
  5. select GENERIC_PHY
  6. help
  7. Enable this to support the USB 2.0 PHY on Sunplus SP7021
  8. SoC. The USB 2.0 PHY controller supports battery charger
  9. and synchronous signals, various power down modes including
  10. operating, partial and suspend modes, and high-speed,
  11. full-speed and low-speed data transfer.