watchdog: make Siemens Simatic watchdog driver default on platform
authorHenning Schild <henning.schild@siemens.com>
Wed, 19 Jul 2023 15:35:16 +0000 (17:35 +0200)
committerHans de Goede <hdegoede@redhat.com>
Mon, 31 Jul 2023 10:34:39 +0000 (12:34 +0200)
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>
drivers/watchdog/Kconfig

index ee97d89dfc11add8e1c1bd2eeb2cadb6c67b3e36..04e9b40cf7d53bca290ffe7887c3f221b452f3ac 100644 (file)
@@ -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