diff options
Diffstat (limited to 'boot/syslinux/Config.in')
-rw-r--r-- | boot/syslinux/Config.in | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/boot/syslinux/Config.in b/boot/syslinux/Config.in index 5650f91ba..60f3b8f9c 100644 --- a/boot/syslinux/Config.in +++ b/boot/syslinux/Config.in @@ -5,8 +5,12 @@ config BR2_TARGET_SYSLINUX The syslinux bootloader for x86 systems. This includes: syslinux, pxelinux, extlinux. -config BR2_TARGET_PXELINUX - bool "pxelinux" - depends on BR2_i386 || BR2_x86_64 - help - The pxelinux loader for x86 systems. +config BR2_TARGET_SYSLINUX_ISOLINUX + bool "Install isolinux" + depends on BR2_TARGET_SYSLINUX + default y + +config BR2_TARGET_SYSLINUX_PXELINUX + bool "Install pxelinux" + depends on BR2_TARGET_SYSLINUX + default y |