Skip to content

Commit

Permalink
clocksource/drivers/timer-microchip-pit64b: Select driver only on ARM
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Claudiu Beznea authored and Daniel Lezcano committed Feb 13, 2023
1 parent abd873a commit d19c8b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/clocksource/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -706,7 +706,7 @@ config INGENIC_OST

config MICROCHIP_PIT64B
bool "Microchip PIT64B support"
depends on OF
depends on OF && ARM
select TIMER_OF
help
This option enables Microchip PIT64B timer for Atmel
Expand Down

0 comments on commit d19c8b2

Please sign in to comment.