From d8e9ed9819c2eb9331d6716a58f9bc930d18b463 Mon Sep 17 00:00:00 2001 From: Dirk Chang Date: Mon, 6 May 2024 11:09:58 +0800 Subject: [PATCH] ramips: enable gpio watchog for mt76x8 --- target/linux/ramips/mt76x8/config-6.6 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/target/linux/ramips/mt76x8/config-6.6 b/target/linux/ramips/mt76x8/config-6.6 index b03b220a71a9c1..cf96fc10cb46f1 100644 --- a/target/linux/ramips/mt76x8/config-6.6 +++ b/target/linux/ramips/mt76x8/config-6.6 @@ -84,6 +84,8 @@ CONFIG_GPIO_CDEV=y CONFIG_GPIO_GENERIC=y CONFIG_GPIO_MT7621=y # CONFIG_GPIO_RALINK is not set +CONFIG_GPIO_WATCHDOG=y +CONFIG_GPIO_WATCHDOG_ARCH_INITCALL=y CONFIG_HARDWARE_WATCHPOINTS=y CONFIG_HAS_DMA=y CONFIG_HAS_IOMEM=y