From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Richard Weinberger 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" Sender: linux-kernel-owner@vger.kernel.org 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" List-ID: 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