Skip to content

Commit 8d17aca

Browse files
jdelvaredlezcano
authored andcommitted
clocksource/drivers/timer-microchip-pit64b: Drop obsolete dependency on COMPILE_TEST
Since commit 0166dc1 ("of: make CONFIG_OF user selectable"), it is possible to test-build any driver which depends on OF on any architecture by explicitly selecting OF. Therefore depending on COMPILE_TEST as an alternative is no longer needed. Signed-off-by: Jean Delvare <[email protected]> Cc: Claudiu Beznea <[email protected]> Cc: Daniel Lezcano <[email protected]> Cc: Thomas Gleixner <[email protected]> Reviewed-by: Claudiu Beznea <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Daniel Lezcano <[email protected]>
1 parent 674402b commit 8d17aca

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 || COMPILE_TEST
709+
depends on OF
710710
select TIMER_OF
711711
help
712712
This option enables Microchip PIT64B timer for Atmel

0 commit comments

Comments
 (0)