From: Javier Martinez Canillas Date: Sun, 6 Apr 2014 14:58:15 +0000 (+0200) Subject: gpio: omap: add a GPIO_OMAP option instead of using ARCH_OMAP X-Git-Tag: omap-for-v3.16/fixes-against-rc1~39^2~53^2~77 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cd0a3748f3137c282e3a037b295b47f597e73230;p=pandora-kernel.git gpio: omap: add a GPIO_OMAP option instead of using ARCH_OMAP The ARCH_OMAP config option was used to built the GPIO OMAP driver but this is not consistent with the rest of the GPIO drivers that have their own Kconfig option. Also, this make it harder to add dependencies or reverse dependencies (i.e: select) since that would mean touching the sub-arch config option. So is better to add a boolean Kconfig option for this driver that defaults to true if ARCH_OMAP is enabled. Signed-off-by: Javier Martinez Canillas Acked-by: Santosh Shilimkar Signed-off-by: Linus Walleij --- Reading git-diff-tree failed