Skip to content

Commit 9c12f39

Browse files
claudiubezneavarshini-rajendran
authored andcommitted
clocksource/drivers/timer-microchip-pit64b: move COMPILE_TEST on type definition
Move COMPILE_TEST to menu type definition. This, along with commit f611af4 ("ARM: at91: Kconfig: implement PIT64B selection") and the next one in this series allows simply for driver to compile only on ARM based platforms which allows further implementing delay timer on top of PIT64B. Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>
1 parent 5e9df83 commit 9c12f39

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

drivers/clocksource/Kconfig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -716,8 +716,8 @@ config INGENIC_OST
716716
Support for the Operating System Timer of the Ingenic JZ SoCs.
717717

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

0 commit comments

Comments
 (0)