diff mbox series

[1/4] !fixup hw/timer: Add renesas_timer.

Message ID 20210624092336.1078504-2-f4bug@amsat.org (mailing list archive)
State New, archived
Headers show
Series Integrate renesas MCU/SoC timer module [part 2 from review] | expand

Commit Message

Philippe Mathieu-Daudé June 24, 2021, 9:23 a.m. UTC
Fixup while reviewing.

Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
---
 include/hw/timer/renesas_timer.h | 1 +
 hw/timer/Kconfig                 | 3 +++
 2 files changed, 4 insertions(+)
diff mbox series

Patch

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