From 1124713acbd8707bbbea2f0dcb9666b3cb9c1f87 Mon Sep 17 00:00:00 2001 From: Mark Arigo Date: Mon, 22 Dec 2008 02:44:08 +0000 Subject: 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 --- firmware/export/config-hdd1630.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'firmware') 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 @@ /* Define this if you do software codec */ #define CONFIG_CODEC SWCODEC -/* define this if you have a real-time clock */ +/* define this if you have a real-time clock. The HDD16x0 has a PCF8563 RTC, + but it's register compatible with the E8564. */ #ifndef BOOTLOADER -/* #define CONFIG_RTC RTC_E8564 */ -/* #define HAVE_RTC_ALARM */ +#define CONFIG_RTC RTC_E8564 +#define HAVE_RTC_ALARM #endif /* Define this if you have a software controlled poweroff */ -- cgit v1.2.3