[openwrt/openwrt] mpc85xx: p2020: enable CONFIG_MAX63XX_WATCHDOG

LEDE Commits lede-commits at lists.infradead.org
Sat Mar 4 04:04:53 PST 2023


hauke pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/f8cd27891fbd0d7cd992b6ed4da958bd37f8c6ea

commit f8cd27891fbd0d7cd992b6ed4da958bd37f8c6ea
Author: Josef Schlehofer <pepe.schlehofer at gmail.com>
AuthorDate: Mon Sep 5 16:36:26 2022 +0200

    mpc85xx: p2020: enable CONFIG_MAX63XX_WATCHDOG
    
    This enables CONFIG_MAX63XX_WATCHDOG [1], which can be used on P2020
    RDB.
    
    [1] https://cateee.net/lkddb/web-lkddb/MAX63XX_WATCHDOG.html
    
    Signed-off-by: Josef Schlehofer <pepe.schlehofer at gmail.com>
---
 target/linux/mpc85xx/p2020/config-default | 1 +
 1 file changed, 1 insertion(+)

diff --git a/target/linux/mpc85xx/p2020/config-default b/target/linux/mpc85xx/p2020/config-default
index e293008d8b..6d0ecc5b9e 100644
--- a/target/linux/mpc85xx/p2020/config-default
+++ b/target/linux/mpc85xx/p2020/config-default
@@ -9,6 +9,7 @@ CONFIG_GENERIC_MSI_IRQ_DOMAIN=y
 CONFIG_GENERIC_TBSYNC=y
 CONFIG_IRQ_DOMAIN_HIERARCHY=y
 CONFIG_LOCK_SPIN_ON_OWNER=y
+CONFIG_MAX63XX_WATCHDOG=y
 CONFIG_MDIO_DEVRES=y
 CONFIG_MPC85xx_RDB=y
 CONFIG_MTD_CFI=y




More information about the lede-commits mailing list