From e546e6252bb13dd6cc39412867bd542bf4be2d6f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20=C5=A0tetiar?= Date: Thu, 5 Mar 2020 12:46:21 +0100 Subject: malta: fix missing watchdog core dependency for hwmon-sch5627 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixes following error uncovered while building malta/be on 5.4: Package kmod-hwmon-sch5627 is missing dependencies for the following libraries: watchdog.ko That dependency was introduced in upstream via 2d8c7ff52c24 ("hwmon/sch56xx: Depend on watchdog for watchdog core functions") in v3.5. The issue emerged in 5.4 because the kconfig symbol CONFIG_WATCHDOG_CORE is now a tristate value. Previously it was a bool Cc: Yousong Zhou Signed-off-by: Petr Štetiar Signed-off-by: Yousong Zhou (drop the config-4.19 change. reword about the cause) --- target/linux/malta/config-5.4 | 1 + 1 file changed, 1 insertion(+) diff --git a/target/linux/malta/config-5.4 b/target/linux/malta/config-5.4 index 41fc977043..37d3dbef9a 100644 --- a/target/linux/malta/config-5.4 +++ b/target/linux/malta/config-5.4 @@ -341,4 +341,5 @@ CONFIG_VT=y CONFIG_VT_CONSOLE=y CONFIG_VT_HW_CONSOLE_BINDING=y CONFIG_VXFS_FS=y +CONFIG_WATCHDOG_CORE=y CONFIG_XPS=y -- cgit v1.2.3