x86/config-5.10: geode: add missing CONFIG_WATCHDOG_CORE option
authorFlorian Eckert <fe@dev.tdt.de>
Tue, 19 Oct 2021 14:15:08 +0000 (16:15 +0200)
committerChristian Lamparter <chunkeey@gmail.com>
Sat, 24 Sep 2022 21:53:53 +0000 (23:53 +0200)
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>
target/linux/x86/geode/config-5.10

index 07c9b050d3846d6608d9c266b255a1b4a5285ef4..579f316914c3c3f1b5a17d4903ed5bbe5e422f30 100644 (file)
@@ -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