From ce5dc3ab965740e3e71e35ff96a7e7b7fbe8fde1 Mon Sep 17 00:00:00 2001 From: Bertrik Sikken Date: Sun, 28 Jun 2009 09:58:05 +0000 Subject: Add RTC driver for Seiko S35390A (used in the Meizu M3 and possibly other Meizus) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21539 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/config-meizu-m3.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'firmware/export/config-meizu-m3.h') diff --git a/firmware/export/config-meizu-m3.h b/firmware/export/config-meizu-m3.h index 06a0992550..2a02052381 100644 --- a/firmware/export/config-meizu-m3.h +++ b/firmware/export/config-meizu-m3.h @@ -80,8 +80,8 @@ #define CONFIG_CODEC SWCODEC /* define this if you have a real-time clock */ -#define CONFIG_RTC RTC_S5L8700 -//#define CONFIG_RTC RTC_S35390A +//#define CONFIG_RTC RTC_S5L8700 +#define CONFIG_RTC RTC_S35390A #define CONFIG_LCD LCD_MEIZUM6 -- cgit v1.2.3