summaryrefslogtreecommitdiff
path: root/firmware/export/config
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config')
-rw-r--r--firmware/export/config/ihifi760.h2
-rw-r--r--firmware/export/config/sim.h5
2 files changed, 6 insertions, 1 deletions
diff --git a/firmware/export/config/ihifi760.h b/firmware/export/config/ihifi760.h
index 5ba19a55c3..ca62948bd2 100644
--- a/firmware/export/config/ihifi760.h
+++ b/firmware/export/config/ihifi760.h
@@ -49,7 +49,7 @@
49#define HAVE_FLASH_STORAGE 49#define HAVE_FLASH_STORAGE
50 50
51#define CONFIG_STORAGE (STORAGE_SD | STORAGE_NAND) 51#define CONFIG_STORAGE (STORAGE_SD | STORAGE_NAND)
52#define NUM_DRIVES 1 /* NAND doesn't work yet */#define NUM_DRIVES 1 /* NAND doesn't work yet */ 52#define NUM_DRIVES 1 /* NAND doesn't work yet */
53 53
54#define CONFIG_NAND NAND_RK27XX 54#define CONFIG_NAND NAND_RK27XX
55#define HAVE_SW_TONE_CONTROLS 55#define HAVE_SW_TONE_CONTROLS
diff --git a/firmware/export/config/sim.h b/firmware/export/config/sim.h
index 0aeca695f0..89a0f12b6a 100644
--- a/firmware/export/config/sim.h
+++ b/firmware/export/config/sim.h
@@ -25,6 +25,11 @@
25 25
26#undef AMS_OF_SIZE 26#undef AMS_OF_SIZE
27 27
28/* Simulator core requires hotswap */
29#ifndef HAVE_HOTSWAP
30#define HAVE_HOTSWAP
31#endif
32
28#undef HAVE_HOTSWAP_STORAGE_AS_MAIN 33#undef HAVE_HOTSWAP_STORAGE_AS_MAIN
29#undef HAVE_STORAGE_FLUSH 34#undef HAVE_STORAGE_FLUSH
30 35