xref: /openbmc/linux/drivers/clk/mstar/Kconfig (revision 93c89f03)
1bef7a78dSDaniel Palmer# SPDX-License-Identifier: GPL-2.0-only
2bef7a78dSDaniel Palmerconfig MSTAR_MSC313_MPLL
3*93c89f03SDaniel Palmer	bool "MStar MPLL driver"
4*93c89f03SDaniel Palmer	depends on ARCH_MSTARV7 || COMPILE_TEST
5*93c89f03SDaniel Palmer	default ARCH_MSTARV7
6bef7a78dSDaniel Palmer	select REGMAP_MMIO
7*93c89f03SDaniel Palmer	help
8*93c89f03SDaniel Palmer	  Support for the MPLL PLL and dividers block present on
9*93c89f03SDaniel Palmer	  MStar/Sigmastar SoCs.
10