summaryrefslogtreecommitdiffstats
path: root/firmware/export/config-ipodcolor.h
diff options
context:
space:
mode:
authorDave Chapman <dave@dchapman.com>2007-03-18 20:54:33 +0000
committerDave Chapman <dave@dchapman.com>2007-03-18 20:54:33 +0000
commitf127cd598b102b8e39959feccb72b2b45452d338 (patch)
treee81410d18a84f4f340f132bf245485f0600a635d /firmware/export/config-ipodcolor.h
parentcb1c9e447ef03ecc7171b512a6aa5754e1e8dd61 (diff)
downloadrockbox-f127cd598b102b8e39959feccb72b2b45452d338.tar.gz
rockbox-f127cd598b102b8e39959feccb72b2b45452d338.zip
The UI sim simulates the RTC, so there is no need to disable it - affects all ipod sims.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12836 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/config-ipodcolor.h')
-rw-r--r--firmware/export/config-ipodcolor.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/firmware/export/config-ipodcolor.h b/firmware/export/config-ipodcolor.h
index eacdbe6b4c..c7211c7615 100644
--- a/firmware/export/config-ipodcolor.h
+++ b/firmware/export/config-ipodcolor.h
@@ -43,9 +43,8 @@
#define CONFIG_CODEC SWCODEC
/* define this if you have a real-time clock */
-#if !defined(BOOTLOADER) && !defined(SIMULATOR)
+#if !defined(BOOTLOADER)
#define CONFIG_RTC RTC_PCF50605
-#define HAVE_RTC_ALARM
#endif
/* Define this if you have a software controlled poweroff */
@@ -121,6 +120,9 @@
/* Virtual LED (icon) */
#define CONFIG_LED LED_VIRTUAL
+/* Define if the device can wake from an RTC alarm */
+#define HAVE_RTC_ALARM
+
/* Define this if you have adjustable CPU frequency */
#define HAVE_ADJUSTABLE_CPU_FREQ