From e57471a1bed393c1ab8c8560134b2818b4b96ffd Mon Sep 17 00:00:00 2001 From: Linus Nielsen Feltzing Date: Thu, 22 Dec 2005 23:48:32 +0000 Subject: H300: RTC support git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8284 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/config-h300.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'firmware/export') diff --git a/firmware/export/config-h300.h b/firmware/export/config-h300.h index 54a2ef543f..2698d12098 100644 --- a/firmware/export/config-h300.h +++ b/firmware/export/config-h300.h @@ -30,6 +30,9 @@ /* Define this if you do software codec */ #define CONFIG_CODEC SWCODEC +/* define this if you have a real-time clock */ +#define CONFIG_RTC RTC_PCF50606 + /* Define this if you have an remote lcd */ #define HAVE_REMOTE_LCD -- cgit v1.2.3