Commit fc346a15 authored by Daniel Lezcano's avatar Daniel Lezcano
Browse files

clocksource/drivers/vf-pit: Rename the VF PIT to NXP PIT



The PIT acronym stands for Periodic Interrupt Timer which is found on
different NXP platforms not only on the Vybrid Family. Change the name
to be more generic for the NXP platforms in general. That will be
consistent with the NXP STM driver naming convention.

Signed-off-by: default avatarDaniel Lezcano <daniel.lezcano@linaro.org>
Link: https://lore.kernel.org/r/20250804152344.1109310-19-daniel.lezcano@linaro.org
parent 3c34321e
Loading
Loading
Loading
Loading
+6 −3
Original line number Diff line number Diff line
@@ -474,11 +474,14 @@ config FSL_FTM_TIMER
	help
	  Support for Freescale FlexTimer Module (FTM) timer.

config VF_PIT_TIMER
	bool "Vybrid Family Programmable timer" if COMPILE_TEST
config NXP_PIT_TIMER
	bool "NXP Periodic Interrupt Timer" if COMPILE_TEST
	select CLKSRC_MMIO
	help
	  Support for Periodic Interrupt Timer on Freescale Vybrid Family SoCs.
	  Support for Periodic Interrupt Timer on Freescale / NXP
	  SoCs. This periodic timer is found on the Vybrid Family and
	  the Automotive S32G2/3 platforms. It contains 4 channels
	  where two can be coupled to form a 64 bits channel.

config SYS_SUPPORTS_SH_CMT
	bool
+1 −1
Original line number Diff line number Diff line
@@ -49,7 +49,7 @@ obj-$(CONFIG_CLKSRC_LPC32XX) += timer-lpc32xx.o
obj-$(CONFIG_CLKSRC_MPS2)	+= mps2-timer.o
obj-$(CONFIG_CLKSRC_SAMSUNG_PWM)	+= samsung_pwm_timer.o
obj-$(CONFIG_FSL_FTM_TIMER)	+= timer-fsl-ftm.o
obj-$(CONFIG_VF_PIT_TIMER)	+= timer-vf-pit.o
obj-$(CONFIG_NXP_PIT_TIMER)	+= timer-nxp-pit.o
obj-$(CONFIG_CLKSRC_QCOM)	+= timer-qcom.o
obj-$(CONFIG_MTK_TIMER)		+= timer-mediatek.o
obj-$(CONFIG_MTK_CPUX_TIMER)	+= timer-mediatek-cpux.o