From: Cornelia Huck <cohuck@redhat.com>
To: Paolo Bonzini <pbonzini@redhat.com>,
"Michael S. Tsirkin" <mst@redhat.com>
Cc: qemu-devel@nongnu.org, Cornelia Huck <cohuck@redhat.com>
Subject: [PATCH 1/2] watchdog: CONFIG_WDT_IB6300ESB -> CONFIG_WDT_I6300ESB
Date: Tue, 10 Jun 2025 16:32:58 +0200 [thread overview]
Message-ID: <20250610143259.1056400-2-cohuck@redhat.com> (raw)
In-Reply-To: <20250610143259.1056400-1-cohuck@redhat.com>
There's no ib6300esb device; let's correct the typo in the config option.
Signed-off-by: Cornelia Huck <cohuck@redhat.com>
---
hw/watchdog/Kconfig | 2 +-
hw/watchdog/meson.build | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/hw/watchdog/Kconfig b/hw/watchdog/Kconfig
index 861fd003341d..1003939e1f33 100644
--- a/hw/watchdog/Kconfig
+++ b/hw/watchdog/Kconfig
@@ -2,7 +2,7 @@ config CMSDK_APB_WATCHDOG
bool
select PTIMER
-config WDT_IB6300ESB
+config WDT_I6300ESB
bool
default y if PCI_DEVICES
depends on PCI
diff --git a/hw/watchdog/meson.build b/hw/watchdog/meson.build
index 15370565bd4d..dafb85dfffc3 100644
--- a/hw/watchdog/meson.build
+++ b/hw/watchdog/meson.build
@@ -1,7 +1,7 @@
system_ss.add(files('watchdog.c'))
system_ss.add(when: 'CONFIG_ALLWINNER_WDT', if_true: files('allwinner-wdt.c'))
system_ss.add(when: 'CONFIG_CMSDK_APB_WATCHDOG', if_true: files('cmsdk-apb-watchdog.c'))
-system_ss.add(when: 'CONFIG_WDT_IB6300ESB', if_true: files('wdt_i6300esb.c'))
+system_ss.add(when: 'CONFIG_WDT_I6300ESB', if_true: files('wdt_i6300esb.c'))
system_ss.add(when: 'CONFIG_WDT_IB700', if_true: files('wdt_ib700.c'))
system_ss.add(when: 'CONFIG_WDT_DIAG288', if_true: files('wdt_diag288.c'))
system_ss.add(when: 'CONFIG_ASPEED_SOC', if_true: files('wdt_aspeed.c'))
--
2.49.0
next prev parent reply other threads:[~2025-06-10 16:48 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-06-10 14:32 [PATCH 0/2] cosmetics for the i6300esb watchdog Cornelia Huck
2025-06-10 14:32 ` Cornelia Huck [this message]
2025-06-10 17:11 ` [PATCH 1/2] watchdog: CONFIG_WDT_IB6300ESB -> CONFIG_WDT_I6300ESB Daniel P. Berrangé
2025-06-10 14:32 ` [PATCH 2/2] watchdog: generic name for i6300esb Cornelia Huck
2025-06-10 17:12 ` Daniel P. Berrangé
2025-07-15 12:17 ` Andrea Bolognani
2025-07-15 15:44 ` Cornelia Huck
2025-07-15 16:02 ` Daniel P. Berrangé
2025-07-15 16:16 ` Andrea Bolognani
2025-07-15 16:33 ` Daniel P. Berrangé
2025-07-17 15:17 ` Cornelia Huck
2025-07-17 15:49 ` Daniel P. Berrangé
2025-07-29 16:01 ` Cornelia Huck
2025-07-29 16:09 ` Daniel P. Berrangé
2025-07-30 7:53 ` Cornelia Huck
2025-07-18 14:35 ` Yan Vugenfirer
2025-06-24 11:46 ` [PATCH 0/2] cosmetics for the i6300esb watchdog Cornelia Huck
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20250610143259.1056400-2-cohuck@redhat.com \
--to=cohuck@redhat.com \
--cc=mst@redhat.com \
--cc=pbonzini@redhat.com \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).