summaryrefslogtreecommitdiffstats
path: root/boot/syslinux/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'boot/syslinux/Config.in')
-rw-r--r--boot/syslinux/Config.in8
1 files changed, 8 insertions, 0 deletions
diff --git a/boot/syslinux/Config.in b/boot/syslinux/Config.in
index 5f0fe978fa..28c5329ca7 100644
--- a/boot/syslinux/Config.in
+++ b/boot/syslinux/Config.in
@@ -30,6 +30,14 @@ config BR2_TARGET_SYSLINUX_PXELINUX
Install the legacy-BIOS 'pxelinux' image, to boot off
the network using PXE.
+config BR2_TARGET_SYSLINUX_MBR
+ bool "mbr"
+ select BR2_TARGET_SYSLINUX_LEGACY_BIOS
+ help
+ Install the legacy-BIOS 'mbr' image, to boot off a
+ local MBR-partition (e.g. prepared with 'extlinux'
+ or 'syslinux').
+
config BR2_TARGET_SYSLINUX_EFI
bool "efi"
select BR2_PACKAGE_GNU_EFI
OpenPOWER on IntegriCloud