This is a note to let you know that I've just added the patch titled watchdog: advantech_ec_wdt: fix Kconfig dependencies to the 6.5-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is: watchdog-advantech_ec_wdt-fix-kconfig-dependencies.patch and it can be found in the queue-6.5 subdirectory. If you, or anyone else, feels it should not be added to the stable tree, please let <stable@xxxxxxxxxxxxxxx> know about it. >From 6eb28a38f6478a650c7e76b2d6910669615d8a62 Mon Sep 17 00:00:00 2001 From: Florent CARLI <fcarli@xxxxxxxxx> Date: Fri, 21 Jul 2023 10:13:47 +0200 Subject: watchdog: advantech_ec_wdt: fix Kconfig dependencies From: Florent CARLI <fcarli@xxxxxxxxx> commit 6eb28a38f6478a650c7e76b2d6910669615d8a62 upstream. This driver uses the WATCHDOG_CORE framework and ISA_BUS_API. This commit has these dependencies correctly selected. Signed-off-by: Florent CARLI <fcarli@xxxxxxxxx> Co-authored-by: Yoann Congal <yoann.congal@xxxxxxxx> Reviewed-by: Guenter Roeck <linux@xxxxxxxxxxxx> Link: https://lore.kernel.org/r/20230721081347.52069-1-fcarli@xxxxxxxxx Signed-off-by: Guenter Roeck <linux@xxxxxxxxxxxx> Signed-off-by: Wim Van Sebroeck <wim@xxxxxxxxxxxxxxxxxx> Cc: Yoann Congal <yoann.congal@xxxxxxxx> Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx> --- drivers/watchdog/Kconfig | 2 ++ 1 file changed, 2 insertions(+) --- 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. Patches currently in stable-queue which might be from fcarli@xxxxxxxxx are queue-6.5/watchdog-advantech_ec_wdt-fix-kconfig-dependencies.patch