diff options
author | Henning Schild <henning.schild@siemens.com> | 2022-06-06 19:41:35 +0300 |
---|---|---|
committer | Lee Jones <lee@kernel.org> | 2022-07-14 10:50:36 +0100 |
commit | e38da7d30f56ec6f9fae505a80561d4357cc7024 (patch) | |
tree | cc69606c70e3a45e9391aa880d14b8f08f8e6078 /drivers/watchdog/Kconfig | |
parent | 7b2db7049bb9e55efb7e0c8a7169d5a021b50284 (diff) | |
download | linux-e38da7d30f56ec6f9fae505a80561d4357cc7024.tar.gz |
watchdog: simatic-ipc-wdt: convert to use P2SB accessor
Since we have a common P2SB accessor in tree we may use it instead of
open coded variants.
Replace custom code by p2sb_bar() call.
Signed-off-by: Henning Schild <henning.schild@siemens.com>
Acked-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Lee Jones <lee@kernel.org>
Diffstat (limited to 'drivers/watchdog/Kconfig')
-rw-r--r-- | drivers/watchdog/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/watchdog/Kconfig b/drivers/watchdog/Kconfig index 32fd37698932..0796f6a9e8ff 100644 --- a/drivers/watchdog/Kconfig +++ b/drivers/watchdog/Kconfig @@ -1647,6 +1647,7 @@ config SIEMENS_SIMATIC_IPC_WDT tristate "Siemens Simatic IPC Watchdog" depends on SIEMENS_SIMATIC_IPC select WATCHDOG_CORE + select P2SB help This driver adds support for several watchdogs found in Industrial PCs from Siemens. |