qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Philippe Mathieu-Daudé
Subject: [PATCH 1/4] !fixup hw/timer: Add renesas_timer.
Date: Thu, 24 Jun 2021 11:23:33 +0200

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 --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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]