Skip to content

Commit d19c8b2

Browse files
claudiubezneadlezcano
authored andcommitted
clocksource/drivers/timer-microchip-pit64b: Select driver only on ARM
Microchip PIT64B is currently available on ARM based devices. Thus select it only for ARM. This allows implementing delay timer. Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com> Link: https://lore.kernel.org/r/20230203130537.1921608-2-claudiu.beznea@microchip.com Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
1 parent abd873a commit d19c8b2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/clocksource/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -706,7 +706,7 @@ config INGENIC_OST
706706

707707
config MICROCHIP_PIT64B
708708
bool "Microchip PIT64B support"
709-
depends on OF
709+
depends on OF && ARM
710710
select TIMER_OF
711711
help
712712
This option enables Microchip PIT64B timer for Atmel

0 commit comments

Comments
 (0)