[openwrt/openwrt] mt7620: fix missing kernel config symbol

LEDE Commits lede-commits at lists.infradead.org
Sat Sep 24 09:04:43 PDT 2022


chunkeey pushed a commit to openwrt/openwrt.git, branch openwrt-21.02:
https://git.openwrt.org/c670dfb733ef4a35255c4a3df46bfa3834bd9941

commit c670dfb733ef4a35255c4a3df46bfa3834bd9941
Author: Federico Capoano <f.capoano at openwisp.io>
AuthorDate: Thu Sep 15 19:53:36 2022 +0200

    mt7620: fix missing kernel config symbol
    
    Fixes following missing kernel config symbol after adding GPIO watchdog:
    
      Software watchdog (SOFT_WATCHDOG) [M/n/y/?] m
      Watchdog device controlled through GPIO-line (GPIO_WATCHDOG) [Y/n/m/?] y
        Register the watchdog as early as possible (GPIO_WATCHDOG_ARCH_INITCALL) [N/y/?] (NEW)
    
    Fixes: 1a97c03d864e ("rampis: feed zbt-we1026 external watchdog")
    Signed-off-by: Petr Štetiar <ynezz at true.cz>
    (cherry picked from commit fb2801b82c06878ae2ad20b8f95546c34ed3cdf4)
    
    [adapted to config-5.4]
    
    Signed-off-by: Federico Capoano <f.capoano at openwisp.io>
---
 target/linux/ramips/mt7620/config-5.4 | 1 +
 1 file changed, 1 insertion(+)

diff --git a/target/linux/ramips/mt7620/config-5.4 b/target/linux/ramips/mt7620/config-5.4
index f174dafcd8..a886875716 100644
--- a/target/linux/ramips/mt7620/config-5.4
+++ b/target/linux/ramips/mt7620/config-5.4
@@ -90,6 +90,7 @@ CONFIG_GPIOLIB=y
 # CONFIG_GPIO_MT7621 is not set
 CONFIG_GPIO_RALINK=y
 CONFIG_GPIO_WATCHDOG=y
+# CONFIG_GPIO_WATCHDOG_ARCH_INITCALL is not set
 CONFIG_HANDLE_DOMAIN_IRQ=y
 CONFIG_HARDWARE_WATCHPOINTS=y
 CONFIG_HAS_DMA=y




More information about the lede-commits mailing list