From: Alexandre Courbot Date: Sun, 20 Oct 2013 22:14:59 +0000 (-0700) Subject: gpiolib: make GPIO_DEVRES depend on GPIOLIB X-Git-Tag: omap-for-v3.13/fixes-for-merge-window-take2~12^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b69ac52449c658b7ac40034dc3c5f5f4a71a723d;p=pandora-kernel.git 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 Signed-off-by: Linus Walleij --- Reading git-diff-tree failed