diff options
| author | Tom Rini <[email protected]> | 2025-10-01 14:30:37 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2025-10-10 10:26:58 -0600 |
| commit | 1d34d80881c4bc60a158c31c718abc23b3835423 (patch) | |
| tree | b17dc781cb06a60737c77f4f912747a70276bcb0 /drivers/timer | |
| parent | 0ceea8b72150bafc89684e895715c5846a74c254 (diff) | |
timer: Tighten dependencies on MCHP_PIT64B_TIMER
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.
Acked-by: Eugen Hristev <[email protected]>
Signed-off-by: Tom Rini <[email protected]>
Diffstat (limited to 'drivers/timer')
| -rw-r--r-- | drivers/timer/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/timer/Kconfig b/drivers/timer/Kconfig index 5cac1dcf2be..f9511503b02 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. |
