diff options
author | Florian Eckert <fe@dev.tdt.de> | 2022-08-05 11:58:26 +0200 |
---|---|---|
committer | Christian Lamparter <chunkeey@gmail.com> | 2022-09-24 23:53:53 +0200 |
commit | fea1705819a9cfae484e9244abf55361361a0075 (patch) | |
tree | 6ba5354a79341f4c90bddec96c2f435737fc7b1f | |
parent | 355c02d963c20d5f32d5759a1cffa149d1a36162 (diff) | |
download | upstream-fea1705819a9cfae484e9244abf55361361a0075.tar.gz upstream-fea1705819a9cfae484e9244abf55361361a0075.tar.bz2 upstream-fea1705819a9cfae484e9244abf55361361a0075.zip |
x86/config-5.15: 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>
-rw-r--r-- | target/linux/x86/geode/config-5.15 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/x86/geode/config-5.15 b/target/linux/x86/geode/config-5.15 index 8b5bf266d7..2ede23ea5e 100644 --- a/target/linux/x86/geode/config-5.15 +++ b/target/linux/x86/geode/config-5.15 @@ -131,6 +131,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_WIRELESS_HOTKEY is not set # CONFIG_X86_ACPI_CPUFREQ is not set |