From: Henning Schild <henning.schild@siemens.com>
To: Lee Jones <lee@kernel.org>, Hans de Goede <hdegoede@redhat.com>,
"Wim Van Sebroeck" <wim@linux-watchdog.org>,
Guenter Roeck <linux@roeck-us.net>,
<linux-kernel@vger.kernel.org>, <linux-leds@vger.kernel.org>,
<platform-driver-x86@vger.kernel.org>,
<linux-watchdog@vger.kernel.org>
Cc: Pavel Machek <pavel@ucw.cz>, Mark Gross <markgross@kernel.org>,
"Andy Shevchenko" <andriy.shevchenko@linux.intel.com>,
Tobias Schaffner <tobias.schaffner@siemens.com>,
Henning Schild <henning.schild@siemens.com>
Subject: [PATCH 1/3] watchdog: make Siemens Simatic watchdog driver default on platform
Date: Tue, 18 Jul 2023 12:52:11 +0200 [thread overview]
Message-ID: <20230718105213.1275-2-henning.schild@siemens.com> (raw)
In-Reply-To: <20230718105213.1275-1-henning.schild@siemens.com>
If a user did choose to enable Siemens Simatic platform support they
likely want that driver to be enabled without having to flip more config
switches. So we make the watchdog driver config switch default to the
platform driver switches value.
Signed-off-by: Henning Schild <henning.schild@siemens.com>
---
drivers/watchdog/Kconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/watchdog/Kconfig b/drivers/watchdog/Kconfig
index ee97d89dfc11..ccdbd1109a32 100644
--- a/drivers/watchdog/Kconfig
+++ b/drivers/watchdog/Kconfig
@@ -1681,6 +1681,7 @@ config NIC7018_WDT
config SIEMENS_SIMATIC_IPC_WDT
tristate "Siemens Simatic IPC Watchdog"
depends on SIEMENS_SIMATIC_IPC
+ default SIEMENS_SIMATIC_IPC
select WATCHDOG_CORE
select P2SB
help
--
2.41.0
next prev parent reply other threads:[~2023-07-18 10:52 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-07-18 10:52 [PATCH 0/3] platform/x86: move simatic ipc drivers into subdir Henning Schild
2023-07-18 10:52 ` Henning Schild [this message]
2023-07-18 14:20 ` [PATCH 1/3] watchdog: make Siemens Simatic watchdog driver default on platform Andy Shevchenko
2023-07-18 14:42 ` Henning Schild
2023-07-18 15:10 ` Guenter Roeck
2023-07-19 7:18 ` Henning Schild
2023-07-19 13:27 ` Guenter Roeck
2023-07-19 14:40 ` Henning Schild
2023-07-18 15:07 ` Guenter Roeck
2023-07-19 7:20 ` Henning Schild
2023-07-18 10:52 ` [PATCH 2/3] leds: simatic-ipc-leds: default config switch to platform switch Henning Schild
2023-07-18 14:21 ` Andy Shevchenko
2023-07-18 14:43 ` Henning Schild
2023-07-19 8:43 ` Lee Jones
2023-07-19 10:54 ` Henning Schild
2023-07-18 10:52 ` [PATCH 3/3] platform/x86: Move all simatic ipc drivers to the subdirectory siemens Henning Schild
2023-07-18 10:58 ` Henning Schild
2023-07-18 14:23 ` Andy Shevchenko
2023-07-18 14:47 ` Henning Schild
2023-07-18 15:15 ` Andy Shevchenko
2023-07-19 8:32 ` Henning Schild
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=20230718105213.1275-2-henning.schild@siemens.com \
--to=henning.schild@siemens.com \
--cc=andriy.shevchenko@linux.intel.com \
--cc=hdegoede@redhat.com \
--cc=lee@kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-leds@vger.kernel.org \
--cc=linux-watchdog@vger.kernel.org \
--cc=linux@roeck-us.net \
--cc=markgross@kernel.org \
--cc=pavel@ucw.cz \
--cc=platform-driver-x86@vger.kernel.org \
--cc=tobias.schaffner@siemens.com \
--cc=wim@linux-watchdog.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