diff options
author | Dominik Wenger <domonoky@googlemail.com> | 2009-10-31 16:23:18 +0000 |
---|---|---|
committer | Dominik Wenger <domonoky@googlemail.com> | 2009-10-31 16:23:18 +0000 |
commit | 8aba665bdd28b0c2238511e17e9a1a5ea8043abf (patch) | |
tree | 4b662a8cd008dd2ada53146031a64bf8799f6120 | |
parent | 28aef1f96ac06cdd094f46d4e47c148be17bc438 (diff) |
enable RTC for mini2440.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23437 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r-- | firmware/export/config-mini2440.h | 4 |
1 files changed, 2 insertions, 2 deletions
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 |