mirror of
https://github.com/FEX-Emu/linux.git
synced 2025-01-08 02:21:18 +00:00
472cd304a3
Add driver for NXP LPC18xx/43xx Clock Control Unit (CCU). The CCU provides fine grained gating of most clocks present in the SoC. Signed-off-by: Joachim Eastwood <manabian@gmail.com> Signed-off-by: Michael Turquette <mturquette@baylibre.com>
3 lines
96 B
Makefile
3 lines
96 B
Makefile
obj-$(CONFIG_ARCH_LPC18XX) += clk-lpc18xx-cgu.o
|
|
obj-$(CONFIG_ARCH_LPC18XX) += clk-lpc18xx-ccu.o
|