From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from sj-iport-3.cisco.com (sj-iport-3.cisco.com [171.71.176.72]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (Client CN "sj-iport-3.cisco.com", Issuer "Cisco SSCA" (not verified)) by ozlabs.org (Postfix) with ESMTP id CD6D5DDE1F for ; Wed, 27 Feb 2008 05:31:47 +1100 (EST) Received: from sj-core-4.cisco.com (sj-core-4.cisco.com [171.68.223.138]) by sj-dkim-4.cisco.com (8.12.11/8.12.11) with ESMTP id m1QIVacV015961 for ; Tue, 26 Feb 2008 10:31:36 -0800 Received: from xbh-sjc-231.amer.cisco.com (xbh-sjc-231.cisco.com [128.107.191.100]) by sj-core-4.cisco.com (8.12.10/8.12.6) with ESMTP id m1QIUq6Q008131 for ; Tue, 26 Feb 2008 18:31:36 GMT MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C878A5.C92A1D25" Subject: Define CONFIG_PPC_NEW_BINDING Date: Tue, 26 Feb 2008 10:31:21 -0800 Message-ID: From: "Bizhan Gholikhamseh (bgholikh)" To: List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , This is a multi-part message in MIME format. ------_=_NextPart_001_01C878A5.C92A1D25 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Hi All, In order to define CONFIG_PPC_NEW_BINDING, which kernel configuration parameters should be selected (i.e. .config file)? =20 Thanks in advance, Bizhan ------_=_NextPart_001_01C878A5.C92A1D25 Content-Type: text/html; charset="us-ascii" Content-Transfer-Encoding: quoted-printable
Hi=20 All,
In = order to define=20 CONFIG_PPC_NEW_BINDING, which kernel configuration parameters should be = selected=20 (i.e. .config file)?
 
Thanks = in=20 advance,
Bizhan
------_=_NextPart_001_01C878A5.C92A1D25-- From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from az33egw01.freescale.net (az33egw01.freescale.net [192.88.158.102]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "az33egw01.freescale.net", Issuer "Thawte Premium Server CA" (verified OK)) by ozlabs.org (Postfix) with ESMTP id 459E9DDF13 for ; Wed, 27 Feb 2008 05:57:22 +1100 (EST) Date: Tue, 26 Feb 2008 12:57:49 -0600 From: Scott Wood To: "Bizhan Gholikhamseh (bgholikh)" Subject: Re: Define CONFIG_PPC_NEW_BINDING Message-ID: <20080226185749.GA3974@loki.buserror.net> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: Cc: linuxppc-dev@ozlabs.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Tue, Feb 26, 2008 at 10:31:21AM -0800, Bizhan Gholikhamseh (bgholikh) wrote: > Hi All, > In order to define CONFIG_PPC_NEW_BINDING, which kernel configuration > parameters should be selected (i.e. .config file)? The kconfig entry for your board should contain the line "select PPC_CPM_NEW_BINDING". -Scott