trim URL
[buildroot.git] / target / x86 / syslinux / Config.in
blob6e46ecfe36872aa62ce75ff2ec10c5fdb90ff17f
1 config BR2_TARGET_SYSLINUX
2         bool "syslinux"
3         default n
4         depends on BR2_i386
5         help
6           The syslinux bootloader for x86 systems.
8 config BR2_TARGET_PXELINUX
9         bool "pxelinux"
10         default n
11         depends on BR2_i386 || BR2_x86_64
12         help
13           The pxelinux loader for x86 systems.