diff options
author | Johann Neuhauser <jneuhauser@dh-electronics.com> | 2021-12-13 12:18:08 +0100 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2021-12-16 07:50:25 +0100 |
commit | c720e38f4c2dd1e0b5cf4f7dcf8bb6951cd3856d (patch) | |
tree | 90f09b43b5fe80382c7b28a6cd2bd65d8c67ed4a /arch/arm/configs/imx_v6_v7_defconfig | |
parent | arm64: defconfig: enable drivers for booting i.MX8ULP (diff) | |
download | linux-c720e38f4c2dd1e0b5cf4f7dcf8bb6951cd3856d.tar.xz linux-c720e38f4c2dd1e0b5cf4f7dcf8bb6951cd3856d.zip |
ARM: imx_v6_v7_defconfig: Enable for DHCOM devices required RTC_DRV_RV3029C2
All imx6 DHCOM devices uses a on module gold cap/battery powered i2c rtc
"microcrystal,rv3029", which isn't enabled in the imx_v6_v7_defconfig.
The rtc for all imx6 DHCOM devices is defined in: imx6qdl-dhcom-som.dtsi
To have a working clock on all imx6qdl DHCOM based devices, enable the driver.
Signed-off-by: Johann Neuhauser <jneuhauser@dh-electronics.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm/configs/imx_v6_v7_defconfig')
-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 1fbb8e45e604..f7498df08dfe 100644 --- a/arch/arm/configs/imx_v6_v7_defconfig +++ b/arch/arm/configs/imx_v6_v7_defconfig @@ -378,6 +378,7 @@ CONFIG_RTC_DRV_PCF8523=y CONFIG_RTC_DRV_PCF8563=y CONFIG_RTC_DRV_M41T80=y CONFIG_RTC_DRV_RC5T619=y +CONFIG_RTC_DRV_RV3029C2=y CONFIG_RTC_DRV_DA9063=y CONFIG_RTC_DRV_MC13XXX=y CONFIG_RTC_DRV_MXC=y |