]> git.baikalelectronics.ru Git - kernel.git/commit
gpiolib: make GPIO_DEVRES depend on GPIOLIB
authorAlexandre Courbot <acourbot@nvidia.com>
Sun, 20 Oct 2013 22:14:59 +0000 (15:14 -0700)
committerLinus Walleij <linus.walleij@linaro.org>
Wed, 30 Oct 2013 01:26:13 +0000 (18:26 -0700)
commit96a6179b29dc7a57c4e8f935190fd0d6f2398013
tree9ad272c311df0307aa0dd2ddada7c0d219ab0440
parent2db0bbdd3657ec78314b2b5d128d110225bb3670
gpiolib: make GPIO_DEVRES depend on GPIOLIB

Current Kconfig allows GPIO_DEVRES to be selected and compiled without
GPIOLIB. This does not make sense anymore since GPIOLIB has become the
exclusive way to deal with GPIOs. This patch makes GPIO_DEVRES available
only if GPIOLIB is selected.

Signed-off-by: Alexandre Courbot <acourbot@nvidia.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/gpio/Kconfig