From mboxrd@z Thu Jan 1 00:00:00 1970 From: olof@lixom.net (Olof Johansson) Date: Tue, 2 Aug 2016 11:55:39 -0700 Subject: [PATCH] ARM: do away with final ARCH_REQUIRE_GPIOLIB In-Reply-To: <4971362.dFskjWhYAq@wuerfel> References: <1470123873-8073-1-git-send-email-linus.walleij@linaro.org> <4971362.dFskjWhYAq@wuerfel> Message-ID: <20160802185539.GB5288@localhost> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Tue, Aug 02, 2016 at 09:47:50AM +0200, Arnd Bergmann wrote: > On Tuesday, August 2, 2016 9:44:33 AM CEST Linus Walleij wrote: > > A new user of the Kconfig selection of ARCH_REQUIRE_GPIOLIB > > has appeared. Replace with just selecting GPIOLIB. > > > > Signed-off-by: Linus Walleij > > --- > > ARM SoC folks: I plan to send this directly in this merge > > window to get rid of the old Kconfig symbols, please ACK > > it. > > Acked-by: Arnd Bergmann > > Note that sending this one along with your patches requires > you to base on top of our branches (which are now merged). > > Alternatively we could queue this up as a bugfix: there is no > harm in selecting a symbol that has been removed, so we don't > have a strict dependency that requries it this one to go > in before the removal. We'll need to start building a fixes branch shortly so we can include this with it. -Olof