From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mta23.gyao.ne.jp ([125.63.38.249] helo=mx.gate01.com) by bombadil.infradead.org with esmtps (Exim 4.68 #1 (Red Hat Linux)) id 1Jdd4i-0001tn-Um for linux-mtd@lists.infradead.org; Mon, 24 Mar 2008 03:10:17 +0000 Date: Mon, 24 Mar 2008 12:09:45 +0900 From: Paul Mundt To: Adrian McMenamin Subject: Re: [PATCH] 1/3 mtd: add Kbuild support and makefile support for Dreamcast VMU Message-ID: <20080324030945.GA15872@linux-sh.org> References: <1206207805.6324.13.camel@localhost.localdomain> <1206208592.6324.19.camel@localhost.localdomain> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1206208592.6324.19.camel@localhost.localdomain> Cc: Andrew Morton , linux-sh , Greg KH , LKML , MTD , dwmw2 List-Id: Linux MTD discussion mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Sat, Mar 22, 2008 at 05:56:32PM +0000, Adrian McMenamin wrote: > Signed-off-by: Adrian McMenamin > --- > diff -ruN a/drivers/mtd/maps/Kconfig b/drivers/mtd/maps/Kconfig > --- a/drivers/mtd/maps/Kconfig 2008-03-22 17:26:24.000000000 +0000 > +++ b/drivers/mtd/maps/Kconfig 2008-03-22 17:20:45.000000000 +0000 > @@ -590,5 +590,19 @@ > > This selection automatically selects the map_ram driver. > > +config MTD_VMU_FLASH > + tristate "Dreamcast Visual Memory devices and clones" > + depends on SH_DREAMCAST > + select MAPLE > + help > + Flash map driver for the SEGA Dreamcast Visual Memory Unit > + and clones. > + > + Most Dreamcast users will have one of these and so will want > + to say Y here. > + > + To compile this driver as a module choose M here: the module > + will be called vmu-flash. > + > endmenu > 1/3 and 2/3 should be merged, they're completely tied to each other and are useless on their own. From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paul Mundt Date: Mon, 24 Mar 2008 03:09:45 +0000 Subject: Re: [PATCH] 1/3 mtd: add Kbuild support and makefile support for Dreamcast VMU Message-Id: <20080324030945.GA15872@linux-sh.org> List-Id: References: <1206207805.6324.13.camel@localhost.localdomain> <1206208592.6324.19.camel@localhost.localdomain> In-Reply-To: <1206208592.6324.19.camel@localhost.localdomain> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Adrian McMenamin Cc: Andrew Morton , linux-sh , Greg KH , LKML , MTD , dwmw2 On Sat, Mar 22, 2008 at 05:56:32PM +0000, Adrian McMenamin wrote: > Signed-off-by: Adrian McMenamin > --- > diff -ruN a/drivers/mtd/maps/Kconfig b/drivers/mtd/maps/Kconfig > --- a/drivers/mtd/maps/Kconfig 2008-03-22 17:26:24.000000000 +0000 > +++ b/drivers/mtd/maps/Kconfig 2008-03-22 17:20:45.000000000 +0000 > @@ -590,5 +590,19 @@ > > This selection automatically selects the map_ram driver. > > +config MTD_VMU_FLASH > + tristate "Dreamcast Visual Memory devices and clones" > + depends on SH_DREAMCAST > + select MAPLE > + help > + Flash map driver for the SEGA Dreamcast Visual Memory Unit > + and clones. > + > + Most Dreamcast users will have one of these and so will want > + to say Y here. > + > + To compile this driver as a module choose M here: the module > + will be called vmu-flash. > + > endmenu > 1/3 and 2/3 should be merged, they're completely tied to each other and are useless on their own. From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752681AbYCXDK2 (ORCPT ); Sun, 23 Mar 2008 23:10:28 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1750896AbYCXDKU (ORCPT ); Sun, 23 Mar 2008 23:10:20 -0400 Received: from mta23.gyao.ne.jp ([125.63.38.249]:19941 "EHLO mx.gate01.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1750865AbYCXDKT (ORCPT ); Sun, 23 Mar 2008 23:10:19 -0400 Date: Mon, 24 Mar 2008 12:09:45 +0900 From: Paul Mundt To: Adrian McMenamin Cc: dwmw2 , Greg KH , LKML , MTD , linux-sh , Andrew Morton Subject: Re: [PATCH] 1/3 mtd: add Kbuild support and makefile support for Dreamcast VMU Message-ID: <20080324030945.GA15872@linux-sh.org> Mail-Followup-To: Paul Mundt , Adrian McMenamin , dwmw2 , Greg KH , LKML , MTD , linux-sh , Andrew Morton References: <1206207805.6324.13.camel@localhost.localdomain> <1206208592.6324.19.camel@localhost.localdomain> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1206208592.6324.19.camel@localhost.localdomain> User-Agent: Mutt/1.5.13 (2006-08-11) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, Mar 22, 2008 at 05:56:32PM +0000, Adrian McMenamin wrote: > Signed-off-by: Adrian McMenamin > --- > diff -ruN a/drivers/mtd/maps/Kconfig b/drivers/mtd/maps/Kconfig > --- a/drivers/mtd/maps/Kconfig 2008-03-22 17:26:24.000000000 +0000 > +++ b/drivers/mtd/maps/Kconfig 2008-03-22 17:20:45.000000000 +0000 > @@ -590,5 +590,19 @@ > > This selection automatically selects the map_ram driver. > > +config MTD_VMU_FLASH > + tristate "Dreamcast Visual Memory devices and clones" > + depends on SH_DREAMCAST > + select MAPLE > + help > + Flash map driver for the SEGA Dreamcast Visual Memory Unit > + and clones. > + > + Most Dreamcast users will have one of these and so will want > + to say Y here. > + > + To compile this driver as a module choose M here: the module > + will be called vmu-flash. > + > endmenu > 1/3 and 2/3 should be merged, they're completely tied to each other and are useless on their own.