Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: imx: Kconfig: Adjust select after renamed config option

Commit 3f490a74a8a1 ("clocksource/drivers/vf-pit: Rename the VF PIT to NXP
PIT") renames the config VF_PIT_TIMER to NXP_PIT_TIMER, but it misses
adjusting a reference to VF_PIT_TIMER in arch/arm/mach-imx/Kconfig.

Adjust the config reference to the new name.

Fixes: 3f490a74a8a1 ("clocksource/drivers/vf-pit: Rename the VF PIT to NXP PIT")
Signed-off-by: Lukas Bulwahn <lukas.bulwahn@redhat.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>

authored by

Lukas Bulwahn and committed by
Shawn Guo
d79c3eb5 222accf0

+1 -1
+1 -1
arch/arm/mach-imx/Kconfig
··· 242 242 243 243 config VF_USE_PIT_TIMER 244 244 bool "Use PIT timer" 245 - select VF_PIT_TIMER 245 + select NXP_PIT_TIMER 246 246 help 247 247 Use SoC Periodic Interrupt Timer (PIT) as clocksource 248 248