kumquat-buildroot/target/x86/syslinux/Config.in
Peter Korsgaard 4683420c4c Kconfig: remove 'default n'
'default n' is the default, so there's no need to say it explicitly.
2008-07-17 20:01:44 +00:00

12 lines
241 B
Plaintext

config BR2_TARGET_SYSLINUX
bool "syslinux"
depends on BR2_i386
help
The syslinux bootloader for x86 systems.
config BR2_TARGET_PXELINUX
bool "pxelinux"
depends on BR2_i386 || BR2_x86_64
help
The pxelinux loader for x86 systems.