OSDN Git Service

gpio: Drop superfluous dependencies on GPIOLIB
authorGeert Uytterhoeven <geert+renesas@glider.be>
Tue, 23 Jun 2020 14:40:01 +0000 (16:40 +0200)
committerBartosz Golaszewski <bgolaszewski@baylibre.com>
Wed, 24 Jun 2020 10:19:47 +0000 (12:19 +0200)
commite4c6a52c64607d825b0e81c82e548d4cc8199e53
treebfbefe3bc0216ebda4346aa2e0146e974fc57b42
parent0077428118204d934382dcb74569899ac3dd2f58
gpio: Drop superfluous dependencies on GPIOLIB

All config options for GPIO drivers are inside a big "if GPIOLIB ...
endif" block, so there is no reason for individual config options to
have expicit dependencies on GPIOLIB.  Hence remove them.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com>
drivers/gpio/Kconfig