summaryrefslogtreecommitdiff
path: root/firmware/export/config
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config')
-rw-r--r--firmware/export/config/android.h4
-rw-r--r--firmware/export/config/nokian8xx.h4
-rw-r--r--firmware/export/config/nokian900.h4
-rw-r--r--firmware/export/config/pandora.h4
-rw-r--r--firmware/export/config/samsungypr0.h4
-rw-r--r--firmware/export/config/samsungypr1.h4
-rw-r--r--firmware/export/config/sdlapp.h4
-rw-r--r--firmware/export/config/sim.h2
8 files changed, 29 insertions, 1 deletions
diff --git a/firmware/export/config/android.h b/firmware/export/config/android.h
index 2bc11c3051..2aee700f08 100644
--- a/firmware/export/config/android.h
+++ b/firmware/export/config/android.h
@@ -103,3 +103,7 @@
103#define HAVE_HOTKEY 103#define HAVE_HOTKEY
104 104
105#define BOOTDIR "/.rockbox" 105#define BOOTDIR "/.rockbox"
106
107/* No special storage */
108#define CONFIG_STORAGE STORAGE_HOSTFS
109#define HAVE_STORAGE_FLUSH
diff --git a/firmware/export/config/nokian8xx.h b/firmware/export/config/nokian8xx.h
index c8d87838e7..566683c760 100644
--- a/firmware/export/config/nokian8xx.h
+++ b/firmware/export/config/nokian8xx.h
@@ -94,3 +94,7 @@
94#define HAVE_HOTKEY 94#define HAVE_HOTKEY
95 95
96#define BOOTDIR "/.rockbox" 96#define BOOTDIR "/.rockbox"
97
98/* No special storage */
99#define CONFIG_STORAGE STORAGE_HOSTFS
100#define HAVE_STORAGE_FLUSH
diff --git a/firmware/export/config/nokian900.h b/firmware/export/config/nokian900.h
index 9c1c1a4dff..c6d6eb8205 100644
--- a/firmware/export/config/nokian900.h
+++ b/firmware/export/config/nokian900.h
@@ -92,3 +92,7 @@
92#define HAVE_HOTKEY 92#define HAVE_HOTKEY
93 93
94#define BOOTDIR "/.rockbox" 94#define BOOTDIR "/.rockbox"
95
96/* No special storage */
97#define CONFIG_STORAGE STORAGE_HOSTFS
98#define HAVE_STORAGE_FLUSH
diff --git a/firmware/export/config/pandora.h b/firmware/export/config/pandora.h
index 40320f5382..bd11441dd7 100644
--- a/firmware/export/config/pandora.h
+++ b/firmware/export/config/pandora.h
@@ -94,3 +94,7 @@
94#define HAVE_HOTKEY 94#define HAVE_HOTKEY
95 95
96#define BOOTDIR "/.rockbox" 96#define BOOTDIR "/.rockbox"
97
98/* No special storage */
99#define CONFIG_STORAGE STORAGE_HOSTFS
100#define HAVE_STORAGE_FLUSH
diff --git a/firmware/export/config/samsungypr0.h b/firmware/export/config/samsungypr0.h
index c1266f4732..361c9697c5 100644
--- a/firmware/export/config/samsungypr0.h
+++ b/firmware/export/config/samsungypr0.h
@@ -160,3 +160,7 @@
160 160
161/* This folder resides in the ReadOnly CRAMFS. It is binded to /mnt/media0/.rockbox */ 161/* This folder resides in the ReadOnly CRAMFS. It is binded to /mnt/media0/.rockbox */
162#define BOOTDIR "/.rockbox" 162#define BOOTDIR "/.rockbox"
163
164/* No special storage */
165#define CONFIG_STORAGE STORAGE_HOSTFS
166#define HAVE_STORAGE_FLUSH
diff --git a/firmware/export/config/samsungypr1.h b/firmware/export/config/samsungypr1.h
index a590dd553d..1aaf85dcb5 100644
--- a/firmware/export/config/samsungypr1.h
+++ b/firmware/export/config/samsungypr1.h
@@ -150,3 +150,7 @@
150 150
151/* This mount point resides in the rootfs, binded to /mnt/media0/.rockbox */ 151/* This mount point resides in the rootfs, binded to /mnt/media0/.rockbox */
152#define BOOTDIR "/.rockbox" 152#define BOOTDIR "/.rockbox"
153
154/* No special storage */
155#define CONFIG_STORAGE STORAGE_HOSTFS
156#define HAVE_STORAGE_FLUSH
diff --git a/firmware/export/config/sdlapp.h b/firmware/export/config/sdlapp.h
index 856244c6ab..cd973fcf73 100644
--- a/firmware/export/config/sdlapp.h
+++ b/firmware/export/config/sdlapp.h
@@ -94,3 +94,7 @@
94#define HAVE_HOTKEY 94#define HAVE_HOTKEY
95 95
96#define BOOTDIR "/.rockbox" 96#define BOOTDIR "/.rockbox"
97
98/* No special storage */
99#define CONFIG_STORAGE STORAGE_HOSTFS
100#define HAVE_STORAGE_FLUSH
diff --git a/firmware/export/config/sim.h b/firmware/export/config/sim.h
index 1b69f6d15c..cec500e75d 100644
--- a/firmware/export/config/sim.h
+++ b/firmware/export/config/sim.h
@@ -35,7 +35,7 @@
35#undef HAVE_HOTSWAP_STORAGE_AS_MAIN 35#undef HAVE_HOTSWAP_STORAGE_AS_MAIN
36#undef HAVE_STORAGE_FLUSH 36#undef HAVE_STORAGE_FLUSH
37 37
38#undef CONFIG_STORAGE 38#undef CONFIG_NAND
39 39
40#if defined(CONFIG_CHARGING) && CONFIG_CHARGING > CHARGING_MONITOR 40#if defined(CONFIG_CHARGING) && CONFIG_CHARGING > CHARGING_MONITOR
41#undef CONFIG_CHARGING 41#undef CONFIG_CHARGING