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 (RISCV && SOC_MICROCHIP_POLARFIRE) || COMPILE_TEST 9 select AUXILIARY_BUS 10 help 11 Supports Clock Configuration for PolarFire SoC 12