x86: geode/legacy: fix missing watchdog core dependencies
authorChristian Lamparter <chunkeey@gmail.com>
Sun, 22 Mar 2020 19:39:16 +0000 (20:39 +0100)
committerChristian Lamparter <chunkeey@gmail.com>
Sun, 22 Mar 2020 22:02:09 +0000 (23:02 +0100)
commit0409fe64cfc36cd1ed582900dea2c86b5126a61b
tree64a805d823fae17e28134b7272f8b70e3572075f
parent27ffd5ee301533bf8abb2d570bc8ec60eba57c97
x86: geode/legacy: fix missing watchdog core dependencies

This patch follows the other patches that added the watchdog
core to various (armvirt, malta, ath79, ...) targets that
have been hit by the following build error:

Package kmod-hwmon-sch5627 is missing dependencies for the following libraries:
watchdog.ko

In theory, we could have just added the CONFIG_WATCHDOG_CORE=y
to the Kconfig variable of kmod-hwmon-sch5627's package definition.
This would have forced the watchdog core to be builtin and less
architectures would need to be updated. But we might as well follow
through here.

Signed-off-by: Christian Lamparter <chunkeey@gmail.com>
target/linux/x86/geode/config-4.19
target/linux/x86/geode/config-5.4
target/linux/x86/legacy/config-4.19
target/linux/x86/legacy/config-5.4