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:
parent
00d249ab67
commit
ac61951452
3 changed files with 11 additions and 7 deletions
|
|
@ -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) && \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue