Kconfig 448 B

12345678910111213141516
  1. # SPDX-License-Identifier: GPL-2.0-only
  2. config MSTAR_MSC313_CPUPLL
  3. bool "MStar CPUPLL driver"
  4. depends on ARCH_MSTARV7 || COMPILE_TEST
  5. default ARCH_MSTARV7
  6. help
  7. Support for the CPU PLL present on MStar/Sigmastar SoCs.
  8. config MSTAR_MSC313_MPLL
  9. bool "MStar MPLL driver"
  10. depends on ARCH_MSTARV7 || COMPILE_TEST
  11. default ARCH_MSTARV7
  12. select REGMAP_MMIO
  13. help
  14. Support for the MPLL PLL and dividers block present on
  15. MStar/Sigmastar SoCs.