commit | 98830bc9967b18d6f9a614a1f354f5580196ef85 | [log] [tgz] |
---|---|---|
author | Hartley Sweeten <hartleys@visionengravers.com> | Mon May 17 17:18:10 2010 +0100 |
committer | Russell King <rmk+kernel@arm.linux.org.uk> | Mon May 17 17:21:16 2010 +0100 |
tree | 39a09975fc8d4151ed48296fa58ffe2a3586a371 | |
parent | c39e52a793f5599582dbacf4d8f62634a492f79e [diff] |
ARM: 6136/1: ARCH_REQUIRE_GPIOLIB selects GENERIC_GPIO The ARCH_REQUIRE_GPIOLIB config option will select GPIOLIB which in turn will select GENERIC_GPIO. Because of this, there is no reason to do the select GENERIC_GPIO in arch/arm/Kconfig for the architectures that have ARCH_REQUIRE_GPIOLIB. Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>