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. --- toolchain/external-toolchain/Config.in | 3 --- 1 file changed, 3 deletions(-) (limited to 'toolchain/external-toolchain/Config.in') diff --git a/toolchain/external-toolchain/Config.in b/toolchain/external-toolchain/Config.in index c6fcf427a..e73090af0 100644 --- a/toolchain/external-toolchain/Config.in +++ b/toolchain/external-toolchain/Config.in @@ -77,19 +77,16 @@ config BR2_LARGEFILE config BR2_INET_IPV6 bool "Enable IPv6" - default n help Enable IPv6. config BR2_INET_RPC bool "Enable RPC" - default n help Enable RPC. RPC support is needed for nfs. config BR2_SOFT_FLOAT bool "Use software floating point by default" - default n depends on BR2_arm || BR2_armeb || BR2_mips || BR2_mipsel || BR2_powerpc help If your target CPU does not have a Floating Point Unit (FPU) or a -- cgit v1.2.3