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 51e0f7a17b..475bd573d4 100644
--- a/firmware/export/config.h
+++ b/firmware/export/config.h
@@ -859,6 +859,11 @@ Lyre prototype 1 */
859#error HAVE_MULTIDRIVE needs to have an explicit NUM_DRIVES 859#error HAVE_MULTIDRIVE needs to have an explicit NUM_DRIVES
860#endif 860#endif
861 861
862/* note to remove multi-partition booting this could be changed to MULTIDRIVE */
863#if defined(HAVE_BOOTDATA) && defined(BOOT_REDIR) && defined(HAVE_MULTIVOLUME)
864#define HAVE_MULTIBOOT
865#endif
866
862#ifndef NUM_DRIVES 867#ifndef NUM_DRIVES
863#define NUM_DRIVES 1 868#define NUM_DRIVES 1
864#endif 869#endif