summaryrefslogtreecommitdiff
path: root/firmware/export
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export')
-rw-r--r--firmware/export/config/erosqnative.h5
-rw-r--r--firmware/export/config/fiiom3k.h5
-rw-r--r--firmware/export/config/shanlingq1.h5
3 files changed, 15 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
diff --git a/firmware/export/config/fiiom3k.h b/firmware/export/config/fiiom3k.h
index 27aefc374f..ab3e274243 100644
--- a/firmware/export/config/fiiom3k.h
+++ b/firmware/export/config/fiiom3k.h
@@ -84,6 +84,7 @@
84#define HAVE_HOTSWAP 84#define HAVE_HOTSWAP
85#define HAVE_HOTSWAP_STORAGE_AS_MAIN 85#define HAVE_HOTSWAP_STORAGE_AS_MAIN
86#define HAVE_MULTIDRIVE 86#define HAVE_MULTIDRIVE
87#define HAVE_MULTIVOLUME
87#define NUM_DRIVES 1 88#define NUM_DRIVES 1
88#define STORAGE_WANTS_ALIGN 89#define STORAGE_WANTS_ALIGN
89#define STORAGE_NEEDS_BOUNCE_BUFFER 90#define STORAGE_NEEDS_BOUNCE_BUFFER
@@ -109,6 +110,10 @@
109#define BATTERY_CAPACITY_INC 0 110#define BATTERY_CAPACITY_INC 0
110#define BATTERY_TYPES_COUNT 1 111#define BATTERY_TYPES_COUNT 1
111 112
113/* Multiboot */
114#define HAVE_BOOTDATA
115#define BOOT_REDIR "rockbox_main.fiio_m3k"
116
112/* USB support */ 117/* USB support */
113#ifndef SIMULATOR 118#ifndef SIMULATOR
114#define CONFIG_USBOTG USBOTG_DESIGNWARE 119#define CONFIG_USBOTG USBOTG_DESIGNWARE
diff --git a/firmware/export/config/shanlingq1.h b/firmware/export/config/shanlingq1.h
index 222427716f..6f5365a97e 100644
--- a/firmware/export/config/shanlingq1.h
+++ b/firmware/export/config/shanlingq1.h
@@ -67,6 +67,7 @@
67#define HAVE_HOTSWAP 67#define HAVE_HOTSWAP
68#define HAVE_HOTSWAP_STORAGE_AS_MAIN 68#define HAVE_HOTSWAP_STORAGE_AS_MAIN
69#define HAVE_MULTIDRIVE 69#define HAVE_MULTIDRIVE
70#define HAVE_MULTIVOLUME
70#define NUM_DRIVES 1 71#define NUM_DRIVES 1
71#define STORAGE_WANTS_ALIGN 72#define STORAGE_WANTS_ALIGN
72#define STORAGE_NEEDS_BOUNCE_BUFFER 73#define STORAGE_NEEDS_BOUNCE_BUFFER
@@ -94,6 +95,10 @@
94#define BATTERY_CAPACITY_INC 0 95#define BATTERY_CAPACITY_INC 0
95#define BATTERY_TYPES_COUNT 1 96#define BATTERY_TYPES_COUNT 1
96 97
98/* Multiboot */
99#define HAVE_BOOTDATA
100#define BOOT_REDIR "rockbox_main.shanling_q1"
101
97/* USB support */ 102/* USB support */
98#ifndef SIMULATOR 103#ifndef SIMULATOR
99#define CONFIG_USBOTG USBOTG_DESIGNWARE 104#define CONFIG_USBOTG USBOTG_DESIGNWARE