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.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/firmware/export/config.h b/firmware/export/config.h
index 7002b2a3c5..6465bdcb0e 100644
--- a/firmware/export/config.h
+++ b/firmware/export/config.h
@@ -869,6 +869,12 @@ Lyre prototype 1 */
869#define HAVE_MULTIBOOT 869#define HAVE_MULTIBOOT
870#endif 870#endif
871 871
872/* The lowest numbered volume to read a multiboot redirect from; default is to
873 * allow any volume but some targets may wish to exclude the internal drive. */
874#if defined(HAVE_MULTIBOOT) && !defined(MULTIBOOT_MIN_VOLUME)
875# define MULTIBOOT_MIN_VOLUME 0
876#endif
877
872#ifndef NUM_DRIVES 878#ifndef NUM_DRIVES
873#define NUM_DRIVES 1 879#define NUM_DRIVES 1
874#endif 880#endif