summaryrefslogtreecommitdiffstats
path: root/target/x86/syslinux/Config.in
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2005-06-23 05:09:05 +0000
committerEric Andersen <andersen@codepoet.org>2005-06-23 05:09:05 +0000
commitd7d57699ef83cce36d87bef73c9e1fbdc765a64c (patch)
treee43edbfd5eaaadf7acd1237081dce715d1ea0a57 /target/x86/syslinux/Config.in
parentf5723cdb9b3d899278a56368c9bec89a2e51d800 (diff)
downloadbuildroot-novena-d7d57699ef83cce36d87bef73c9e1fbdc765a64c.tar.gz
buildroot-novena-d7d57699ef83cce36d87bef73c9e1fbdc765a64c.zip
Add support for building a few commonly used bootloaders
Diffstat (limited to 'target/x86/syslinux/Config.in')
-rw-r--r--target/x86/syslinux/Config.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/target/x86/syslinux/Config.in b/target/x86/syslinux/Config.in
new file mode 100644
index 000000000..98465fcd7
--- /dev/null
+++ b/target/x86/syslinux/Config.in
@@ -0,0 +1,6 @@
+config BR2_TARGET_SYSLINUX
+ bool "syslinux bootloader"
+ default n
+ depends on BR2_i386
+ help
+ The syslinux bootloader for x86 systems.