[ARM] S3C: Add new GPIO configuration calls
[linux-block.git] / arch / arm / plat-s3c64xx / Kconfig
CommitLineData
a08ab637
BD
1# arch/arm/plat-s3c64xx/Kconfig
2#
3# Copyright 2008 Openmoko, Inc.
4# Copyright 2008 Simtec Electronics
5# Ben Dooks <ben@simtec.co.uk>
6#
7# Licensed under GPLv2
8
9config PLAT_S3C64XX
10 bool
11 depends on ARCH_S3C64XX
12 select PLAT_S3C
d9b79fb5 13 select ARM_VIC
a08ab637
BD
14 default y
15 select NO_IOPORT
16 select ARCH_REQUIRE_GPIOLIB
8a53bdb9 17 select S3C_GPIO_TRACK
21b23664
BD
18 select S3C_GPIO_PULL_UPDOWN
19 select S3C_GPIO_CFG_S3C24XX
20 select S3C_GPIO_CFG_S3C64XX
a08ab637
BD
21 help
22 Base platform code for any Samsung S3C64XX device
23
24if PLAT_S3C64XX
25
26# Configuration options shared by all S3C64XX implementations
27
aa64ea3f
BD
28config CPU_S3C6400_INIT
29 bool
30 help
31 Common initialisation code for the S3C6400 that is shared
32 by other CPUs in the series, such as the S3C6410.
33
cf18acf0
BD
34config CPU_S3C6400_CLOCK
35 bool
36 help
37 Common clock support code for the S3C6400 that is shared
38 by other CPUs in the series, such as the S3C6410.
39
a08ab637 40endif