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 <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Daniel Lezcano <[email protected]>
1 parent abd873a commit d19c8b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)