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:
parent
9ba7cff6c1
commit
b4e1cae3d6
1 changed files with 4 additions and 4 deletions
|
@ -79,11 +79,11 @@
|
||||||
#define CONFIG_CODEC SWCODEC
|
#define CONFIG_CODEC SWCODEC
|
||||||
|
|
||||||
/* define this if you have a real-time clock */
|
/* define this if you have a real-time clock */
|
||||||
/* RTC is individual - Philips 8563T - not yet implemented */
|
/* Philips 8563T - E8564 is a clone of it */
|
||||||
/*#define CONFIG_RTC RTC_S5L8700
|
#define CONFIG_RTC RTC_E8564
|
||||||
#define CONFIG_RTC RTC_S35390A*/
|
|
||||||
|
|
||||||
/* 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 HAVE_DISK_STORAGE
|
||||||
|
|
||||||
/* Define this if you have a software controlled poweroff */
|
/* Define this if you have a software controlled poweroff */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue