File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -330,9 +330,6 @@ config COMMON_CLK_PXA
330330 help
331331 Support for the Marvell PXA SoC.
332332
333- config COMMON_CLK_PIC32
334- def_bool COMMON_CLK && MACH_PIC32
335-
336333config COMMON_CLK_OXNAS
337334 bool "Clock driver for the OXNAS SoC Family"
338335 depends on ARCH_OXNAS || COMPILE_TEST
@@ -407,6 +404,7 @@ source "drivers/clk/keystone/Kconfig"
407404source "drivers/clk/mediatek/Kconfig"
408405source "drivers/clk/meson/Kconfig"
409406source "drivers/clk/mstar/Kconfig"
407+ source "drivers/clk/microchip/Kconfig"
410408source "drivers/clk/mvebu/Kconfig"
411409source "drivers/clk/pistachio/Kconfig"
412410source "drivers/clk/qcom/Kconfig"
Original file line number Diff line number Diff line change @@ -91,7 +91,7 @@ obj-$(CONFIG_ARCH_KEYSTONE) += keystone/
9191obj-$(CONFIG_MACH_LOONGSON32) += loongson1/
9292obj-y += mediatek/
9393obj-$(CONFIG_ARCH_MESON) += meson/
94- obj-$(CONFIG_MACH_PIC32) += microchip/
94+ obj-y += microchip/
9595ifeq ($(CONFIG_COMMON_CLK ) , y)
9696obj-$(CONFIG_ARCH_MMP) += mmp/
9797endif
Original file line number Diff line number Diff line change 1+ # SPDX-License-Identifier: GPL-2.0
2+
3+ config COMMON_CLK_PIC32
4+ def_bool COMMON_CLK && MACH_PIC32
5+
6+ config MCHP_CLK_MPFS
7+ bool "Clk driver for PolarFire SoC"
8+ depends on (RISCV && SOC_MICROCHIP_POLARFIRE) || COMPILE_TEST
9+ help
10+ Supports Clock Configuration for PolarFire SoC
Original file line number Diff line number Diff line change 11# SPDX-License-Identifier: GPL-2.0-only
22obj-$(CONFIG_COMMON_CLK_PIC32) += clk-core.o
33obj-$(CONFIG_PIC32MZDA) += clk-pic32mzda.o
4+ obj-$(CONFIG_MCHP_CLK_MPFS) += clk-mpfs.o
You can’t perform that action at this time.
0 commit comments