summaryrefslogtreecommitdiff
path: root/firmware/export/config.h
diff options
context:
space:
mode:
authorRafaël Carré <rafael.carre@gmail.com>2010-06-18 01:47:39 +0000
committerRafaël Carré <rafael.carre@gmail.com>2010-06-18 01:47:39 +0000
commitb812465bfff2111e149a44d7041c1d62d7e1519c (patch)
tree18c654b306088c1e9a19aab2f5dc444845c922c7 /firmware/export/config.h
parent6470a9ffd132f0315e1c62cbf01e2a1963b874ab (diff)
downloadrockbox-b812465bfff2111e149a44d7041c1d62d7e1519c.tar.gz
rockbox-b812465bfff2111e149a44d7041c1d62d7e1519c.zip
as3525: bootloader USB mode
not working yet : an empty drive is detected won't link on fuzev1: drivers allocated in usb_storage.c are too large git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26905 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/config.h')
-rw-r--r--firmware/export/config.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/firmware/export/config.h b/firmware/export/config.h
index 5be2c99dcb..22178e4bd4 100644
--- a/firmware/export/config.h
+++ b/firmware/export/config.h
@@ -916,7 +916,8 @@ Lyre prototype 1 */
916#if (defined(TOSHIBA_GIGABEAT_S) || \ 916#if (defined(TOSHIBA_GIGABEAT_S) || \
917 (defined(CREATIVE_ZVx) || \ 917 (defined(CREATIVE_ZVx) || \
918 defined(CPU_TCC77X) || defined(CPU_TCC780X))) || \ 918 defined(CPU_TCC77X) || defined(CPU_TCC780X))) || \
919 (CONFIG_USBOTG == USBOTG_JZ4740) || defined(IPOD_NANO2G) 919 (CONFIG_USBOTG == USBOTG_JZ4740) || defined(IPOD_NANO2G) || \
920 CONFIG_USBOTG == USBOTG_AS3525
920#define USB_ENABLE_STORAGE 921#define USB_ENABLE_STORAGE
921#endif 922#endif
922 923