ARM: 6136/1: ARCH_REQUIRE_GPIOLIB selects GENERIC_GPIO
authorHartley Sweeten <hartleys@visionengravers.com>
Mon, 17 May 2010 16:18:10 +0000 (17:18 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Mon, 17 May 2010 16:21:16 +0000 (17:21 +0100)
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>

No differences found