]> git.baikalelectronics.ru Git - kernel.git/commit
arm64: do away with ARCH_[WANT_OPTIONAL|REQUIRE]_GPIOLIB
authorLinus Walleij <linus.walleij@linaro.org>
Tue, 19 Apr 2016 09:08:07 +0000 (11:08 +0200)
committerLinus Walleij <linus.walleij@linaro.org>
Mon, 8 Aug 2016 07:50:00 +0000 (09:50 +0200)
commit1b402a2ba5ecb6ae4498601f40750c7ff69d5990
treec946be886ea85c24e0cd645511c4d813b0a6f1a1
parentb482605f7939bd4035b2d11a7952dc3da5821c6d
arm64: do away with ARCH_[WANT_OPTIONAL|REQUIRE]_GPIOLIB

This replaces:

- "select ARCH_REQUIRE_GPIOLIB" with "select GPIOLIB" as this can
  now be selected directly.

- "select ARCH_WANT_OPTIONAL_GPIOLIB" with no dependency: GPIOLIB
  is now selectable by everyone, so we need not declare our
  intent to select it.

Cc: Michael Büsch <m@bues.ch>
Acked-by: Will Deacon <will.deacon@arm.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
arch/arm64/Kconfig
arch/arm64/Kconfig.platforms