commit | b69ac52449c658b7ac40034dc3c5f5f4a71a723d | [log] [tgz] |
---|---|---|
author | Alexandre Courbot <acourbot@nvidia.com> | Sun Oct 20 15:14:59 2013 -0700 |
committer | Linus Walleij <linus.walleij@linaro.org> | Tue Oct 29 18:26:13 2013 -0700 |
tree | 9ad272c311df0307aa0dd2ddada7c0d219ab0440 | |
parent | 5fcdb9dc98e76001060bb89e3b1269384f9f5201 [diff] |
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>