brintos

brintos / linux-shallow public Read only

0
0
Text · 448 B · b9bcb5e Raw
17 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2config MSTAR_MSC313_CPUPLL3	bool "MStar CPUPLL driver"4	depends on ARCH_MSTARV7 || COMPILE_TEST5	default ARCH_MSTARV76	help7	  Support for the CPU PLL present on MStar/Sigmastar SoCs.8 9config MSTAR_MSC313_MPLL10	bool "MStar MPLL driver"11	depends on ARCH_MSTARV7 || COMPILE_TEST12	default ARCH_MSTARV713	select REGMAP_MMIO14	help15	  Support for the MPLL PLL and dividers block present on16	  MStar/Sigmastar SoCs.17