summaryrefslogtreecommitdiff
path: root/firmware/export/config-mrobe500.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config-mrobe500.h')
-rw-r--r--firmware/export/config-mrobe500.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/firmware/export/config-mrobe500.h b/firmware/export/config-mrobe500.h
index f9e8d9ebf6..619e3fe8e7 100644
--- a/firmware/export/config-mrobe500.h
+++ b/firmware/export/config-mrobe500.h
@@ -35,6 +35,9 @@
35/* define this if you use an ATA controller */ 35/* define this if you use an ATA controller */
36#define CONFIG_STORAGE STORAGE_ATA 36#define CONFIG_STORAGE STORAGE_ATA
37 37
38/* Define this to add support for ATA DMA */
39//#define HAVE_ATA_DMA
40
38/* define this if you have a bitmap LCD display */ 41/* define this if you have a bitmap LCD display */
39#define HAVE_LCD_BITMAP 42#define HAVE_LCD_BITMAP
40 43
@@ -114,6 +117,19 @@
114#define HAVE_TOUCHSCREEN 117#define HAVE_TOUCHSCREEN
115#define HAVE_BUTTON_DATA 118#define HAVE_BUTTON_DATA
116 119
120/* M66591 register base */
121#define M66591_BASE 0x60000000
122
123/* enable these for the usb stack */
124#define CONFIG_USBOTG USBOTG_M66591
125#define USE_ROCKBOX_USB
126#define HAVE_USBSTACK
127#define USB_STORAGE
128/* usb stack and driver settings */
129#define USB_NUM_ENDPOINTS 7
130#define USB_VENDOR_ID 0x07b4
131#define USB_PRODUCT_ID 0x0281
132
117/* define this if the target has volume keys which can be used in the lists */ 133/* define this if the target has volume keys which can be used in the lists */
118#define HAVE_VOLUME_IN_LIST 134#define HAVE_VOLUME_IN_LIST
119 135