Kconfig 304 B

123456789101112
  1. # SPDX-License-Identifier: GPL-2.0-only
  2. #
  3. # PHY drivers for Nuvoton MA35 platforms
  4. #
  5. config PHY_MA35_USB
  6. tristate "Nuvoton MA35 USB2.0 PHY driver"
  7. depends on ARCH_MA35 || COMPILE_TEST
  8. depends on OF
  9. select GENERIC_PHY
  10. help
  11. Enable this to support the USB2.0 PHY on the Nuvoton MA35
  12. series SoCs.