aboutsummaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorPetr Štetiar <ynezz@true.cz>2022-02-28 21:28:38 +0100
committerPetr Štetiar <ynezz@true.cz>2022-02-28 21:32:32 +0100
commitfb2801b82c06878ae2ad20b8f95546c34ed3cdf4 (patch)
treed335eacfaa27af0b7be18257254c46e135d81678 /target
parent58212a6194e4a9620c67053e616c5cb67a0ced50 (diff)
downloadupstream-fb2801b82c06878ae2ad20b8f95546c34ed3cdf4.tar.gz
upstream-fb2801b82c06878ae2ad20b8f95546c34ed3cdf4.tar.bz2
upstream-fb2801b82c06878ae2ad20b8f95546c34ed3cdf4.zip
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@true.cz>
Diffstat (limited to 'target')
-rw-r--r--target/linux/ramips/mt7620/config-5.101
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/ramips/mt7620/config-5.10 b/target/linux/ramips/mt7620/config-5.10
index cae1d20bff..aa384b5907 100644
--- a/target/linux/ramips/mt7620/config-5.10
+++ b/target/linux/ramips/mt7620/config-5.10
@@ -68,6 +68,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