Skip to content

Commit 6eb28a3

Browse files
Florent CARLIycongal-smile
authored andcommitted
watchdog: advantech_ec_wdt: fix Kconfig dependencies
This driver uses the WATCHDOG_CORE framework and ISA_BUS_API. This commit has these dependencies correctly selected. Signed-off-by: Florent CARLI <[email protected]> Co-authored-by: Yoann Congal <[email protected]> Reviewed-by: Guenter Roeck <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Guenter Roeck <[email protected]> Signed-off-by: Wim Van Sebroeck <[email protected]>
1 parent cc85f87 commit 6eb28a3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

drivers/watchdog/Kconfig

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1075,6 +1075,8 @@ config ADVANTECH_WDT
10751075
config ADVANTECH_EC_WDT
10761076
tristate "Advantech Embedded Controller Watchdog Timer"
10771077
depends on X86
1078+
select ISA_BUS_API
1079+
select WATCHDOG_CORE
10781080
help
10791081
This driver supports Advantech products with ITE based Embedded Controller.
10801082
It does not support Advantech products with other ECs or without EC.

0 commit comments

Comments
 (0)