aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-s3c2416/Kconfig
diff options
context:
space:
mode:
authorBen Dooks <ben-linux@fluff.org>2010-04-30 06:48:02 -0400
committerBen Dooks <ben-linux@fluff.org>2010-05-09 22:44:46 -0400
commiteb90de4a2d2880f0037d2b2ba85a3e857a898b40 (patch)
treeeb929b218a7ca5b7c73a55529dba8bf1d746edf8 /arch/arm/mach-s3c2416/Kconfig
parente12ef7f02ed56af4f84a5743fa268901c52729bf (diff)
ARM: S3C2413: Update GPIO pull-up support
Ensure the right get/set pull code is selected and assigned to the GPIO core. Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Diffstat (limited to 'arch/arm/mach-s3c2416/Kconfig')
-rw-r--r--arch/arm/mach-s3c2416/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-s3c2416/Kconfig b/arch/arm/mach-s3c2416/Kconfig
index a1308d45b94f..6d077b24d190 100644
--- a/arch/arm/mach-s3c2416/Kconfig
+++ b/arch/arm/mach-s3c2416/Kconfig
@@ -10,6 +10,7 @@ config CPU_S3C2416
10 select CPU_ARM926T 10 select CPU_ARM926T
11 select S3C2416_DMA if S3C2410_DMA 11 select S3C2416_DMA if S3C2410_DMA
12 select CPU_LLSERIAL_S3C2440 12 select CPU_LLSERIAL_S3C2440
13 select S3C_GPIO_PULL_UPDOWN
13 select SAMSUNG_CLKSRC 14 select SAMSUNG_CLKSRC
14 select S3C2443_CLOCK 15 select S3C2443_CLOCK
15 help 16 help