Skip to content

Commit d79c3eb

Browse files
bulwahnShawn Guo
authored andcommitted
ARM: imx: Kconfig: Adjust select after renamed config option
Commit 3f490a7 ("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: 3f490a7 ("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>
1 parent 222accf commit d79c3eb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

arch/arm/mach-imx/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ choice
242242

243243
config VF_USE_PIT_TIMER
244244
bool "Use PIT timer"
245-
select VF_PIT_TIMER
245+
select NXP_PIT_TIMER
246246
help
247247
Use SoC Periodic Interrupt Timer (PIT) as clocksource
248248

0 commit comments

Comments
 (0)