diff options
author | Geert Uytterhoeven <geert+renesas@glider.be> | 2020-06-24 15:19:31 +0200 |
---|---|---|
committer | Geert Uytterhoeven <geert+renesas@glider.be> | 2020-06-29 10:27:15 +0200 |
commit | 6e9ca57e32f29172f02452baed7e2bccfb2c54fd (patch) | |
tree | bffd6a5c989e0edccc6d639e7859f2908e9eda24 | |
parent | 08de207119ec6b563fc153f25681316283f3c733 (diff) |
ARM: shmobile: defconfig: Enable RZ/A1H RTC support
Enable support for the RZ/A1H Realtime Clock, which is used on the
Genmai and RSK+RZA1 boards.
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Link: https://lore.kernel.org/r/20200624131931.3686-8-geert+renesas@glider.be
-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 916ca4941a62..bbedc42bb2d9 100644 --- a/arch/arm/configs/shmobile_defconfig +++ b/arch/arm/configs/shmobile_defconfig @@ -170,6 +170,7 @@ CONFIG_RTC_DRV_BQ32K=y CONFIG_RTC_DRV_S35390A=y CONFIG_RTC_DRV_RX8581=y CONFIG_RTC_DRV_DA9063=y +CONFIG_RTC_DRV_SH=y CONFIG_DMADEVICES=y CONFIG_RCAR_DMAC=y CONFIG_RENESAS_USB_DMAC=y |