aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/clocksource/Makefile
diff options
context:
space:
mode:
authorKeguang Zhang <keguang.zhang@gmail.com>2023-05-12 18:37:24 +0800
committerDaniel Lezcano <daniel.lezcano@linaro.org>2023-06-19 17:07:03 +0200
commite738521a11f13e40af89f66527e59306c4169782 (patch)
tree7029c7cf4e587975eae19ca57a5b61727366b62f /drivers/clocksource/Makefile
parentdt-bindings: timer: Add Loongson-1 clocksource (diff)
downloadwireguard-linux-e738521a11f13e40af89f66527e59306c4169782.tar.xz
wireguard-linux-e738521a11f13e40af89f66527e59306c4169782.zip
clocksource/drivers/loongson1: Move PWM timer to clocksource framework
This patch moves most part of arch/mips/loongson32/common/time.c into drivers/clocksource. Adapt the driver to clocksource framework with devicetree support and updates Kconfig/Makefile options. Signed-off-by: Keguang Zhang <keguang.zhang@gmail.com> Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org> Link: https://lore.kernel.org/r/20230512103724.587760-4-keguang.zhang@gmail.com
Diffstat (limited to 'drivers/clocksource/Makefile')
-rw-r--r--drivers/clocksource/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/clocksource/Makefile b/drivers/clocksource/Makefile
index f12d3987a960..5d93c9e3fc55 100644
--- a/drivers/clocksource/Makefile
+++ b/drivers/clocksource/Makefile
@@ -89,3 +89,4 @@ obj-$(CONFIG_MICROCHIP_PIT64B) += timer-microchip-pit64b.o
obj-$(CONFIG_MSC313E_TIMER) += timer-msc313e.o
obj-$(CONFIG_GOLDFISH_TIMER) += timer-goldfish.o
obj-$(CONFIG_GXP_TIMER) += timer-gxp.o
+obj-$(CONFIG_CLKSRC_LOONGSON1_PWM) += timer-loongson1-pwm.o