diff options
author | Arnd Bergmann <arnd@arndb.de> | 2017-08-18 22:26:25 +0200 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2017-08-18 22:26:25 +0200 |
commit | 9bdc9a9bc694dd4d5ca97cab7f7adcda893b10d2 (patch) | |
tree | faea5a7c0315506dea573fff2b589cf290ca64f9 /arch/arm/configs | |
parent | Merge tag 'keystone_config_4.14' of git://git.kernel.org/pub/scm/linux/kernel... (diff) | |
parent | ARM: shmobile: Enable BQ32000 rtc in shmobile_defconfig (diff) | |
download | linux-9bdc9a9bc694dd4d5ca97cab7f7adcda893b10d2.tar.xz linux-9bdc9a9bc694dd4d5ca97cab7f7adcda893b10d2.zip |
Merge tag 'renesas-defconfig2-for-v4.14' of https://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas into next/defconfig
Pull "Second Round of Renesas ARM Based SoC Defconfig Updates for v4.14"
from Simon Horman:
* Enable BQ32000 rtc in shmobile_defconfig
Biju Das says "The iWave RZ/G1M Q7 SOM supports RTC (TI BQ32000). To
increase hardware support enable the driver in the shmobile_defconfig
multiplatform configuration."
* tag 'renesas-defconfig2-for-v4.14' of https://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas:
ARM: shmobile: Enable BQ32000 rtc in shmobile_defconfig
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 |