From: Alexandre Courbot Date: Sun, 10 Mar 2013 12:33:13 +0000 (+0900) Subject: sh: replace CONFIG_GENERIC_GPIO by CONFIG_GPIOLIB X-Git-Tag: v3.10-rc1~40^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=95188aaf9fc81e9539606cad5c9579bd27604f92;p=pandora-kernel.git sh: replace CONFIG_GENERIC_GPIO by CONFIG_GPIOLIB SH GPIO drivers all use gpiolib and CONFIG_GENERIC_GPIO is only selected through CONFIG_GPIOLIB, yet some compilation units depended on CONFIG_GENERIC_GPIO. Make them depend on CONFIG_GPIOLIB instead since it is more accurate and prepares us for the future removal of CONFIG_GENERIC_GPIO. Signed-off-by: Alexandre Courbot Acked-by: Paul Mundt Acked-by: Arnd Bergmann Acked-by: Linus Walleij --- Reading git-diff-tree failed