summaryrefslogtreecommitdiff
path: root/firmware/export/config-ondavx747.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config-ondavx747.h')
-rw-r--r--firmware/export/config-ondavx747.h14
1 files changed, 6 insertions, 8 deletions
diff --git a/firmware/export/config-ondavx747.h b/firmware/export/config-ondavx747.h
index dbb37c972d..ffcaf67c5a 100644
--- a/firmware/export/config-ondavx747.h
+++ b/firmware/export/config-ondavx747.h
@@ -39,20 +39,12 @@
39#define MODEL_NUMBER 45 39#define MODEL_NUMBER 45
40#endif 40#endif
41 41
42//#define HAVE_ATA_SD
43//#define HAVE_HOTSWAP
44
45#define CONFIG_STORAGE (STORAGE_NAND | STORAGE_SD)
46
47/* Support FAT16 for SD cards <= 2GB */ 42/* Support FAT16 for SD cards <= 2GB */
48#define HAVE_FAT16SUPPORT 43#define HAVE_FAT16SUPPORT
49 44
50/* ChinaChip NAND FTL */ 45/* ChinaChip NAND FTL */
51#define CONFIG_NAND NAND_CC 46#define CONFIG_NAND NAND_CC
52 47
53#define HAVE_MULTIDRIVE
54#define NUM_DRIVES 2
55
56/* define this if you have a bitmap LCD display */ 48/* define this if you have a bitmap LCD display */
57#define HAVE_LCD_BITMAP 49#define HAVE_LCD_BITMAP
58 50
@@ -169,6 +161,12 @@
169 161
170#ifndef SIMULATOR 162#ifndef SIMULATOR
171 163
164#define CONFIG_STORAGE (STORAGE_NAND | STORAGE_SD)
165#define NUM_DRIVES 2
166
167/* Define this if media can be exchanged on the fly */
168//#define HAVE_HOTSWAP
169
172/* Define this if you have a Ingenic JZ4732 */ 170/* Define this if you have a Ingenic JZ4732 */
173#define CONFIG_CPU JZ4732 171#define CONFIG_CPU JZ4732
174 172