Skip to content

Commit 5b9dfa9

Browse files
claudiubezneavarshini-rajendran
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>
1 parent 9c12f39 commit 5b9dfa9

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
@@ -717,7 +717,7 @@ config INGENIC_OST
717717

718718
config MICROCHIP_PIT64B
719719
bool "Microchip PIT64B support" if COMPILE_TEST
720-
depends on OF
720+
depends on OF && ARM
721721
select TIMER_OF
722722
help
723723
This option enables Microchip PIT64B timer for Atmel

0 commit comments

Comments
 (0)