From: Arnd Bergmann Date: Thu, 21 Feb 2013 10:42:57 +0000 (+0100) Subject: arm64: select ARCH_WANT_OPTIONAL_GPIOLIB X-Git-Tag: v3.9-rc1~76^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9170100ee46402af6d318134525c728027318d67;p=pandora-kernel.git arm64: select ARCH_WANT_OPTIONAL_GPIOLIB An architecture should not unconditionally enable 'GENERIC_GPIO' without providing an implementation. In case of arm64, selecting ARCH_WANT_OPTIONAL_GPIOLIB is the right solution, because it lets us enable GPIOLIB when configuring the kernel, and that implicitly turns on GENERIC_GPIO. Reported-by: Mark Rutland Signed-off-by: Arnd Bergmann Acked-by: Catalin Marinas Acked-by: Linus Walleij Signed-off-by: Grant Likely --- Reading git-diff-tree failed