]> bbs.cooldavid.org Git - net-next-2.6.git/commit - arch/arm/Kconfig
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)
commit98830bc9967b18d6f9a614a1f354f5580196ef85
tree39a09975fc8d4151ed48296fa58ffe2a3586a371
parentc39e52a793f5599582dbacf4d8f62634a492f79e
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>
arch/arm/Kconfig