diff options
author | Benoît THÉBAUDEAU" <benoit.thebaudeau@advansee.com> | 2011-05-31 16:27:39 +0200 |
---|---|---|
committer | Benoît THÉBAUDEAU" <benoit.thebaudeau@advansee.com> | 2011-05-31 16:27:39 +0200 |
commit | 96245813d8e81bc4534e810e5daab639468ac20c (patch) | |
tree | d111d40ece0ed422647b70d53c99eaad44f8749e /config/arch | |
parent | 8f32ebcc88e6597dc16e59789ca1f63909d28215 (diff) | |
download | crosstool-ng-96245813d8e81bc4534e810e5daab639468ac20c.tar.gz crosstool-ng-96245813d8e81bc4534e810e5daab639468ac20c.tar.bz2 crosstool-ng-96245813d8e81bc4534e810e5daab639468ac20c.zip |
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>
Diffstat (limited to 'config/arch')
-rw-r--r-- | config/arch/arm.in.2 | 1 | ||||
-rw-r--r-- | config/arch/powerpc.in.2 | 1 |
2 files changed, 0 insertions, 2 deletions
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 |