diff options
author | Fabio Estevam <fabio.estevam@freescale.com> | 2015-04-29 11:11:41 -0300 |
---|---|---|
committer | Shawn Guo <shawn.guo@linaro.org> | 2015-05-07 19:30:35 +0800 |
commit | 0d78ef2698171cc9d9a54fc956fd332103ac1330 (patch) | |
tree | 94dcba5845c0d7b7dbdf28a8ac480ce8c406bc77 /arch/arm/configs | |
parent | b787f68c36d49bb1d9236f403813641efa74a031 (diff) |
ARM: imx_v6_v7_defconfig: Enable RTC PCF8523 support
RTC PCF8523 is used on some mx6 cubox-i boards.
Let it work by default.
Reported-by: Rick Thomas <rbthomas@cube.rcthomas.org>
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Diffstat (limited to 'arch/arm/configs')
-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 fdeb1c83dcb5..1d93fe9e50fa 100644 --- a/arch/arm/configs/imx_v6_v7_defconfig +++ b/arch/arm/configs/imx_v6_v7_defconfig @@ -283,6 +283,7 @@ CONFIG_RTC_CLASS=y CONFIG_RTC_INTF_DEV_UIE_EMUL=y CONFIG_RTC_DRV_DS1307=y CONFIG_RTC_DRV_ISL1208=y +CONFIG_RTC_DRV_PCF8523=y CONFIG_RTC_DRV_PCF8563=y CONFIG_RTC_DRV_MC13XXX=y CONFIG_RTC_DRV_MXC=y |