summaryrefslogtreecommitdiffstats
path: root/boot/syslinux/Config.in
blob: 60f3b8f9cd3b7de3065149d9ea8511abf90c23ef (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
config BR2_TARGET_SYSLINUX
	bool "syslinux"
	depends on BR2_i386 || BR2_x86_64
	help
	  The syslinux bootloader for x86 systems.
	  This includes: syslinux, pxelinux, extlinux.

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