diff options
author | Biju Das <biju.das@bp.renesas.com> | 2017-08-08 15:04:25 +0200 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2017-08-09 11:03:26 +0200 |
commit | 0736aad1290d61bc3668f20253e1e1997ad8b3c1 (patch) | |
tree | ca4bd33e56ff8fe6ce115670837b9aaa4ac18195 /arch/arm/configs | |
parent | ARM: multi_v7_defconfig: Enable DMA for Renesas serial ports (diff) | |
download | linux-0736aad1290d61bc3668f20253e1e1997ad8b3c1.tar.xz linux-0736aad1290d61bc3668f20253e1e1997ad8b3c1.zip |
ARM: shmobile: Enable BQ32000 rtc in shmobile_defconfig
The iWave RZ/G1M Q7 SOM supports RTC (TI BQ32000).
To increase hardware support enable the driver in the
shmobile_defconfig multiplatform configuration.
Signed-off-by: Biju Das <biju.das@bp.renesas.com>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Diffstat (limited to 'arch/arm/configs')
-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 18886c53424a..7b4fc0143148 100644 --- a/arch/arm/configs/shmobile_defconfig +++ b/arch/arm/configs/shmobile_defconfig @@ -193,6 +193,7 @@ CONFIG_LEDS_CLASS=y CONFIG_LEDS_GPIO=y CONFIG_RTC_CLASS=y CONFIG_RTC_DRV_RS5C372=y +CONFIG_RTC_DRV_BQ32K=y CONFIG_RTC_DRV_S35390A=y CONFIG_RTC_DRV_RX8581=y CONFIG_RTC_DRV_DA9063=y |