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 <fcarli@gmail.com> Co-authored-by: Yoann Congal <yoann.congal@smile.fr> Reviewed-by: Guenter Roeck <linux@roeck-us.net> Link: https://lore.kernel.org/r/20230721081347.52069-1-fcarli@gmail.com Signed-off-by: Guenter Roeck <linux@roeck-us.net> Signed-off-by: Wim Van Sebroeck <wim@linux-watchdog.org>
1 parent cc85f87 commit 6eb28a3

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

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)