ARM: SAMSUNG: change GENERIC_GPIO to ARCH_REQUIRE_GPIOLIB
authorKukjin Kim <kgene.kim@samsung.com>
Thu, 4 Apr 2013 00:04:30 +0000 (09:04 +0900)
committerKukjin Kim <kgene.kim@samsung.com>
Thu, 4 Apr 2013 00:36:24 +0000 (09:36 +0900)
When I applied regarding samsung-time patches, the "select GENERIC_GPIO"
has been added wrong, so this patch fixes that.
And since the GENERIC_GPIO in arch/arm/ will be gone away, this adds
ARCH_REQUIRE_GPIOLIB for S3C24XX and S5PC100 instead.

Reported-by: Alexandre Courbot <gnurou@gmail.com>
Cc: Romain Naour <romain.naour@openwide.fr>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
arch/arm/Kconfig

Simple merge