]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit162770661ae05fc9fa69ecad46c1fa56384bb0b1
tree2842466eec6df6d413be4c79efce384b758e18d3
parentecb6bfe15435e4ce332399a321b841ef0f9ce5bb
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