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.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/firmware/export/config/mrobe500.h b/firmware/export/config/mrobe500.h
index 0f443ebc4f..39f4051833 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 if the ATA controller and method of USB access support LBA48 */
39#define HAVE_LBA48
40
38/* Define this to add support for ATA DMA */ 41/* Define this to add support for ATA DMA */
39//#define HAVE_ATA_DMA 42//#define HAVE_ATA_DMA
40 43