From 8aba665bdd28b0c2238511e17e9a1a5ea8043abf Mon Sep 17 00:00:00 2001 From: Dominik Wenger Date: Sat, 31 Oct 2009 16:23:18 +0000 Subject: enable RTC for mini2440. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23437 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/config-mini2440.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'firmware') diff --git a/firmware/export/config-mini2440.h b/firmware/export/config-mini2440.h index 557f865454..a477236d19 100644 --- a/firmware/export/config-mini2440.h +++ b/firmware/export/config-mini2440.h @@ -107,12 +107,12 @@ #define HAVE_BMP_SCALING /* define this to enable JPEG decoding */ #define HAVE_JPEG -/* RMC TODO: what is this for?? */ /* define this if you have access to the pitchscreen */ #define HAVE_PITCHSCREEN #define HAVE_QUICKSCREEN - +/* define this if you have a real-time clock */ +#define CONFIG_RTC RTC_S3C2440 /* Define this if you do software codec */ #define CONFIG_CODEC SWCODEC -- cgit v1.2.3