summaryrefslogtreecommitdiff
path: root/firmware/export
diff options
context:
space:
mode:
authorLinus Nielsen Feltzing <linus@haxx.se>2007-03-01 12:47:33 +0000
committerLinus Nielsen Feltzing <linus@haxx.se>2007-03-01 12:47:33 +0000
commita2eb38a8c52df6bd27158acdb8e27bef188aaf7d (patch)
treeb73556a3df7cd9039148583834506ea216f38de4 /firmware/export
parent5462a911b0ba0a62a6236b9d5590039ef86651db (diff)
downloadrockbox-a2eb38a8c52df6bd27158acdb8e27bef188aaf7d.tar.gz
rockbox-a2eb38a8c52df6bd27158acdb8e27bef188aaf7d.zip
H100: Disable RTC support by default, for now
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12533 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export')
-rw-r--r--firmware/export/config-h120.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/firmware/export/config-h120.h b/firmware/export/config-h120.h
index e899cd4c5a..1791bdf78b 100644
--- a/firmware/export/config-h120.h
+++ b/firmware/export/config-h120.h
@@ -45,11 +45,14 @@
45/* Define this if you do software codec */ 45/* Define this if you do software codec */
46#define CONFIG_CODEC SWCODEC 46#define CONFIG_CODEC SWCODEC
47 47
48/* Set to 1 if you want to build with RTC support */
49#if 0
48#ifndef SIMULATOR 50#ifndef SIMULATOR
49/* RTC is autodetected on target only */ 51/* RTC is autodetected on target only */
50#define CONFIG_RTC RTC_DS1339_DS3231 52#define CONFIG_RTC RTC_DS1339_DS3231
51#define HAVE_RTC_ALARM 53#define HAVE_RTC_ALARM
52#endif 54#endif
55#endif
53 56
54 /* Define this if you have an remote lcd */ 57 /* Define this if you have an remote lcd */
55#define HAVE_REMOTE_LCD 58#define HAVE_REMOTE_LCD