From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mtagate1.de.ibm.com (mtagate1.de.ibm.com [195.212.29.150]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "mtagate1.de.ibm.com", Issuer "Equifax" (verified OK)) by ozlabs.org (Postfix) with ESMTP id 7D55867B97 for ; Mon, 21 Aug 2006 22:16:53 +1000 (EST) Received: from d12nrmr1607.megacenter.de.ibm.com (d12nrmr1607.megacenter.de.ibm.com [9.149.167.49]) by mtagate1.de.ibm.com (8.13.7/8.13.7) with ESMTP id k7LCGmT4059054 for ; Mon, 21 Aug 2006 12:16:48 GMT Received: from d12av04.megacenter.de.ibm.com (d12av04.megacenter.de.ibm.com [9.149.165.229]) by d12nrmr1607.megacenter.de.ibm.com (8.13.6/8.13.6/NCO v8.1.1) with ESMTP id k7LCKlSj130496 for ; Mon, 21 Aug 2006 14:20:47 +0200 Received: from d12av04.megacenter.de.ibm.com (loopback [127.0.0.1]) by d12av04.megacenter.de.ibm.com (8.12.11.20060308/8.13.3) with ESMTP id k7LCGmje013349 for ; Mon, 21 Aug 2006 14:16:48 +0200 Message-ID: <44E9A42F.3000900@de.ibm.com> Date: Mon, 21 Aug 2006 14:16:47 +0200 From: Thomas Klein MIME-Version: 1.0 To: Alexey Dobriyan Subject: Re: [2.6.19 PATCH 7/7] ehea: Makefile & Kconfig References: <200608181337.44153.ossthema@de.ibm.com> <20060818141847.GE5201@martell.zuzino.mipt.ru> In-Reply-To: <20060818141847.GE5201@martell.zuzino.mipt.ru> Content-Type: text/plain; charset=us-ascii; format=flowed Cc: Thomas Klein , Jan-Bernd Themann , netdev@vger.kernel.org, linux-kernel , Christoph Raisch , linux-ppc , Marcus Eder List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Alexey Dobriyan wrote: > On Fri, Aug 18, 2006 at 01:37:44PM +0200, Jan-Bernd Themann wrote: >> --- linux-2.6.18-rc4/drivers/net/Kconfig >> +++ patched_kernel/drivers/net/Kconfig >> @@ -2277,6 +2277,12 @@ config CHELSIO_T1 >> To compile this driver as a module, choose M here: the module >> will be called cxgb. >> >> +config EHEA >> + tristate "eHEA Ethernet support" >> + depends on IBMEBUS >> + ---help--- >> + This driver supports the IBM pSeries ethernet adapter > . > > People usually add the following boilerplate: > > To compile this driver as a module, choose M here: the module > will be called $FOO. Agreed.