[PATCH 1 of 8] kconfig: remove useless 'default n'

Arnaud Lacombe lacombar@gmail.com
Fri Jun 3 21:49:00 GMT 2011


Hi,

2011/6/1 Benoît THÉBAUDEAU <benoit.thebaudeau@advansee.com>:
> # HG changeset patch
> # User "Benoît THÉBAUDEAU" <benoit.thebaudeau@advansee.com>
> # Date 1306852059 -7200
> # Node ID d124516c60a2f0559020400a8dfd1dbf339359a5
> # Parent  fa3a18f9abcf9dde1535088554778fe4c4e5e831
> kconfig: remove useless 'default n'
>
> 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" <benoit.thebaudeau@advansee.com>
>
> diff --git a/config/arch/arm.in.2 b/config/arch/arm.in.2
> --- a/config/arch/arm.in.2
> +++ b/config/arch/arm.in.2
> @@ -28,11 +28,10 @@
>  config ARCH_ARM_INTERWORKING
>     bool
>     prompt "Use Thumb-interworking (READ HELP)"
> -    default n
>     depends on EXPERIMENTAL
>     help
>       Excerpt from the gcc manual:
> -
> +
obviously, you're patch do more than just removing occurrences of
`default n', as this white-space change (and many other I skipped)
points out.

 - Arnaud

--
For unsubscribe information see http://sourceware.org/lists.html#faq



More information about the crossgcc mailing list