summaryrefslogtreecommitdiff
path: root/firmware/export/config/sansae200.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config/sansae200.h')
-rw-r--r--firmware/export/config/sansae200.h11
1 files changed, 8 insertions, 3 deletions
diff --git a/firmware/export/config/sansae200.h b/firmware/export/config/sansae200.h
index e03784a204..59e531241f 100644
--- a/firmware/export/config/sansae200.h
+++ b/firmware/export/config/sansae200.h
@@ -8,6 +8,12 @@
8 8
9#define HW_SAMPR_CAPS (SAMPR_CAP_48 | SAMPR_CAP_44 | SAMPR_CAP_32) 9#define HW_SAMPR_CAPS (SAMPR_CAP_48 | SAMPR_CAP_44 | SAMPR_CAP_32)
10 10
11/* Define if boot data from bootloader has been enabled for the target */
12#define HAVE_BOOTDATA
13
14/* define boot redirect file name allows booting from external drives */
15#define BOOT_REDIR "rockbox_main.e200"
16
11/* define this if you have recording possibility */ 17/* define this if you have recording possibility */
12#define HAVE_RECORDING 18#define HAVE_RECORDING
13 19
@@ -178,11 +184,10 @@
178#define FIRMWARE_OFFSET_FILE_CRC 0x0 184#define FIRMWARE_OFFSET_FILE_CRC 0x0
179#define FIRMWARE_OFFSET_FILE_DATA 0x8 185#define FIRMWARE_OFFSET_FILE_DATA 0x8
180 186
181#ifndef BOOTLOADER
182#define HAVE_MULTIDRIVE 187#define HAVE_MULTIDRIVE
188//#define HAVE_MULTIVOLUME
183#define NUM_DRIVES 2 189#define NUM_DRIVES 2
184#define HAVE_HOTSWAP 190#define HAVE_HOTSWAP /* required to access sd from bootloader */
185#endif
186 191
187/* USB On-the-go */ 192/* USB On-the-go */
188#define CONFIG_USBOTG USBOTG_ARC 193#define CONFIG_USBOTG USBOTG_ARC