Kconfig 277 B

123456789101112
  1. # SPDX-License-Identifier: GPL-2.0-only
  2. #
  3. # PHY drivers for Socionext platforms.
  4. #
  5. config PHY_UNIPHIER_PCIE
  6. bool "UniPhier PCIe PHY driver"
  7. depends on PHY && ARCH_UNIPHIER
  8. imply REGMAP
  9. help
  10. Enable this to support PHY implemented in PCIe controller
  11. on UniPhier SoCs.