[PATCH] timer: Tighten dependencies on MCHP_PIT64B_TIMER

Tom Rini trini at konsulko.com
Wed Oct 1 22:30:37 CEST 2025


The MCHP_PIT64B_TIMER driver is not safe to compile on 64bit platforms
such as allyesconfig on a 64bit host. Tighten the dependencies here to
the platforms which use it today.

Signed-off-by: Tom Rini <trini at konsulko.com>
---
Cc: Durai Manickam KR <durai.manickamkr at microchip.com>
Cc: Eugen Hristev <eugen.hristev at linaro.org>
Cc: Manikandan Muralidharan <manikandan.m at microchip.com>
Cc: Ryan Wanner <ryan.wanner at microchip.com>
Cc: Mihai Sain <mihai.sain at microchip.com>
---
 drivers/timer/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/timer/Kconfig b/drivers/timer/Kconfig
index 5cac1dcf2be9..f9511503b027 100644
--- a/drivers/timer/Kconfig
+++ b/drivers/timer/Kconfig
@@ -312,7 +312,7 @@ config MTK_TIMER
 
 config MCHP_PIT64B_TIMER
 	bool "Microchip 64-bit periodic interval timer support"
-	depends on TIMER
+	depends on TIMER && ARCH_AT91
 	help
 	  Select this to enable support for Microchip 64-bit periodic
 	  interval timer.
-- 
2.43.0



More information about the U-Boot mailing list