]> git.baikalelectronics.ru Git - kernel.git/commit
riscv: Remove ARCH_WANT_OPTIONAL_GPIOLIB select
authorUlf Magnusson <ulfalizer@gmail.com>
Mon, 5 Feb 2018 01:21:19 +0000 (02:21 +0100)
committerPalmer Dabbelt <palmer@sifive.com>
Tue, 20 Feb 2018 18:51:04 +0000 (10:51 -0800)
commit41fec1a49a18278f23fb183e786ab4dc1f102c12
tree5f86e6c2f238a3a05ff37306fb82614576bf34fc
parentae0945d7fbe5a6a5e767169d0c9ca622784b3c38
riscv: Remove ARCH_WANT_OPTIONAL_GPIOLIB select

The ARCH_WANT_OPTIONAL_GPIOLIB symbol was removed in commit 162770661ae0
("gpio: delete ARCH_[WANTS_OPTIONAL|REQUIRE]_GPIOLIB"). GPIOLIB should
just be selected explicitly if needed.

Remove the ARCH_WANT_OPTIONAL_GPIOLIB select from RISCV.

See commit 03313ad93ffe ("x86: Do away with
ARCH_[WANT_OPTIONAL|REQUIRE]_GPIOLIB") and commit 9ed7622474 ("arm64: do
away with ARCH_[WANT_OPTIONAL|REQUIRE]_GPIOLIB") as well.

Discovered with the
https://github.com/ulfalizer/Kconfiglib/blob/master/examples/list_undefined.py
script.

Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Ulf Magnusson <ulfalizer@gmail.com>
Signed-off-by: Palmer Dabbelt <palmer@dabbelt.com>
arch/riscv/Kconfig