1
0
Fork 0
forked from len0rd/rockbox

Do the CONFIG_USBOTG define correctly

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12382 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Jonathan Gordon 2007-02-18 04:57:28 +00:00
parent 00d249ab67
commit ac61951452
3 changed files with 11 additions and 7 deletions

View file

@ -222,6 +222,10 @@
#define CONFIG_TUNER 0
#endif
#ifndef CONFIG_USBOTG
#define CONFIG_USBOTG 0
#endif
/* Enable the directory cache and tagcache in RAM if we have
* plenty of RAM. Both features can be enabled independently. */
#if ((defined(MEMORYSIZE) && (MEMORYSIZE > 8)) || MEM > 8) && \