]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
ARM: imx: Kconfig: Adjust select after renamed config option
authorLukas Bulwahn <lukas.bulwahn@redhat.com>
Tue, 26 Aug 2025 09:29:01 +0000 (11:29 +0200)
committerShawn Guo <shawnguo@kernel.org>
Thu, 11 Sep 2025 02:14:21 +0000 (10:14 +0800)
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>
arch/arm/mach-imx/Kconfig

index dc47b2312127fd99840fa3bb83493fceafcaf48c..6ea1bd55acf8de30ce300f906924a12c27baa169 100644 (file)
@@ -242,7 +242,7 @@ choice
 
        config VF_USE_PIT_TIMER
                bool "Use PIT timer"
-               select VF_PIT_TIMER
+               select NXP_PIT_TIMER
                help
                  Use SoC Periodic Interrupt Timer (PIT) as clocksource