summaryrefslogtreecommitdiff
path: root/firmware/export/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config.h')
-rw-r--r--firmware/export/config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/export/config.h b/firmware/export/config.h
index d2e1f6b830..f896fd68b5 100644
--- a/firmware/export/config.h
+++ b/firmware/export/config.h
@@ -32,6 +32,7 @@
32#define STORAGE_SD 0x04 32#define STORAGE_SD 0x04
33#define STORAGE_NAND 0x08 33#define STORAGE_NAND 0x08
34#define STORAGE_RAMDISK 0x10 34#define STORAGE_RAMDISK 0x10
35#define STORAGE_HOSTFS 0x20 /* meant for APPLICATION targets (implicit for SIMULATOR) */
35 36
36/* CONFIG_TUNER (note these are combineable bit-flags) */ 37/* CONFIG_TUNER (note these are combineable bit-flags) */
37#define S1A0903X01 0x01 /* Samsung */ 38#define S1A0903X01 0x01 /* Samsung */
@@ -574,7 +575,6 @@ Lyre prototype 1 */
574 575
575#ifdef APPLICATION 576#ifdef APPLICATION
576#define CONFIG_CPU 0 577#define CONFIG_CPU 0
577#define CONFIG_STORAGE 0
578#endif 578#endif
579 579
580/* keep this include after the target configs */ 580/* keep this include after the target configs */