Config.in 263 B

12345678910111213
  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.
  7. config BR2_TARGET_PXELINUX
  8. bool "pxelinux"
  9. default n
  10. depends on BR2_i386 || BR2_x86_64
  11. help
  12. The pxelinux loader for x86 systems.