summaryrefslogtreecommitdiff
path: root/firmware
diff options
context:
space:
mode:
authorJens Arnold <amiconn@rockbox.org>2006-11-08 20:52:30 +0000
committerJens Arnold <amiconn@rockbox.org>2006-11-08 20:52:30 +0000
commit754996037336f1e0d411a3813b269c5f82fbc7ff (patch)
tree6dc6fc367b6313c8b5470f07d2586eb11500fc6e /firmware
parent38ec5edf26a0044a300ca7d72f7a1afe9575ce0e (diff)
downloadrockbox-754996037336f1e0d411a3813b269c5f82fbc7ff.tar.gz
rockbox-754996037336f1e0d411a3813b269c5f82fbc7ff.zip
Bugfix: X5 simulator now simulates the RTC.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11472 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware')
-rw-r--r--firmware/export/config-iaudiox5.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/firmware/export/config-iaudiox5.h b/firmware/export/config-iaudiox5.h
index d4c904ed23..ddcac0e8ee 100644
--- a/firmware/export/config-iaudiox5.h
+++ b/firmware/export/config-iaudiox5.h
@@ -54,6 +54,9 @@
54/* Define this if you do software codec */ 54/* Define this if you do software codec */
55#define CONFIG_CODEC SWCODEC 55#define CONFIG_CODEC SWCODEC
56 56
57/* define this if you have a real-time clock */
58#define CONFIG_RTC RTC_PCF50606
59
57/* Define this if you have an remote lcd */ 60/* Define this if you have an remote lcd */
58#define HAVE_REMOTE_LCD 61#define HAVE_REMOTE_LCD
59 62
@@ -130,9 +133,6 @@
130#define BATTERY_TYPES_COUNT 1 /* only one type */ 133#define BATTERY_TYPES_COUNT 1 /* only one type */
131#define BATTERY_SCALE_FACTOR 5859 /* (420703125 + 35900) / 71800 */ 134#define BATTERY_SCALE_FACTOR 5859 /* (420703125 + 35900) / 71800 */
132 135
133/* define this if you have a real-time clock */
134#define CONFIG_RTC RTC_PCF50606
135
136/* Define this if you have ATA power-off control */ 136/* Define this if you have ATA power-off control */
137#define HAVE_ATA_POWER_OFF 137#define HAVE_ATA_POWER_OFF
138 138