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/grub/Config.in | 24 ------------------------ 1 file changed, 24 deletions(-) (limited to 'target/x86/grub/Config.in') diff --git a/target/x86/grub/Config.in b/target/x86/grub/Config.in index aea73e24b..b46af1517 100644 --- a/target/x86/grub/Config.in +++ b/target/x86/grub/Config.in @@ -1,13 +1,11 @@ config BR2_TARGET_GRUB bool "grub" - default n depends on BR2_i386 || BR2_x86_64 help The GRand Unified Bootloader for x86 systems. config BR2_TARGET_GRUB_SPLASH bool "Splashimage support" - default n depends on BR2_TARGET_GRUB help Add support for splashimage. @@ -17,154 +15,132 @@ config BR2_TARGET_GRUB_SPLASH config BR2_TARGET_GRUB_DISKLESS bool "diskless support" - default n depends on BR2_TARGET_GRUB help enable diskless support config BR2_TARGET_GRUB_3c595 bool "3Com595 driver" - default n depends on BR2_TARGET_GRUB help enable 3Com595 driver config BR2_TARGET_GRUB_3c90x bool "3Com90x driver" - default n depends on BR2_TARGET_GRUB help enable 3Com90x driver config BR2_TARGET_GRUB_davicom bool "Davicom driver" - default n depends on BR2_TARGET_GRUB help enable Davicom driver config BR2_TARGET_GRUB_e1000 bool "Etherexpress Pro/1000 driver" - default n depends on BR2_TARGET_GRUB help enable Etherexpress Pro/1000 driver config BR2_TARGET_GRUB_eepro100 bool "Etherexpress Pro/100 driver" - default n depends on BR2_TARGET_GRUB help enable Etherexpress Pro/100 driver config BR2_TARGET_GRUB_epic100 bool "SMC 83c170 EPIC/100 driver" - default n depends on BR2_TARGET_GRUB help enable SMC 83c170 EPIC/100 driver config BR2_TARGET_GRUB_forcedeth bool "Nvidia Geforce driver" - default n depends on BR2_TARGET_GRUB help enable Nvidia Geforce driver config BR2_TARGET_GRUB_natsemi bool "NatSemi DP8381x driver" - default n depends on BR2_TARGET_GRUB help enable NatSemi DP8381x driver config BR2_TARGET_GRUB_ns83820 bool "NS83820 driver" - default n depends on BR2_TARGET_GRUB help enable NS83820 driver config BR2_TARGET_GRUB_ns8390 bool "NE2000 PCI driver" - default n depends on BR2_TARGET_GRUB help enable NE2000 PCI driver config BR2_TARGET_GRUB_pcnet32 bool "AMD Lance/PCI PCNet/32 driver" - default n depends on BR2_TARGET_GRUB help enable AMD Lance/PCI PCNet/32 driver config BR2_TARGET_GRUB_pnic bool "Bochs Pseudo Nic driver" - default n depends on BR2_TARGET_GRUB help enable Bochs Pseudo Nic driver config BR2_TARGET_GRUB_rtl8139 bool "Realtek 8139 driver" - default n depends on BR2_TARGET_GRUB help enable Realtek 8139 driver config BR2_TARGET_GRUB_r8169 bool "Realtek 8169 driver" - default n depends on BR2_TARGET_GRUB help enable Realtek 8169 driver config BR2_TARGET_GRUB_sis900 bool "SIS 900 and SIS 7016 driver" - default n depends on BR2_TARGET_GRUB help enable SIS 900 and SIS 7016 driver config BR2_TARGET_GRUB_tg3 bool "Broadcom Tigon3 driver" - default n depends on BR2_TARGET_GRUB help enable Broadcom Tigon3 driver config BR2_TARGET_GRUB_tulip bool "Tulip driver" - default n depends on BR2_TARGET_GRUB help enable Tulip driver config BR2_TARGET_GRUB_tlan bool "TI ThunderLAN driver" - default n depends on BR2_TARGET_GRUB help enable TI ThunderLAN driver config BR2_TARGET_GRUB_undi bool "PXE UNDI driver" - default n depends on BR2_TARGET_GRUB help enable PXE UNDI driver config BR2_TARGET_GRUB_via_rhine bool "Rhine-I/II driver" - default n depends on BR2_TARGET_GRUB help enable Rhine-I/II driver config BR2_TARGET_GRUB_w89c840 bool "Winbond W89c840 driver" - default n depends on BR2_TARGET_GRUB help enable Winbond W89c840 driver -- cgit v1.2.3