Fix red
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23286 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
d03fe64dcf
commit
218314eb51
1 changed files with 4 additions and 3 deletions
|
@ -48,9 +48,10 @@
|
|||
/* Conditions under which we want the entire driver */
|
||||
#if !defined(BOOTLOADER) || (CONFIG_CPU == SH7034) || \
|
||||
(defined(TOSHIBA_GIGABEAT_S) && defined(USE_ROCKBOX_USB) && defined(USB_ENABLE_STORAGE)) || \
|
||||
(defined(HAVE_USBSTACK) && (defined(CREATIVE_ZVx)) || \
|
||||
(defined(HAVE_USBSTACK) && (defined(OLYMPUS_MROBE_500)) || \
|
||||
defined(CPU_TCC77X) || defined(CPU_TCC780X))) || \
|
||||
(defined(HAVE_USBSTACK) && (defined(CREATIVE_ZVx))) || \
|
||||
(defined(HAVE_USBSTACK) && (defined(OLYMPUS_MROBE_500))) || \
|
||||
(defined(HAVE_USBSTACK) && (defined(IPOD_NANO2G))) || \
|
||||
defined(CPU_TCC77X) || defined(CPU_TCC780X) || \
|
||||
(CONFIG_USBOTG == USBOTG_JZ4740)
|
||||
#define USB_FULL_INIT
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue