Skip to content

Commit a2807f6

Browse files
bijudasdlezcano
authored andcommitted
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 <[email protected]> Reviewed-by: Geert Uytterhoeven <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Daniel Lezcano <[email protected]>
1 parent 3a3e9f2 commit a2807f6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

drivers/clocksource/Kconfig

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -510,7 +510,8 @@ config SH_TIMER_MTU2
510510
This hardware comes with 16-bit timer registers.
511511

512512
config RENESAS_OSTM
513-
bool "Renesas OSTM timer driver" if COMPILE_TEST
513+
bool "Renesas OSTM timer driver"
514+
depends on ARCH_RENESAS || COMPILE_TEST
514515
select CLKSRC_MMIO
515516
select TIMER_OF
516517
help

0 commit comments

Comments
 (0)