From 649b5b92509dba021ed47ef4c04f358de83ba36f Mon Sep 17 00:00:00 2001 From: Thomas Petazzoni Date: Sun, 14 Mar 2010 18:20:45 +0100 Subject: bootloaders: move bootloader build code to boot/ Signed-off-by: Thomas Petazzoni --- boot/syslinux/Config.in | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 boot/syslinux/Config.in (limited to 'boot/syslinux/Config.in') diff --git a/boot/syslinux/Config.in b/boot/syslinux/Config.in new file mode 100644 index 000000000..c65bc1f10 --- /dev/null +++ b/boot/syslinux/Config.in @@ -0,0 +1,12 @@ +config BR2_TARGET_SYSLINUX + bool "syslinux" + depends on BR2_i386 + help + The syslinux bootloader for x86 systems. + This includes: syslinux, pxelinux, extlinux. + +config BR2_TARGET_PXELINUX + bool "pxelinux" + depends on BR2_i386 || BR2_x86_64 + help + The pxelinux loader for x86 systems. -- cgit v1.2.3