From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from services.gcu-squad.org (zone0.gcu-squad.org [212.85.147.21]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 6C647DE120 for ; Thu, 17 Apr 2008 20:15:12 +1000 (EST) Date: Thu, 17 Apr 2008 11:37:03 +0200 From: Jean Delvare To: Jochen Friedrich Subject: Re: build breakage from of i2c helper patch Message-ID: <20080417113703.0f24c578@hyperion.delvare> In-Reply-To: <48071778.2000405@scram.de> References: <48071778.2000405@scram.de> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Cc: "linuxppc-dev@ozlabs.org list" , Stephen Rothwell , Paul Mackerras , Linux I2C List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Thu, 17 Apr 2008 11:25:12 +0200, Jochen Friedrich wrote: > It looks like it. i2c-core needs to be compiled static for the OF bindings to work. > I guess in Kconfig "depends on OF && I2C" must be changed into "depends on OF && (I2C=y)" (blind shot) Maybe this means that some code that is in i2c-core should be moved to i2c-boardinfo instead? i2c-boardinfo is always built into the kernel even when i2c-core is modular. -- Jean Delvare