summaryrefslogtreecommitdiff
path: root/firmware/export/config/erosqnative.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config/erosqnative.h')
-rw-r--r--firmware/export/config/erosqnative.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/firmware/export/config/erosqnative.h b/firmware/export/config/erosqnative.h
index 3b83d52c0e..c71f7ade49 100644
--- a/firmware/export/config/erosqnative.h
+++ b/firmware/export/config/erosqnative.h
@@ -78,6 +78,7 @@
78#define HAVE_HOTSWAP 78#define HAVE_HOTSWAP
79#define HAVE_HOTSWAP_STORAGE_AS_MAIN 79#define HAVE_HOTSWAP_STORAGE_AS_MAIN
80#define HAVE_MULTIDRIVE 80#define HAVE_MULTIDRIVE
81#define HAVE_MULTIVOLUME
81#define NUM_DRIVES 1 82#define NUM_DRIVES 1
82#define STORAGE_WANTS_ALIGN 83#define STORAGE_WANTS_ALIGN
83#define STORAGE_NEEDS_BOUNCE_BUFFER 84#define STORAGE_NEEDS_BOUNCE_BUFFER
@@ -103,6 +104,10 @@
103#define CURRENT_BACKLIGHT 180 104#define CURRENT_BACKLIGHT 180
104#define CURRENT_MAX_CHG 500 // bursts higher if needed 105#define CURRENT_MAX_CHG 500 // bursts higher if needed
105 106
107/* Multiboot */
108#define HAVE_BOOTDATA
109#define BOOT_REDIR "rockbox_main.aigo_erosqn"
110
106/* USB support */ 111/* USB support */
107#ifndef SIMULATOR 112#ifndef SIMULATOR
108#define CONFIG_USBOTG USBOTG_DESIGNWARE 113#define CONFIG_USBOTG USBOTG_DESIGNWARE