gpio: delete ARCH_[WANTS_OPTIONAL|REQUIRE]_GPIOLIB
authorLinus Walleij <linus.walleij@linaro.org>
Tue, 19 Apr 2016 11:40:17 +0000 (13:40 +0200)
committerLinus Walleij <linus.walleij@linaro.org>
Mon, 8 Aug 2016 07:50:00 +0000 (09:50 +0200)
commit65053e1a7743e282c3dd08d3d435ac8b746f5359
tree2842466eec6df6d413be4c79efce384b758e18d3
parent10e59a648812e380e6bee93f1218c9199fe84de2
gpio: delete ARCH_[WANTS_OPTIONAL|REQUIRE]_GPIOLIB

The GPIOLIB is now selectable explicitly, and always available
for all archs. All archs that require GPIOLIB are switched to
select GPIOLIB directly. Delete the hairy ARCH_REQUIRE_GPIOLIB
and ARCH_WANTS_OPTIONAL_GPIOLIB Kconfig symbols.

Cc: Michael Büsch <m@bues.ch>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Documentation/gpio/board.txt
Documentation/gpio/gpio-legacy.txt
drivers/gpio/Kconfig