1
0
Fork 0
forked from len0rd/rockbox

H100: Disable RTC support by default, for now

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12533 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Linus Nielsen Feltzing 2007-03-01 12:47:33 +00:00
parent 5462a911b0
commit a2eb38a8c5

View file

@ -45,11 +45,14 @@
/* Define this if you do software codec */
#define CONFIG_CODEC SWCODEC
/* Set to 1 if you want to build with RTC support */
#if 0
#ifndef SIMULATOR
/* RTC is autodetected on target only */
#define CONFIG_RTC RTC_DS1339_DS3231
#define HAVE_RTC_ALARM
#endif
#endif
/* Define this if you have an remote lcd */
#define HAVE_REMOTE_LCD