diff options
author | Ben Dooks <ben-linux@fluff.org> | 2008-01-28 13:01:19 +0100 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2008-01-28 13:20:50 +0000 |
commit | 67d729adc0e76e21c82a2c59853f25f5f784ca79 (patch) | |
tree | 4459961c8babc67a29e83c123cffc4bb077cc3e8 /arch/arm/mach-s3c2412/Makefile | |
parent | bdbea34ddd2e52dc73f03e7ef7197d4c0da400d6 (diff) | |
download | linux-stable-67d729adc0e76e21c82a2c59853f25f5f784ca79.tar.gz linux-stable-67d729adc0e76e21c82a2c59853f25f5f784ca79.tar.bz2 linux-stable-67d729adc0e76e21c82a2c59853f25f5f784ca79.zip |
[ARM] 4779/1: S3C2412: Add s3c2412_gpio_set_sleepcfg() call
Add s3c2412_gpio_set_sleepcfg() to allow the setting of the sleep
configuration of the GPIO blocks.
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/mach-s3c2412/Makefile')
-rw-r--r-- | arch/arm/mach-s3c2412/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-s3c2412/Makefile b/arch/arm/mach-s3c2412/Makefile index 7b782c7df7b4..267f3348301e 100644 --- a/arch/arm/mach-s3c2412/Makefile +++ b/arch/arm/mach-s3c2412/Makefile @@ -12,6 +12,7 @@ obj- := obj-$(CONFIG_CPU_S3C2412) += s3c2412.o obj-$(CONFIG_CPU_S3C2412) += irq.o obj-$(CONFIG_CPU_S3C2412) += clock.o +obj-$(CONFIG_CPU_S3C2412) += gpio.o obj-$(CONFIG_S3C2412_DMA) += dma.o obj-$(CONFIG_S3C2412_PM) += pm.o sleep.o |