]> git.karo-electronics.de Git - karo-tx-linux.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, 23 Oct 2013 08:11:15 +0000 (10:11 +0200)
commit6b3d8145dcfdbbb43f13544e16f44f4574f941dd
treecfd80f16d07cfa793768d17918a121145aac1ffe
parentee854c405bc4750c4dccf68a5bdd2868e95db3fe
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