]> git.ipfire.org Git - thirdparty/linux.git/commit
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)
commitd79c3eb59780369e57fc9cd325c703e4f3c55210
treefb8f91752db2755f0d2eec9402e5fc747965d853
parent222accf05fc42f68ae02065d9c1542c20315118b
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>
arch/arm/mach-imx/Kconfig