Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

authored by

Florent CARLI
Yoann Congal
and committed by
Wim Van Sebroeck
6eb28a38 cc85f87a

+2
+2
drivers/watchdog/Kconfig
··· 1075 1075 config ADVANTECH_EC_WDT 1076 1076 tristate "Advantech Embedded Controller Watchdog Timer" 1077 1077 depends on X86 1078 + select ISA_BUS_API 1079 + select WATCHDOG_CORE 1078 1080 help 1079 1081 This driver supports Advantech products with ITE based Embedded Controller. 1080 1082 It does not support Advantech products with other ECs or without EC.