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 ESMTPS id C2D4ADE0A9 for ; Thu, 27 Mar 2008 05:04:43 +1100 (EST) Message-ID: <47EA903C.5030104@freescale.com> Date: Wed, 26 Mar 2008 13:04:44 -0500 From: Scott Wood MIME-Version: 1.0 To: Jochen Friedrich Subject: Re: [PATCH] [POWERPC] CPM1: implement GPIO LIB API References: <47E92EC8.7010700@scram.de> <47E93350.6090806@freescale.com> <47EA8C1C.4090604@scram.de> In-Reply-To: <47EA8C1C.4090604@scram.de> Content-Type: text/plain; charset=UTF-8; format=flowed Cc: linuxppc-dev list , linux-kernel@vger.kernel.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Jochen Friedrich wrote: > Hi Scott, > >>> diff --git a/arch/powerpc/platforms/8xx/Kconfig b/arch/powerpc/platforms/8xx/Kconfig >>> index 7fd224c..e12cbf0 100644 >>> --- a/arch/powerpc/platforms/8xx/Kconfig >>> +++ b/arch/powerpc/platforms/8xx/Kconfig >>> @@ -4,6 +4,8 @@ config FADS >>> config CPM1 >>> bool >>> select CPM >>> + select GENERIC_GPIO >>> + select GPIO_LIB >> Shouldn't this depend on the user enabling GPIO support? Some 8xx >> boards are very memory-constrained, so we don't want to be making the >> kernel even bigger than it already is unless it's actually needed. > > Are you more comfortable with this? Sure. -Scott