diff options
author | Biju Das <biju.das@bp.renesas.com> | 2017-08-18 07:12:38 -0400 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2017-09-18 01:57:41 -0400 |
commit | 545dc83ed09b5c04f663b766a92cbc8bb02c5f15 (patch) | |
tree | 56494aebdde78ea0ec62e6137a7ecd990e43c2a2 | |
parent | 2bd6bf03f4c1c59381d62c61d03f6cc3fe71f66e (diff) |
ARM: multi_v7_defconfig: Enable BQ32000 RTC driver
The iWave RZ/G1M Q7 SOM supports RTC (TI BQ32000).
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>
-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 0cacdbf84a71..90f546766f38 100644 --- a/arch/arm/configs/multi_v7_defconfig +++ b/arch/arm/configs/multi_v7_defconfig | |||
@@ -767,6 +767,7 @@ CONFIG_RTC_DRV_MAX8997=m | |||
767 | CONFIG_RTC_DRV_MAX77686=y | 767 | CONFIG_RTC_DRV_MAX77686=y |
768 | CONFIG_RTC_DRV_RK808=m | 768 | CONFIG_RTC_DRV_RK808=m |
769 | CONFIG_RTC_DRV_RS5C372=m | 769 | CONFIG_RTC_DRV_RS5C372=m |
770 | CONFIG_RTC_DRV_BQ32K=m | ||
770 | CONFIG_RTC_DRV_PALMAS=y | 771 | CONFIG_RTC_DRV_PALMAS=y |
771 | CONFIG_RTC_DRV_ST_LPC=y | 772 | CONFIG_RTC_DRV_ST_LPC=y |
772 | CONFIG_RTC_DRV_TWL4030=y | 773 | CONFIG_RTC_DRV_TWL4030=y |