summary refs log tree commit diff
path: root/arch/mips
diff options
context:
space:
mode:
authorMartin Michlmayr <tbm@cyrius.com>2009-11-19 16:46:32 +0000
committerRalf Baechle <ralf@linux-mips.org>2009-12-17 01:57:36 +0000
commita4609780c9acd291becfc5e81b08485f92803886 (patch)
treedc8fd4c7e7e658a0cb192f1d1f44352017fc5b90 /arch/mips
parent6acc7d485c24c00e111c61b2e6dff9180faebcae (diff)
downloadlinux-a4609780c9acd291becfc5e81b08485f92803886.tar.gz
MIPS: No longer hardwire CONFIG_EMBEDDED to y
There's no reason for MIPS to select EMBEDDED.  In fact, EMBEDDED makes
MIPS more awkward to deal with because it makes it different to the
majority of architectures for no good reason.

[Ralf: Historically disabling EMBEDDED had hid essential options for many
 MIPS platforms such as serial console and forced crap like VGA support
 or power managment enabled for platforms where those don't make any sense.

 The name of the option is also _very_ missleading so many users don't
 select it even where is was required for a functioning kernel.]

Signed-off-by: Martin Michlmayr <tbm@cyrius.com>
Cc: linux-mips@linux-mips.org
Patchwork: http://patchwork.linux-mips.org/patch/663/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips')
-rw-r--r--arch/mips/Kconfig2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig
index f374ccac1917..9541171f1220 100644
--- a/arch/mips/Kconfig
+++ b/arch/mips/Kconfig
@@ -10,8 +10,6 @@ config MIPS
 	select HAVE_DYNAMIC_FTRACE
 	select HAVE_FTRACE_MCOUNT_RECORD
 	select HAVE_FUNCTION_GRAPH_TRACER
-	# Horrible source of confusion.  Die, die, die ...
-	select EMBEDDED
 	select RTC_LIB if !MACH_LOONGSON
 
 mainmenu "Linux/MIPS Kernel Configuration"