1
0
Fork 0
forked from len0rd/rockbox

Packard Bell Vibe 500: Full RTC support.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24726 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Szymon Dziok 2010-02-17 18:18:20 +00:00
parent 9ba7cff6c1
commit b4e1cae3d6

View file

@ -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 */