diff options
author | Josef Schlehofer <pepe.schlehofer@gmail.com> | 2022-09-05 16:36:26 +0200 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2023-03-04 12:54:38 +0100 |
commit | f8cd27891fbd0d7cd992b6ed4da958bd37f8c6ea (patch) | |
tree | 0f569f3e93c57b75aba191ecc2592eb3026f8a58 /target | |
parent | 620bc37c2a6ab54bbb094be57bff1eeb2acb0933 (diff) | |
download | upstream-f8cd27891fbd0d7cd992b6ed4da958bd37f8c6ea.tar.gz upstream-f8cd27891fbd0d7cd992b6ed4da958bd37f8c6ea.tar.bz2 upstream-f8cd27891fbd0d7cd992b6ed4da958bd37f8c6ea.zip |
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@gmail.com>
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/mpc85xx/p2020/config-default | 1 |
1 files changed, 1 insertions, 0 deletions
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 |