diff options
author | Daniel Palmer <[email protected]> | 2021-03-01 21:35:40 +0900 |
---|---|---|
committer | Arnd Bergmann <[email protected]> | 2021-04-01 12:40:55 +0200 |
commit | de73b5a97bba1538f065e1e90d8eeac399db7510 (patch) | |
tree | c950a7d6b9ac7f34d33a9f869a3bc48b6a08b83f | |
parent | f38dc82b56a83be8a18e395ff5568e46621db749 (diff) |
ARM: mstar: Select MSTAR_MSC313_MPLL
All of the ARCH_MSTARV7 chips have an MPLL as the source for
peripheral clocks so select MSTAR_MSC313_MPLL.
Signed-off-by: Daniel Palmer <[email protected]>
Link: https://lore.kernel.org/r/[email protected]'
Signed-off-by: Arnd Bergmann <[email protected]>
-rw-r--r-- | arch/arm/mach-mstar/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-mstar/Kconfig b/arch/arm/mach-mstar/Kconfig index 576d1ab293c8..cd300eeedc20 100644 --- a/arch/arm/mach-mstar/Kconfig +++ b/arch/arm/mach-mstar/Kconfig @@ -4,6 +4,7 @@ menuconfig ARCH_MSTARV7 select ARM_GIC select ARM_HEAVY_MB select MST_IRQ + select MSTAR_MSC313_MPLL help Support for newer MStar/Sigmastar SoC families that are based on Armv7 cores like the Cortex A7 and share the same |