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.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/firmware/export/config.h b/firmware/export/config.h
index 22a0bd2244..1574d40040 100644
--- a/firmware/export/config.h
+++ b/firmware/export/config.h
@@ -383,6 +383,11 @@
383#define CONFIG_TUNER_MULTI 383#define CONFIG_TUNER_MULTI
384#endif 384#endif
385 385
386#if (CONFIG_STORAGE & (CONFIG_STORAGE - 1)) != 0
387/* Multiple storage drivers */
388#define CONFIG_STORAGE_MULTI
389#endif
390
386#if defined(BOOTLOADER) && defined(HAVE_ADJUSTABLE_CPU_FREQ) 391#if defined(BOOTLOADER) && defined(HAVE_ADJUSTABLE_CPU_FREQ)
387/* Bootloaders don't use CPU frequency adjustment */ 392/* Bootloaders don't use CPU frequency adjustment */
388#undef HAVE_ADJUSTABLE_CPU_FREQ 393#undef HAVE_ADJUSTABLE_CPU_FREQ