Kconfig 565 B

123456789101112131415161718192021
  1. # SPDX-License-Identifier: GPL-2.0-only
  2. #
  3. # PHY drivers for Ralink platforms.
  4. #
  5. config PHY_MT7621_PCI
  6. tristate "MediaTek MT7621 PCI PHY Driver"
  7. depends on (RALINK && OF) || COMPILE_TEST
  8. select GENERIC_PHY
  9. select REGMAP_MMIO
  10. help
  11. Say 'Y' here to add support for MediaTek MT7621 PCI PHY driver,
  12. config PHY_RALINK_USB
  13. tristate "Ralink USB PHY driver"
  14. depends on RALINK || COMPILE_TEST
  15. depends on HAS_IOMEM
  16. select GENERIC_PHY
  17. select MFD_SYSCON
  18. help
  19. This option enables support for the Ralink USB PHY found inside
  20. RT3352, MT7620, MT7628 and MT7688.