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:
parent
5462a911b0
commit
a2eb38a8c5
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue