diff options
author | Biju Das <biju.das@bp.renesas.com> | 2018-12-07 11:27:45 +0000 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2019-01-07 13:19:40 +0100 |
commit | 71e3039dd7c377118608321d6c1f2ecb35da4c17 (patch) | |
tree | 262765114372a278afc88832898ebf9eea6843ae /arch/arm/configs/shmobile_defconfig | |
parent | bfeffd155283772bbe78c6a05dec7c0128ee500c (diff) | |
download | lwn-71e3039dd7c377118608321d6c1f2ecb35da4c17.tar.gz lwn-71e3039dd7c377118608321d6c1f2ecb35da4c17.zip |
ARM: shmobile: Enable NXP pcf85363 rtc in shmobile_defconfig
The iWave RZ/G1C SBC supports RTC (NXP pcf85263). To increase hardware
support enable the driver in the shmobile_defconfig multiplatform
configuration.
Signed-off-by: Biju Das <biju.das@bp.renesas.com>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
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 9e5a5ade6cab..fdac4e4ca04d 100644 --- a/arch/arm/configs/shmobile_defconfig +++ b/arch/arm/configs/shmobile_defconfig @@ -177,6 +177,7 @@ CONFIG_LEDS_CLASS=y CONFIG_LEDS_GPIO=y CONFIG_RTC_CLASS=y CONFIG_RTC_DRV_RS5C372=y +CONFIG_RTC_DRV_PCF85363=y CONFIG_RTC_DRV_BQ32K=y CONFIG_RTC_DRV_S35390A=y CONFIG_RTC_DRV_RX8581=y |