mirror of
https://github.com/torvalds/linux.git
synced 2024-11-19 02:21:47 +00:00
ce6e118846
This clock driver implements PIC32 specific clock-tree. clock-tree entities can only be configured through device-tree file (OF). Signed-off-by: Purna Chandra Mandal <purna.mandal@microchip.com> Cc: Michael Turquette <mturquette@baylibre.com> Cc: Stephen Boyd <sboyd@codeaurora.org> Cc: linux-kernel@vger.kernel.org Cc: linux-mips@linux-mips.org Cc: linux-clk@vger.kernel.org Patchwork: https://patchwork.linux-mips.org/patch/13247/ Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
3 lines
88 B
Makefile
3 lines
88 B
Makefile
obj-$(CONFIG_COMMON_CLK_PIC32) += clk-core.o
|
|
obj-$(CONFIG_PIC32MZDA) += clk-pic32mzda.o
|