diff options
author | Geert Uytterhoeven <geert+renesas@glider.be> | 2020-06-24 16:19:28 +0300 |
---|---|---|
committer | Geert Uytterhoeven <geert+renesas@glider.be> | 2020-06-29 11:27:15 +0300 |
commit | 5139cb0b04d97fdcca24ee66c71e9f2c7d24f461 (patch) | |
tree | 71bb6e4806bcd3563a75b703e04813a979be8d19 /arch/arm/configs/shmobile_defconfig | |
parent | f8ca0e17b122a0b0558a636c69bf48102edc8070 (diff) | |
download | linux-5139cb0b04d97fdcca24ee66c71e9f2c7d24f461.tar.xz |
ARM: shmobile: defconfig: Enable RZ/A watchdog support
Enable support for the RZ/A watchdog timer, which is used on RZ/A1H and
RZ/A2M boards.
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Link: https://lore.kernel.org/r/20200624131931.3686-5-geert+renesas@glider.be
Diffstat (limited to 'arch/arm/configs/shmobile_defconfig')
-rw-r--r-- | arch/arm/configs/shmobile_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/configs/shmobile_defconfig b/arch/arm/configs/shmobile_defconfig index e451c402f017..84e5b54514b4 100644 --- a/arch/arm/configs/shmobile_defconfig +++ b/arch/arm/configs/shmobile_defconfig @@ -101,6 +101,7 @@ CONFIG_RCAR_THERMAL=y CONFIG_WATCHDOG=y CONFIG_DA9063_WATCHDOG=y CONFIG_RENESAS_WDT=y +CONFIG_RENESAS_RZAWDT=y CONFIG_MFD_AS3711=y CONFIG_MFD_DA9063=y CONFIG_REGULATOR_FIXED_VOLTAGE=y |