diff options
author | Ben Dooks <ben-linux@fluff.org> | 2008-12-18 11:17:37 -0500 |
---|---|---|
committer | Ben Dooks <ben-linux@fluff.org> | 2008-12-18 11:17:37 -0500 |
commit | 56c035c9ce1f1850969778af6a4cc0b99089b6c8 (patch) | |
tree | b6f1998be0c1e6bb623a0c55e8ba04d74bb58cf2 /arch/arm/plat-s3c64xx/Kconfig | |
parent | 7f2754378f3522a42daafdbb9d2385f341008454 (diff) | |
parent | 438a5d42e052ec6126c5f1e24763b711210db33e (diff) |
Merge branch 'next-s3c64xx-device' into next-merged
Conflicts:
arch/arm/mach-s3c2440/mach-at2440evb.c
Diffstat (limited to 'arch/arm/plat-s3c64xx/Kconfig')
-rw-r--r-- | arch/arm/plat-s3c64xx/Kconfig | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/arch/arm/plat-s3c64xx/Kconfig b/arch/arm/plat-s3c64xx/Kconfig index bd832ba0cf77..203dd730d1ca 100644 --- a/arch/arm/plat-s3c64xx/Kconfig +++ b/arch/arm/plat-s3c64xx/Kconfig | |||
@@ -14,6 +14,10 @@ config PLAT_S3C64XX | |||
14 | default y | 14 | default y |
15 | select NO_IOPORT | 15 | select NO_IOPORT |
16 | select ARCH_REQUIRE_GPIOLIB | 16 | select ARCH_REQUIRE_GPIOLIB |
17 | select S3C_GPIO_TRACK | ||
18 | select S3C_GPIO_PULL_UPDOWN | ||
19 | select S3C_GPIO_CFG_S3C24XX | ||
20 | select S3C_GPIO_CFG_S3C64XX | ||
17 | help | 21 | help |
18 | Base platform code for any Samsung S3C64XX device | 22 | Base platform code for any Samsung S3C64XX device |
19 | 23 | ||
@@ -33,4 +37,25 @@ config CPU_S3C6400_CLOCK | |||
33 | Common clock support code for the S3C6400 that is shared | 37 | Common clock support code for the S3C6400 that is shared |
34 | by other CPUs in the series, such as the S3C6410. | 38 | by other CPUs in the series, such as the S3C6410. |
35 | 39 | ||
40 | # platform specific device setup | ||
41 | |||
42 | config S3C64XX_SETUP_I2C0 | ||
43 | bool | ||
44 | default y | ||
45 | help | ||
46 | Common setup code for i2c bus 0. | ||
47 | |||
48 | Note, currently since i2c0 is always compiled, this setup helper | ||
49 | is always compiled with it. | ||
50 | |||
51 | config S3C64XX_SETUP_I2C1 | ||
52 | bool | ||
53 | help | ||
54 | Common setup code for i2c bus 1. | ||
55 | |||
56 | config S3C64XX_SETUP_FB_24BPP | ||
57 | bool | ||
58 | help | ||
59 | Common setup code for S3C64XX with an 24bpp RGB display helper. | ||
60 | |||
36 | endif | 61 | endif |