diff options
author | Florent CARLI <[email protected]> | 2023-07-21 10:13:47 +0200 |
---|---|---|
committer | Wim Van Sebroeck <[email protected]> | 2023-08-13 14:29:50 +0200 |
commit | 6eb28a38f6478a650c7e76b2d6910669615d8a62 (patch) | |
tree | 440b2413cf3ac6045fa5f1b592bff73f652e357d | |
parent | cc85f87a77b8d6124c85c9d71d6956c0248fdf19 (diff) |
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]>
-rw-r--r-- | drivers/watchdog/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/watchdog/Kconfig b/drivers/watchdog/Kconfig index a23f7a0168e0..5a1d0380c66b 100644 --- a/drivers/watchdog/Kconfig +++ b/drivers/watchdog/Kconfig @@ -1075,6 +1075,8 @@ config ADVANTECH_WDT config ADVANTECH_EC_WDT tristate "Advantech Embedded Controller Watchdog Timer" depends on X86 + select ISA_BUS_API + select WATCHDOG_CORE help This driver supports Advantech products with ITE based Embedded Controller. It does not support Advantech products with other ECs or without EC. |