Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753754Ab0F2Idt (ORCPT ); Tue, 29 Jun 2010 04:33:49 -0400 Received: from chilli.pcug.org.au ([203.10.76.44]:41956 "EHLO smtps.tip.net.au" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753202Ab0F2Idq (ORCPT ); Tue, 29 Jun 2010 04:33:46 -0400 Date: Tue, 29 Jun 2010 18:33:40 +1000 From: Stephen Rothwell To: Andres Salomon Cc: Grant Likely , pgf@laptop.org, devicetree-discuss@lists.ozlabs.org, x86@kernel.org, linux-kernel@vger.kernel.org, Mitch Bradley , mingo@redhat.com, hpa@zytor.com, sparclinux@vger.kernel.org, tglx@linutronix.de, cjb@laptop.org, davem@davemloft.net Subject: Re: [PATCH 4/4] x86: OLPC: add OLPC device-tree support Message-Id: <20100629183340.15e7196a.sfr@canb.auug.org.au> In-Reply-To: References: <20100628215407.2017bf2f@debian> <20100628220058.19e8f143@debian> X-Mailer: Sylpheed 3.0.2 (GTK+ 2.20.1; i486-pc-linux-gnu) Mime-Version: 1.0 Content-Type: multipart/signed; protocol="application/pgp-signature"; micalg="PGP-SHA1"; boundary="Signature=_Tue__29_Jun_2010_18_33_40_+1000_NXMY5G/6hO6FA9aM" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2156 Lines: 63 --Signature=_Tue__29_Jun_2010_18_33_40_+1000_NXMY5G/6hO6FA9aM Content-Type: text/plain; charset=UTF-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi Andres, On Tue, 29 Jun 2010 01:12:36 -0700 Grant Likely = wrote: > > > diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig > > index 71c194d..7aea004 100644 > > --- a/arch/x86/Kconfig > > +++ b/arch/x86/Kconfig > > @@ -2071,6 +2071,11 @@ config OLPC_OPENFIRMWARE > > =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0that is used on the OLPC XO-1 Childre= n's Machine. > > =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0If unsure, say N here. > > > > +config OF > > + =C2=A0 =C2=A0 =C2=A0 def_bool y > > + =C2=A0 =C2=A0 =C2=A0 depends on OLPC_OPENFIRMWARE > > + =C2=A0 =C2=A0 =C2=A0 select OF_PROMTREE > > + >=20 > This hunk will need to be respun on top of Stephen's CONFIG_OF change. > It's currently in my test-devicetree branch on > git://git.secretlab.ca/git/linux-2.6 Yeah, just make config OLPC_OPENFIRMWARE select OF and OF_PROMTREE and just= use config OF bool for now. This will work even without my changes. We will remove those latter two lines later. --=20 Cheers, Stephen Rothwell sfr@canb.auug.org.au http://www.canb.auug.org.au/~sfr/ --Signature=_Tue__29_Jun_2010_18_33_40_+1000_NXMY5G/6hO6FA9aM Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (GNU/Linux) iQEcBAEBAgAGBQJMKa/kAAoJEDMEi1NhKgbsO5UH/j0cQXL9xd5E0HXPkfIYk66p 66fNDfs5s+0cnytCv5tu9rrDLuMaoevOPsaA/I1EcMnDiTeWMLsULNKavEs271UT c3R/zdTeLhQn2yig4LGIhCVbx8UkxL02Qz04k8/XOt69/NBamIlruxERwpuea3jv k9KVUCVdlkDGnImb90LUiICFerhRbPPQccFocjKbVwUcpEG0MAkMxyfwcry9/uTt zOOFL3VVcT55j9vv5iosE/5YCG+fLtpjRUiVN7myeiORhtsnzu9h1z4J7Iw0RuZz ltUT96xtafrWO1qh0ioKYQzKinvcQAkqw4yaAMjZR+39XNRgtAae5c0ztnPnyfU= =OGxO -----END PGP SIGNATURE----- --Signature=_Tue__29_Jun_2010_18_33_40_+1000_NXMY5G/6hO6FA9aM-- -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/