From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail.sigma-star.at ([95.130.255.111]) by bombadil.infradead.org with esmtp (Exim 4.87 #1 (Red Hat Linux)) id 1e9d5r-0003mJ-3H for linux-mtd@lists.infradead.org; Tue, 31 Oct 2017 20:25:05 +0000 From: Richard Weinberger To: Rob Herring Cc: "linux-kernel@vger.kernel.org" , Andrew Morton , Jeff Dike , David Woodhouse , Brian Norris , Boris Brezillon , Marek Vasut , Cyrille Pitchen , uml-devel , user-mode-linux-user@lists.sourceforge.net, "linux-mtd@lists.infradead.org" Subject: Re: [PATCH] kconfig: kill off GENERIC_IO option Date: Tue, 31 Oct 2017 21:24:45 +0100 Message-ID: <2622270.9EZoQM9MUq@blindfold> In-Reply-To: References: <20171016221631.23472-1-robh@kernel.org> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" List-Id: Linux MTD discussion mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Am Dienstag, 31. Oktober 2017, 20:34:35 CET schrieb Rob Herring: > On Mon, Oct 16, 2017 at 5:16 PM, Rob Herring wrote: > > The GENERIC_IO option is set for every architecture except tile and score > > as those define NO_IOMEM. The option only controls visibility of > > CONFIG_MTD which doesn't appear to be necessary for any reason, so let's > > just remove GENERIC_IO. > > Andrew, there's no clear owner for this, can you take it? Well, I can take it via the UML since I maintain UML and MTD. :) Thanks, //richard