Received: from milmhbs1.lsil.com (147.145.21.209) by coscas01.lsi.com
 (172.21.36.60) with Microsoft SMTP Server id 8.1.393.1; Thu, 19 Nov 2009
 09:47:17 -0700
Received: from mail1.lsil.com (mail1.lsil.com [147.145.40.21])	by
 milmhbs1.lsil.com (8.12.11/8.12.11) with ESMTP id nAJGlHI1025679	for
 <andy.sharp@lsi.com>; Thu, 19 Nov 2009 08:47:17 -0800
Received: from psmtp.com (na3sys009amx255.postini.com [74.125.149.139])	by
 mail1.lsil.com (8.12.11/8.12.11) with SMTP id nAJGlGxO023264	for
 <andy.sharp@lsi.com>; Thu, 19 Nov 2009 08:47:16 -0800 (PST)
Received: from source ([78.24.191.182]) by na3sys009amx255.postini.com
 ([74.125.148.14]) with SMTP;	Thu, 19 Nov 2009 08:47:16 PST
Received: from localhost.localdomain ([127.0.0.1]:36184 "EHLO
	eddie.linux-mips.org" rhost-flags-OK-OK-OK-FAIL) by ftp.linux-mips.org	with
 ESMTP id S1494038AbZKSQrK (ORCPT <rfc822;andy.sharp@lsi.com>);	Thu, 19 Nov
 2009 17:47:10 +0100
Received: with ECARTIS (v1.0.0; list linux-mips); Thu, 19 Nov 2009 17:46:52
 +0100 (CET)
Received: from sorrow.cyrius.com ([65.19.161.204]:51112 "EHLO
	sorrow.cyrius.com" rhost-flags-OK-OK-OK-OK) by ftp.linux-mips.org	with ESMTP
 id S1493489AbZKSQqq (ORCPT	<rfc822;linux-mips@linux-mips.org>); Thu, 19 Nov
 2009 17:46:46 +0100
Received: by sorrow.cyrius.com (Postfix, from userid 10)	id D0B11D8C6; Thu, 19
 Nov 2009 16:46:43 +0000 (UTC)
Received: by deprecation.cyrius.com (Postfix, from userid 1000)	id
 3E7CF1501ED; Thu, 19 Nov 2009 16:46:32 +0000 (GMT)
From: Martin Michlmayr <tbm@cyrius.com>
To: "linux-mips@linux-mips.org" <linux-mips@linux-mips.org>
Sender: "linux-mips-bounce@linux-mips.org" <linux-mips-bounce@linux-mips.org>
Date: Thu, 19 Nov 2009 09:46:32 -0700
Subject: [RFC] [PATCH] Disable EMBEDDED on MIPS
Thread-Topic: [RFC] [PATCH] Disable EMBEDDED on MIPS
Thread-Index: AcppN/SjfX+QZDfZTq+U0H3Z6S9JmA==
Message-ID: <20091119164632.GA15279@deprecation.cyrius.com>
Accept-Language: en-US
Content-Language: en-US
X-MS-Exchange-Organization-AuthAs: Anonymous
X-MS-Exchange-Organization-AuthSource: coscas01.lsi.com
X-MS-Has-Attach:
X-Auto-Response-Suppress: All
X-MS-TNEF-Correlator:
x-scanned-by: MIMEDefang 2.39
errors-to: linux-mips-bounce@linux-mips.org
x-pstn-levels: (S:85.14397/99.90000 CV:99.9000 FC:95.5390 LC:95.5390
 R:95.9108 P:95.9108 M:97.0282 C:98.6951 )
x-pstn-settings: 3 (1.0000:1.0000) s cv gt3 gt2 gt1 r p m c 
x-pstn-addresses: from <tbm@cyrius.com> [22/1] 
x-pstn-neptune: 0/0/0.00/0
user-agent: Mutt/1.5.20 (2009-06-14)
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: quoted-printable
MIME-Version: 1.0

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.

Signed-off-by: Martin Michlmayr <tbm@cyrius.com>

diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig
index 1aad0d9..091f349 100644
--- a/arch/mips/Kconfig
+++ b/arch/mips/Kconfig
@@ -5,8 +5,6 @@ config MIPS
 	select HAVE_IDE
 	select HAVE_OPROFILE
 	select HAVE_ARCH_KGDB
-	# Horrible source of confusion.  Die, die, die ...
-	select EMBEDDED
 	select RTC_LIB if !LEMOTE_FULOONG2E
=20
 mainmenu "Linux/MIPS Kernel Configuration"

--=20
Martin Michlmayr
http://www.cyrius.com/

