diff options
author | Joshua Kinard <kumba@gentoo.org> | 2015-04-16 15:49:09 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2015-04-17 09:04:11 -0400 |
commit | 15beb694c66146e1133b9ff81d54e3ef3daa1d7c (patch) | |
tree | de69c469d7f6260c51f8d22a6e0492c7f58f12f2 /arch/mips/configs | |
parent | 9e522c0d28d1418c2983ffbc3903f7bed3354180 (diff) |
mips: ip32: add platform data hooks to use DS1685 driver
This modifies the IP32 (SGI O2) platform and reset code to utilize the new
rtc-ds1685 driver. The old mc146818rtc.h header is removed and ip32_defconfig
is updated as well.
Signed-off-by: Joshua Kinard <kumba@gentoo.org>
Acked-by: Ralf Baechle <ralf@linux-mips.org>
Cc: Alessandro Zummo <a.zummo@towertech.it>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'arch/mips/configs')
-rw-r--r-- | arch/mips/configs/ip32_defconfig | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/mips/configs/ip32_defconfig b/arch/mips/configs/ip32_defconfig index 70ffe9b55829..fe48220157a9 100644 --- a/arch/mips/configs/ip32_defconfig +++ b/arch/mips/configs/ip32_defconfig | |||
@@ -105,7 +105,8 @@ CONFIG_RTC_CLASS=y | |||
105 | # CONFIG_RTC_HCTOSYS is not set | 105 | # CONFIG_RTC_HCTOSYS is not set |
106 | # CONFIG_RTC_INTF_SYSFS is not set | 106 | # CONFIG_RTC_INTF_SYSFS is not set |
107 | # CONFIG_RTC_INTF_PROC is not set | 107 | # CONFIG_RTC_INTF_PROC is not set |
108 | CONFIG_RTC_DRV_CMOS=y | 108 | CONFIG_RTC_DRV_DS1685_FAMILY=y |
109 | CONFIG_RTC_DRV_DS1685=y | ||
109 | CONFIG_EXT2_FS=y | 110 | CONFIG_EXT2_FS=y |
110 | CONFIG_EXT2_FS_XATTR=y | 111 | CONFIG_EXT2_FS_XATTR=y |
111 | CONFIG_EXT2_FS_POSIX_ACL=y | 112 | CONFIG_EXT2_FS_POSIX_ACL=y |