2021-02-10 22:22:03 -07:00
|
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
2022-10-22 06:34:04 -07:00
|
|
|
config MSTAR_MSC313_CPUPLL
|
|
|
|
bool "MStar CPUPLL driver"
|
|
|
|
depends on ARCH_MSTARV7 || COMPILE_TEST
|
|
|
|
default ARCH_MSTARV7
|
|
|
|
help
|
|
|
|
Support for the CPU PLL present on MStar/Sigmastar SoCs.
|
|
|
|
|
2021-02-10 22:22:03 -07:00
|
|
|
config MSTAR_MSC313_MPLL
|
2021-02-15 04:57:09 -07:00
|
|
|
bool "MStar MPLL driver"
|
|
|
|
depends on ARCH_MSTARV7 || COMPILE_TEST
|
|
|
|
default ARCH_MSTARV7
|
2021-02-10 22:22:03 -07:00
|
|
|
select REGMAP_MMIO
|
2021-02-15 04:57:09 -07:00
|
|
|
help
|
|
|
|
Support for the MPLL PLL and dividers block present on
|
|
|
|
MStar/Sigmastar SoCs.
|