boot/syslinux: make the sub-options a choice
authorYann E. MORIN <yann.morin.1998@free.fr>
Fri, 2 May 2014 17:10:29 +0000 (19:10 +0200)
committerPeter Korsgaard <peter@korsgaard.com>
Sat, 3 May 2014 19:35:41 +0000 (21:35 +0200)
commit0b0eebe96113c75ca8c5ee43fdbf8ebb15e4b39d
tree48495f074303dc0ce1f21d8ea724790f0b0b4c8d
parent8b8f9004f475d29c14347af3764dd766417e0ee9
boot/syslinux: make the sub-options a choice

Currently it is possible to choose either, both or none of
the pxelinux or isolinux images.

But it does not make sense to build none or both, as we need
at least one to boot the target, and the target can not use
more than one.

So, we need one and only one image to be selected at once.

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Cc: Thomas Lundquist <thomasez@redpill-linpro.com>
Cc: Frank Hunleth <fhunleth@troodon-software.com>
Cc: Arnout Vandecappelle <arnout@mind.be>
Tested-by: Frank Hunleth <fhunleth@troodon-software.com>
Tested-by: Romain Naour <romain.naour@openwide.fr>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
boot/syslinux/Config.in