Skip to content

Commit 39ab0ba

Browse files
andy-shevjwrdegoede
authored andcommitted
watchdog: simatic: Use idiomatic selection of P2SB
While it's pretty much theoretical to be otherwise, make sure that P2SB is selected only for X86. This is idiomatic dependency which is used by all others who select it. Use it for Simatic as well. Signed-off-by: Andy Shevchenko <[email protected]> Link: https://lore.kernel.org/r/[email protected] Acked-by: Guenter Roeck <[email protected]> Signed-off-by: Hans de Goede <[email protected]>
1 parent b9e6cbf commit 39ab0ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/watchdog/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1683,7 +1683,7 @@ config SIEMENS_SIMATIC_IPC_WDT
16831683
depends on SIEMENS_SIMATIC_IPC && PCI
16841684
default y
16851685
select WATCHDOG_CORE
1686-
select P2SB
1686+
select P2SB if X86
16871687
help
16881688
This driver adds support for several watchdogs found in Industrial
16891689
PCs from Siemens.

0 commit comments

Comments
 (0)