From b4e1cae3d617cb6cab27dca06df5d1cf5f4fe73f Mon Sep 17 00:00:00 2001 From: Szymon Dziok Date: Wed, 17 Feb 2010 18:18:20 +0000 Subject: [PATCH] Packard Bell Vibe 500: Full RTC support. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24726 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/config/vibe500.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/firmware/export/config/vibe500.h b/firmware/export/config/vibe500.h index 76ec17a113..5dcb591a34 100644 --- a/firmware/export/config/vibe500.h +++ b/firmware/export/config/vibe500.h @@ -79,11 +79,11 @@ #define CONFIG_CODEC SWCODEC /* define this if you have a real-time clock */ -/* RTC is individual - Philips 8563T - not yet implemented */ -/*#define CONFIG_RTC RTC_S5L8700 -#define CONFIG_RTC RTC_S35390A*/ +/* Philips 8563T - E8564 is a clone of it */ +#define CONFIG_RTC RTC_E8564 -/* that needs spinups and can cause skips when shaked */ +/* define this if you have a disk storage, i.e. something + that needs spinups and can cause skips when shaked */ #define HAVE_DISK_STORAGE /* Define this if you have a software controlled poweroff */