From: Biju Das Date: Fri, 12 Nov 2021 18:44:13 +0000 (+0000) Subject: clocksource/drivers/renesas,ostm: Make RENESAS_OSTM symbol visible X-Git-Tag: v6.6.17~8412^2~1^2~6 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a2807f657976b943bf0eb81d026398d28aa89863;p=platform%2Fkernel%2Flinux-rpi.git clocksource/drivers/renesas,ostm: Make RENESAS_OSTM symbol visible As RZ/G2L uses the ARM Architected Timer as system timer, enabling the OSTM is not mandatory. Make RENESAS_OSTM symbol visible, so that user can enable it when needed. Signed-off-by: Biju Das Reviewed-by: Geert Uytterhoeven Link: https://lore.kernel.org/r/20211112184413.4391-5-biju.das.jz@bp.renesas.com Signed-off-by: Daniel Lezcano --- diff --git a/drivers/clocksource/Kconfig b/drivers/clocksource/Kconfig index f65e31b..821ea4a 100644 --- a/drivers/clocksource/Kconfig +++ b/drivers/clocksource/Kconfig @@ -510,7 +510,8 @@ config SH_TIMER_MTU2 This hardware comes with 16-bit timer registers. config RENESAS_OSTM - bool "Renesas OSTM timer driver" if COMPILE_TEST + bool "Renesas OSTM timer driver" + depends on ARCH_RENESAS || COMPILE_TEST select CLKSRC_MMIO select TIMER_OF help