summaryrefslogtreecommitdiff
path: root/firmware/export/config-mini2440.h
diff options
context:
space:
mode:
authorDominik Wenger <domonoky@googlemail.com>2009-10-31 16:23:18 +0000
committerDominik Wenger <domonoky@googlemail.com>2009-10-31 16:23:18 +0000
commit8aba665bdd28b0c2238511e17e9a1a5ea8043abf (patch)
tree4b662a8cd008dd2ada53146031a64bf8799f6120 /firmware/export/config-mini2440.h
parent28aef1f96ac06cdd094f46d4e47c148be17bc438 (diff)
downloadrockbox-8aba665bdd28b0c2238511e17e9a1a5ea8043abf.tar.gz
rockbox-8aba665bdd28b0c2238511e17e9a1a5ea8043abf.zip
enable RTC for mini2440.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23437 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/config-mini2440.h')
-rw-r--r--firmware/export/config-mini2440.h4
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 @@
107#define HAVE_BMP_SCALING 107#define HAVE_BMP_SCALING
108/* define this to enable JPEG decoding */ 108/* define this to enable JPEG decoding */
109#define HAVE_JPEG 109#define HAVE_JPEG
110/* RMC TODO: what is this for?? */
111/* define this if you have access to the pitchscreen */ 110/* define this if you have access to the pitchscreen */
112#define HAVE_PITCHSCREEN 111#define HAVE_PITCHSCREEN
113#define HAVE_QUICKSCREEN 112#define HAVE_QUICKSCREEN
114 113
115 114/* define this if you have a real-time clock */
115#define CONFIG_RTC RTC_S3C2440
116 116
117/* Define this if you do software codec */ 117/* Define this if you do software codec */
118#define CONFIG_CODEC SWCODEC 118#define CONFIG_CODEC SWCODEC