]> 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)
commitfa0fc74e5e1a50d1140b978d6368de8d2736ab9c
tree2842466eec6df6d413be4c79efce384b758e18d3
parent197cfc0576f46d669145ce282722c31f9720ba0d
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