xref: /openbmc/linux/drivers/clk/microchip/Kconfig (revision 9aa2cba7a275b2c0b10c95ea60aced015a5535e1)
1# SPDX-License-Identifier: GPL-2.0
2
3config COMMON_CLK_PIC32
4	def_bool COMMON_CLK && MACH_PIC32
5
6config MCHP_CLK_MPFS
7	bool "Clk driver for PolarFire SoC"
8	depends on ARCH_MICROCHIP_POLARFIRE || COMPILE_TEST
9	default ARCH_MICROCHIP_POLARFIRE
10	select AUXILIARY_BUS
11	help
12	  Supports Clock Configuration for PolarFire SoC
13