summaryrefslogtreecommitdiff
path: root/firmware/export/config.h
diff options
context:
space:
mode:
authorJonathan Gordon <rockbox@jdgordon.info>2007-02-18 05:32:06 +0000
committerJonathan Gordon <rockbox@jdgordon.info>2007-02-18 05:32:06 +0000
commit9a6f419775270340ee154c55dbe52e99682fb77a (patch)
tree188fa4854d2ac5529f701de1bbba29a3241495bc /firmware/export/config.h
parentbd47d48c21ddcdd56b3654db78613d93739b8ce7 (diff)
downloadrockbox-9a6f419775270340ee154c55dbe52e99682fb77a.tar.gz
rockbox-9a6f419775270340ee154c55dbe52e99682fb77a.zip
CONFIG_CHARGING
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12384 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/config.h')
-rw-r--r--firmware/export/config.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/firmware/export/config.h b/firmware/export/config.h
index 0a59c0bf89..8283b37fc8 100644
--- a/firmware/export/config.h
+++ b/firmware/export/config.h
@@ -230,6 +230,10 @@
230#define CONFIG_LED 0 230#define CONFIG_LED 0
231#endif 231#endif
232 232
233#ifndef CONFIG_CHARGING
234#define CONFIG_CHARGING 0
235#endif
236
233/* Enable the directory cache and tagcache in RAM if we have 237/* Enable the directory cache and tagcache in RAM if we have
234 * plenty of RAM. Both features can be enabled independently. */ 238 * plenty of RAM. Both features can be enabled independently. */
235#if ((defined(MEMORYSIZE) && (MEMORYSIZE > 8)) || MEM > 8) && \ 239#if ((defined(MEMORYSIZE) && (MEMORYSIZE > 8)) || MEM > 8) && \