summaryrefslogtreecommitdiff
path: root/firmware
diff options
context:
space:
mode:
authorMark Arigo <markarigo@gmail.com>2008-12-22 02:44:08 +0000
committerMark Arigo <markarigo@gmail.com>2008-12-22 02:44:08 +0000
commit1124713acbd8707bbbea2f0dcb9666b3cb9c1f87 (patch)
tree7d58c73e7c00d52de84e38dc2093e07b62bb2b82 /firmware
parentdca9f42cdf577f6ca0b2abde6680e495d2a3373a (diff)
downloadrockbox-1124713acbd8707bbbea2f0dcb9666b3cb9c1f87.tar.gz
rockbox-1124713acbd8707bbbea2f0dcb9666b3cb9c1f87.zip
Enable the RTC on the Philips HDD16x0. The RTC is a PCF8563, but it's register compatible with the E8564. Thanks to Anton Veretenenko.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19555 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware')
-rwxr-xr-xfirmware/export/config-hdd1630.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/firmware/export/config-hdd1630.h b/firmware/export/config-hdd1630.h
index 4b2e7ba9fd..483573be94 100755
--- a/firmware/export/config-hdd1630.h
+++ b/firmware/export/config-hdd1630.h
@@ -74,10 +74,11 @@
74/* Define this if you do software codec */ 74/* Define this if you do software codec */
75#define CONFIG_CODEC SWCODEC 75#define CONFIG_CODEC SWCODEC
76 76
77/* define this if you have a real-time clock */ 77/* define this if you have a real-time clock. The HDD16x0 has a PCF8563 RTC,
78 but it's register compatible with the E8564. */
78#ifndef BOOTLOADER 79#ifndef BOOTLOADER
79/* #define CONFIG_RTC RTC_E8564 */ 80#define CONFIG_RTC RTC_E8564
80/* #define HAVE_RTC_ALARM */ 81#define HAVE_RTC_ALARM
81#endif 82#endif
82 83
83/* Define this if you have a software controlled poweroff */ 84/* Define this if you have a software controlled poweroff */