diff options
author | Gary Bisson <gary.bisson@boundarydevices.com> | 2016-04-02 18:25:51 +0200 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2016-04-06 22:34:21 +0800 |
commit | fd84aa108a1daf2611374f31ddc3691d0ee24396 (patch) | |
tree | 2dd6685cbeb3aea4610d5acfcfa9483ccbfae68f /arch | |
parent | e70e18d6e017755c4b635107e088f4e658db9493 (diff) | |
download | linux-fd84aa108a1daf2611374f31ddc3691d0ee24396.tar.gz |
ARM: imx_v6_v7_defconfig: add CONFIG_RTC_DRV_M41T80
The rv4168 RTC is used by the following platforms:
- Nitrogen6_MAX (both Quad and Quad Plus versions)
- Nitrogen7
Signed-off-by: Gary Bisson <gary.bisson@boundarydevices.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/configs/imx_v6_v7_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/configs/imx_v6_v7_defconfig b/arch/arm/configs/imx_v6_v7_defconfig index 1faafe36e7e5..af22ea4170c5 100644 --- a/arch/arm/configs/imx_v6_v7_defconfig +++ b/arch/arm/configs/imx_v6_v7_defconfig @@ -316,6 +316,7 @@ CONFIG_RTC_DRV_DS1307=y CONFIG_RTC_DRV_ISL1208=y CONFIG_RTC_DRV_PCF8523=y CONFIG_RTC_DRV_PCF8563=y +CONFIG_RTC_DRV_M41T80=y CONFIG_RTC_DRV_MC13XXX=y CONFIG_RTC_DRV_MXC=y CONFIG_RTC_DRV_SNVS=y |