Commit 6eb28a38 authored by Florent CARLI's avatar Florent CARLI Committed by Wim Van Sebroeck

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: default avatarFlorent CARLI <fcarli@gmail.com>
Co-authored-by: default avatarYoann Congal <yoann.congal@smile.fr>
Reviewed-by: default avatarGuenter Roeck <linux@roeck-us.net>
Link: https://lore.kernel.org/r/20230721081347.52069-1-fcarli@gmail.comSigned-off-by: default avatarGuenter Roeck <linux@roeck-us.net>
Signed-off-by: default avatarWim Van Sebroeck <wim@linux-watchdog.org>
parent cc85f87a
...@@ -1075,6 +1075,8 @@ config ADVANTECH_WDT ...@@ -1075,6 +1075,8 @@ config ADVANTECH_WDT
config ADVANTECH_EC_WDT config ADVANTECH_EC_WDT
tristate "Advantech Embedded Controller Watchdog Timer" tristate "Advantech Embedded Controller Watchdog Timer"
depends on X86 depends on X86
select ISA_BUS_API
select WATCHDOG_CORE
help help
This driver supports Advantech products with ITE based Embedded Controller. This driver supports Advantech products with ITE based Embedded Controller.
It does not support Advantech products with other ECs or without EC. It does not support Advantech products with other ECs or without EC.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment