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/binutils/binutils.in | 1 - 1 file changed, 1 deletion(-) (limited to 'config/binutils') diff --git a/config/binutils/binutils.in b/config/binutils/binutils.in index 54e9196d..51ba71a2 100644 --- a/config/binutils/binutils.in +++ b/config/binutils/binutils.in @@ -211,7 +211,6 @@ config BINUTILS_FOR_TARGET prompt "binutils libraries for the target" depends on ! BARE_METAL depends on ! BACKEND - default n help Some utilities may need binutils libraries to be available on the target, eg. oprofile. -- cgit v1.2.3