summaryrefslogtreecommitdiff
path: root/firmware/export
diff options
context:
space:
mode:
authorJonathan Gordon <rockbox@jdgordon.info>2007-02-18 04:57:28 +0000
committerJonathan Gordon <rockbox@jdgordon.info>2007-02-18 04:57:28 +0000
commitac61951452e001da48430d8487521ad32b7a123c (patch)
tree0696d0c278976c9ec51fd6b5adb65429739b0164 /firmware/export
parent00d249ab672e2ce5c27ddd35ea7a40f71ec7a426 (diff)
downloadrockbox-ac61951452e001da48430d8487521ad32b7a123c.tar.gz
rockbox-ac61951452e001da48430d8487521ad32b7a123c.zip
Do the CONFIG_USBOTG define correctly
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12382 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export')
-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 8519628d47..aaaac686b1 100644
--- a/firmware/export/config.h
+++ b/firmware/export/config.h
@@ -222,6 +222,10 @@
222#define CONFIG_TUNER 0 222#define CONFIG_TUNER 0
223#endif 223#endif
224 224
225#ifndef CONFIG_USBOTG
226#define CONFIG_USBOTG 0
227#endif
228
225/* Enable the directory cache and tagcache in RAM if we have 229/* Enable the directory cache and tagcache in RAM if we have
226 * plenty of RAM. Both features can be enabled independently. */ 230 * plenty of RAM. Both features can be enabled independently. */
227#if ((defined(MEMORYSIZE) && (MEMORYSIZE > 8)) || MEM > 8) && \ 231#if ((defined(MEMORYSIZE) && (MEMORYSIZE > 8)) || MEM > 8) && \