summaryrefslogtreecommitdiff
path: root/firmware
diff options
context:
space:
mode:
authorSzymon Dziok <b0hoon@o2.pl>2010-02-17 18:18:20 +0000
committerSzymon Dziok <b0hoon@o2.pl>2010-02-17 18:18:20 +0000
commitb4e1cae3d617cb6cab27dca06df5d1cf5f4fe73f (patch)
tree29dea6b64582db9e7d168458898ef57ad704e57e /firmware
parent9ba7cff6c1798370e0dcb8f785b1ddf8e960500f (diff)
downloadrockbox-b4e1cae3d617cb6cab27dca06df5d1cf5f4fe73f.zip
rockbox-b4e1cae3d617cb6cab27dca06df5d1cf5f4fe73f.tar.gz
rockbox-b4e1cae3d617cb6cab27dca06df5d1cf5f4fe73f.tar.bz2
rockbox-b4e1cae3d617cb6cab27dca06df5d1cf5f4fe73f.tar.xz
Packard Bell Vibe 500: Full RTC support.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24726 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware')
-rw-r--r--firmware/export/config/vibe500.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/firmware/export/config/vibe500.h b/firmware/export/config/vibe500.h
index 76ec17a..5dcb591 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 */