From 96245813d8e81bc4534e810e5daab639468ac20c Mon Sep 17 00:00:00 2001 From: "Benoît THÉBAUDEAU\"" Date: Tue, 31 May 2011 16:27:39 +0200 Subject: kconfig: remove useless 'default n' MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit kconfig bools are disabled by default, so specifying 'default n' is useless and noisy. This patch removes all occurrences of 'default n'. Signed-off-by: "Benoît THÉBAUDEAU" --- config/arch/arm.in.2 | 1 - config/arch/powerpc.in.2 | 1 - 2 files changed, 2 deletions(-) (limited to 'config/arch') diff --git a/config/arch/arm.in.2 b/config/arch/arm.in.2 index 945b221f..e5a23ebc 100644 --- a/config/arch/arm.in.2 +++ b/config/arch/arm.in.2 @@ -28,7 +28,6 @@ endchoice config ARCH_ARM_INTERWORKING bool prompt "Use Thumb-interworking (READ HELP)" - default n depends on EXPERIMENTAL help Excerpt from the gcc manual: diff --git a/config/arch/powerpc.in.2 b/config/arch/powerpc.in.2 index 292bca5b..f54ec55f 100644 --- a/config/arch/powerpc.in.2 +++ b/config/arch/powerpc.in.2 @@ -3,7 +3,6 @@ config ARCH_POWERPC_SPE bool prompt "Enable SPE support" - default n help Add support for the Signal Processing Engine. This will set up the toolchain so that it supports the SPE ABI extensions. This -- cgit v1.2.3