diff options
author | Biju Das <biju.das@bp.renesas.com> | 2018-12-10 15:05:12 +0100 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2019-01-07 13:19:40 +0100 |
commit | e5168ec09d993d2b64cd9ee8d4cff269e53538be (patch) | |
tree | 61dcb078b38d30f5d754f6c97697573e9119cf7c /arch/arm/configs | |
parent | ARM: shmobile: Enable NXP pcf85363 rtc in shmobile_defconfig (diff) | |
download | linux-e5168ec09d993d2b64cd9ee8d4cff269e53538be.tar.xz linux-e5168ec09d993d2b64cd9ee8d4cff269e53538be.zip |
ARM: multi_v7_defconfig: Enable NXP pcf85363 rtc
The iWave RZ/G1C SBC supports RTC (NXP pcf85263). To increase
hardware support enable the driver in the multi_v7_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/multi_v7_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig index 5bee34a7ff2e..ffaf5c00f367 100644 --- a/arch/arm/configs/multi_v7_defconfig +++ b/arch/arm/configs/multi_v7_defconfig @@ -826,6 +826,7 @@ CONFIG_RTC_DRV_MAX8997=m CONFIG_RTC_DRV_MAX77686=y CONFIG_RTC_DRV_RK808=m CONFIG_RTC_DRV_RS5C372=m +CONFIG_RTC_DRV_PCF85363=m CONFIG_RTC_DRV_BQ32K=m CONFIG_RTC_DRV_TWL4030=y CONFIG_RTC_DRV_PALMAS=y |