Commit d19c8b2e authored by Claudiu Beznea's avatar Claudiu Beznea Committed by Daniel Lezcano

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: default avatarClaudiu Beznea <claudiu.beznea@microchip.com>
Link: https://lore.kernel.org/r/20230203130537.1921608-2-claudiu.beznea@microchip.comSigned-off-by: default avatarDaniel Lezcano <daniel.lezcano@linaro.org>
parent abd873af
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment