From 4683420c4c3f6cfb7a5d99d9965664e27b7ae7ee Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Thu, 17 Jul 2008 20:01:44 +0000 Subject: Kconfig: remove 'default n' 'default n' is the default, so there's no need to say it explicitly. --- target/x86/syslinux/Config.in | 2 -- 1 file changed, 2 deletions(-) (limited to 'target/x86/syslinux/Config.in') diff --git a/target/x86/syslinux/Config.in b/target/x86/syslinux/Config.in index 6e46ecfe3..6a946e46b 100644 --- a/target/x86/syslinux/Config.in +++ b/target/x86/syslinux/Config.in @@ -1,13 +1,11 @@ config BR2_TARGET_SYSLINUX bool "syslinux" - default n depends on BR2_i386 help The syslinux bootloader for x86 systems. config BR2_TARGET_PXELINUX bool "pxelinux" - default n depends on BR2_i386 || BR2_x86_64 help The pxelinux loader for x86 systems. -- cgit v1.2.3