From f8cd27891fbd0d7cd992b6ed4da958bd37f8c6ea Mon Sep 17 00:00:00 2001 From: Josef Schlehofer Date: Mon, 5 Sep 2022 16:36:26 +0200 Subject: [PATCH] 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 --- 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 -- 2.30.2