x86/config-5.15: geode: add missing CONFIG_WATCHDOG_CORE option
authorFlorian Eckert <fe@dev.tdt.de>
Fri, 5 Aug 2022 09:58:26 +0000 (11:58 +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.15

index 8b5bf266d72cbb0cb4e3bf79a9bfee386e1257e0..2ede23ea5ecd6bfcb251932dfceeb0aa6efdc2c0 100644 (file)
@@ -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