summaryrefslogtreecommitdiff
path: root/config/arch
diff options
context:
space:
mode:
authorBenoît THÉBAUDEAU" <benoit.thebaudeau@advansee.com>2011-05-31 14:27:39 (GMT)
committerBenoît THÉBAUDEAU" <benoit.thebaudeau@advansee.com>2011-05-31 14:27:39 (GMT)
commit96245813d8e81bc4534e810e5daab639468ac20c (patch)
treed111d40ece0ed422647b70d53c99eaad44f8749e /config/arch
parent8f32ebcc88e6597dc16e59789ca1f63909d28215 (diff)
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.21
-rw-r--r--config/arch/powerpc.in.21
2 files changed, 0 insertions, 2 deletions
diff --git a/config/arch/arm.in.2 b/config/arch/arm.in.2
index 945b221..e5a23eb 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 292bca5..f54ec55 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