diff options
author | Shengzhou Liu <Shengzhou.Liu@freescale.com> | 2014-05-28 13:55:46 +0800 |
---|---|---|
committer | Scott Wood <scottwood@freescale.com> | 2014-06-20 18:48:32 -0500 |
commit | a95e8c28b3dcb945871fc2350c955d9221fd4154 (patch) | |
tree | 6e2ebb5acdabd73734266604b742782c0ae5f146 /arch/powerpc/configs/mpc85xx_defconfig | |
parent | 5d1bf1e2c00f71efb8286232ab1c95038405192b (diff) | |
download | talos-obmc-linux-a95e8c28b3dcb945871fc2350c955d9221fd4154.tar.gz talos-obmc-linux-a95e8c28b3dcb945871fc2350c955d9221fd4154.zip |
powerpc/defconfig: update RTC support
- remove CONFIG_RTC_DRV_CMOS in corenet32_smp_defconfig(it's unused),
reserve CONFIG_RTC_DRV_CMOS in mpc85xx_defconfig(needed on some CDS boards)
- enable CONFIG_RTC_DRV_DS1307, CONFIG_RTC_DRV_DS1374,
CONFIG_RTC_DRV_DS3232 in mpc85xx_defconfig, mpc85xx_smp_defconfig
- enable RTC support in corenet64_smp_defconfig
Signed-off-by: Shengzhou Liu <Shengzhou.Liu@freescale.com>
Signed-off-by: Scott Wood <scottwood@freescale.com>
Diffstat (limited to 'arch/powerpc/configs/mpc85xx_defconfig')
-rw-r--r-- | arch/powerpc/configs/mpc85xx_defconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/powerpc/configs/mpc85xx_defconfig b/arch/powerpc/configs/mpc85xx_defconfig index 55765c8cb08f..fa1bfd37f1ec 100644 --- a/arch/powerpc/configs/mpc85xx_defconfig +++ b/arch/powerpc/configs/mpc85xx_defconfig @@ -209,6 +209,9 @@ CONFIG_MMC_SDHCI_OF_ESDHC=y CONFIG_EDAC=y CONFIG_EDAC_MM_EDAC=y CONFIG_RTC_CLASS=y +CONFIG_RTC_DRV_DS1307=y +CONFIG_RTC_DRV_DS1374=y +CONFIG_RTC_DRV_DS3232=y CONFIG_RTC_DRV_CMOS=y CONFIG_RTC_DRV_DS1307=y CONFIG_DMADEVICES=y |