diff options
author | Jongpill Lee <boyko.lee@samsung.com> | 2010-10-14 15:52:16 +0900 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2010-10-25 16:06:33 +0900 |
commit | d2e7eca36dde5ee8979362bed5b27e47b37e94a0 (patch) | |
tree | b9e550b22c6d4bb17ea19e007055b8e3190a64b8 /arch/arm/mach-s5pv310/Makefile | |
parent | 37ea63b14bec667957ca3cfaa899c6e103fdb854 (diff) | |
download | op-kernel-dev-d2e7eca36dde5ee8979362bed5b27e47b37e94a0.zip op-kernel-dev-d2e7eca36dde5ee8979362bed5b27e47b37e94a0.tar.gz |
ARM: S5PV310: Add support GPIOlib
This patch adds GPIOlib support for S5PV310 and S5PC210.
Signed-off-by: Jongpill Lee <boyko.lee@samsung.com>
Signed-off-by: Sangbeom Kim <sbkim73@samsung.com>
[kgene.kim@samsung.com: Fix NR_IRQS]
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to 'arch/arm/mach-s5pv310/Makefile')
-rw-r--r-- | arch/arm/mach-s5pv310/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-s5pv310/Makefile b/arch/arm/mach-s5pv310/Makefile index 425cdd6..ac3b4c1 100644 --- a/arch/arm/mach-s5pv310/Makefile +++ b/arch/arm/mach-s5pv310/Makefile @@ -13,7 +13,7 @@ obj- := # Core support for S5PV310 system obj-$(CONFIG_CPU_S5PV310) += cpu.o init.o clock.o irq-combiner.o -obj-$(CONFIG_CPU_S5PV310) += setup-i2c0.o time.o +obj-$(CONFIG_CPU_S5PV310) += setup-i2c0.o time.o gpiolib.o obj-$(CONFIG_SMP) += platsmp.o headsmp.o obj-$(CONFIG_LOCAL_TIMERS) += localtimer.o |