aboutsummaryrefslogtreecommitdiff
path: root/drivers/watchdog/Kconfig
diff options
context:
space:
mode:
authorGravatar Henning Schild <henning.schild@siemens.com> 2023-07-19 17:35:16 +0200
committerGravatar Hans de Goede <hdegoede@redhat.com> 2023-07-31 12:34:39 +0200
commit3fce06406c59228d97921e9b564bdeb5c285e280 (patch)
tree03fd4f5a950e98ca8599888a5d28756a7803dfdc /drivers/watchdog/Kconfig
parentplatform/x86: simatic-ipc: use extra module loading for watchdog (diff)
downloadlinux-3fce06406c59228d97921e9b564bdeb5c285e280.tar.gz
linux-3fce06406c59228d97921e9b564bdeb5c285e280.tar.bz2
linux-3fce06406c59228d97921e9b564bdeb5c285e280.zip
watchdog: make Siemens Simatic watchdog driver default on platform
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> Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Reviewed-by: Guenter Roeck <linux@roeck-us.net> Link: https://lore.kernel.org/r/20230719153518.13073-2-henning.schild@siemens.com Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Diffstat (limited to 'drivers/watchdog/Kconfig')
-rw-r--r--drivers/watchdog/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/watchdog/Kconfig b/drivers/watchdog/Kconfig
index ee97d89dfc11..04e9b40cf7d5 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 y
select WATCHDOG_CORE
select P2SB
help