summaryrefslogtreecommitdiffstats
path: root/boot/syslinux
diff options
context:
space:
mode:
Diffstat (limited to 'boot/syslinux')
-rw-r--r--boot/syslinux/Config.in12
1 files changed, 9 insertions, 3 deletions
diff --git a/boot/syslinux/Config.in b/boot/syslinux/Config.in
index f7525b8761..7263128974 100644
--- a/boot/syslinux/Config.in
+++ b/boot/syslinux/Config.in
@@ -14,11 +14,17 @@ choice
bool "Image to install"
config BR2_TARGET_SYSLINUX_ISOLINUX
- bool "Install isolinux"
+ bool "isolinux"
+ help
+ Install the legacy-BIOS 'isolinux' image, to boot off
+ optical media (CDROM, DVD.)
config BR2_TARGET_SYSLINUX_PXELINUX
- bool "Install pxelinux"
+ bool "pxelinux"
+ help
+ Install the legacy-BIOS 'pxelinux' image, to boot off
+ the network using PXE.
endchoice
-endif
+endif # BR2_TARGET_SYSLINUX
OpenPOWER on IntegriCloud