Fixup while reviewing. Signed-off-by: Philippe Mathieu-Daudé <f4...@amsat.org> --- include/hw/timer/renesas_timer.h | 1 + hw/timer/Kconfig | 3 +++ 2 files changed, 4 insertions(+)
diff --git a/include/hw/timer/renesas_timer.h b/include/hw/timer/renesas_timer.h index dc0711ba832..ccf2e64b702 100644 --- a/include/hw/timer/renesas_timer.h +++ b/include/hw/timer/renesas_timer.h @@ -30,6 +30,7 @@ enum { enum { CMT_NR_IRQ = 1 * TIMER_CH_CMT, + TMU_NR_IRQ = 1 * TIMER_CH_TMU, }; enum { diff --git a/hw/timer/Kconfig b/hw/timer/Kconfig index 9324ca7c6fa..3f049512641 100644 --- a/hw/timer/Kconfig +++ b/hw/timer/Kconfig @@ -43,6 +43,9 @@ config SH_TIMER config RENESAS_TMR bool +config RENESAS_CMT + bool + config RENESAS_TIMER bool select PTIMER -- 2.31.1