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/grub2/Config.in | 2 -- 1 file changed, 2 deletions(-) (limited to 'target/x86/grub2/Config.in') diff --git a/target/x86/grub2/Config.in b/target/x86/grub2/Config.in index 9c8198578..f9458b185 100644 --- a/target/x86/grub2/Config.in +++ b/target/x86/grub2/Config.in @@ -1,12 +1,10 @@ config BR2_TARGET_GRUB2 bool "grub2" - default n help The GRand Unified Bootloader for x86 systems, take #2. config BR2_TARGET_GRUB2_SPLASH bool "Splashimage support" - default n depends on BR2_TARGET_GRUB2 help Add support for splashimage. -- cgit v1.2.3