diff options
author | Josef Schlehofer <pepe.schlehofer@gmail.com> | 2022-01-09 20:50:18 +0100 |
---|---|---|
committer | Christian Lamparter <chunkeey@gmail.com> | 2022-01-15 17:41:19 +0100 |
commit | 01520a96e7c71363e4dfc3e123aee48bcf811c1c (patch) | |
tree | ccfc1213b187b3dad842117a932aecf7847737aa /target | |
parent | 43659a7d740ce3dc3157b52b5e0d7bfdc986698e (diff) | |
download | upstream-01520a96e7c71363e4dfc3e123aee48bcf811c1c.tar.gz upstream-01520a96e7c71363e4dfc3e123aee48bcf811c1c.tar.bz2 upstream-01520a96e7c71363e4dfc3e123aee48bcf811c1c.zip |
mvebu: enable watchdog for Armada 37XX
This option includes support for watchdog timer on Marvell Armada 37xx
SoCs. [1] It is useful e.g. for Turris MOX, Marvell ESPRESSObin
Enable armada-37xx-watchdog driver as built in for mvebu cortex-a53,
so that kernel can start serving as soon as the driver is probed, until userspace takes over it.
[1] https://cateee.net/lkddb/web-lkddb/ARMADA_37XX_WATCHDOG.html
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
(improved commit message, 2nd paragraph)
Signed-off-by: Marek BehĂșn <kabel@kernel.org>
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/mvebu/cortexa53/config-5.10 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/mvebu/cortexa53/config-5.10 b/target/linux/mvebu/cortexa53/config-5.10 index 80245e6a0c..79f815b6d2 100644 --- a/target/linux/mvebu/cortexa53/config-5.10 +++ b/target/linux/mvebu/cortexa53/config-5.10 @@ -18,6 +18,7 @@ CONFIG_ARM64_TAGGED_ADDR_ABI=y CONFIG_ARM64_VA_BITS=39 CONFIG_ARM64_VA_BITS_39=y CONFIG_ARMADA_37XX_CLK=y +CONFIG_ARMADA_37XX_WATCHDOG=y CONFIG_ARMADA_37XX_RWTM_MBOX=y CONFIG_ARMADA_AP806_SYSCON=y CONFIG_ARMADA_AP_CP_HELPER=y |