diff options
author | Florian Eckert <fe@dev.tdt.de> | 2021-10-19 16:15:08 +0200 |
---|---|---|
committer | Christian Lamparter <chunkeey@gmail.com> | 2022-09-24 23:53:53 +0200 |
commit | 99b6e3cb41826cb920ddf06ee4ad447d71effc12 (patch) | |
tree | e9ba739430c35e19d3e1abae2d4c64f479e28529 /target/linux | |
parent | fea1705819a9cfae484e9244abf55361361a0075 (diff) | |
download | upstream-99b6e3cb41826cb920ddf06ee4ad447d71effc12.tar.gz upstream-99b6e3cb41826cb920ddf06ee4ad447d71effc12.tar.bz2 upstream-99b6e3cb41826cb920ddf06ee4ad447d71effc12.zip |
x86/config-5.10: geode: add missing CONFIG_WATCHDOG_CORE option
If this module is not set to y, then I get the following compilation
error during geode build.
Package kmod-w83627hf-wdt is missing dependencies for the following libraries:
watchdog.ko
Setting the linux CONFIG_WATCHDOG_CORE to y as in all other targets
fixes this issue.
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/x86/geode/config-5.10 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/x86/geode/config-5.10 b/target/linux/x86/geode/config-5.10 index 07c9b050d3..579f316914 100644 --- a/target/linux/x86/geode/config-5.10 +++ b/target/linux/x86/geode/config-5.10 @@ -123,6 +123,7 @@ CONFIG_SERIAL_MCTRL_GPIO=y # CONFIG_USB_UHCI_HCD is not set CONFIG_VIA_RHINE=y CONFIG_VIA_RHINE_MMIO=y +CONFIG_WATCHDOG_CORE=y # CONFIG_WDT is not set # CONFIG_X86_ACPI_CPUFREQ is not set CONFIG_X86_ALIGNMENT_16=y |