]> bbs.cooldavid.org Git - net-next-2.6.git/blame - arch/arm/plat-s5pc1xx/Kconfig
ARM: S5PC1xx: add platform helpers for i2c adapter devices
[net-next-2.6.git] / arch / arm / plat-s5pc1xx / Kconfig
CommitLineData
5a7652f2
BM
1# arch/arm/plat-s5pc1xx/Kconfig
2#
3# Copyright 2009 Samsung Electronics Co.
4# Byungho Min <bhmin@samsung.com>
5#
6# Licensed under GPLv2
7
8config PLAT_S5PC1XX
9 bool
10 depends on ARCH_S5PC1XX
11 default y
12 select PLAT_S3C
13 select ARM_VIC
14 select NO_IOPORT
15 select ARCH_REQUIRE_GPIOLIB
16 select S3C_GPIO_TRACK
17 select S3C_GPIO_PULL_UPDOWN
b0d5217c
KP
18 select S3C_GPIO_CFG_S3C24XX
19 select S3C_GPIO_CFG_S3C64XX
20 select S5P_GPIO_CFG_S5PC1XX
5a7652f2
BM
21 help
22 Base platform code for any Samsung S5PC1XX device
23
24if PLAT_S5PC1XX
25
26# Configuration options shared by all S3C64XX implementations
27
28config CPU_S5PC100_INIT
29 bool
30 help
31 Common initialisation code for the S5PC1XX
32
33config CPU_S5PC100_CLOCK
34 bool
35 help
36 Common clock support code for the S5PC1XX
37
38# platform specific device setup
39
edd6e3f8
PO
40config S5PC1XX_SETUP_FB_24BPP
41 bool
42 help
43 Common setup code for S5PC1XX with an 24bpp RGB display helper.
44
5eda288f 45config S5PC1XX_SETUP_I2C0
5a7652f2
BM
46 bool
47 default y
48 help
49 Common setup code for i2c bus 0.
50
51 Note, currently since i2c0 is always compiled, this setup helper
52 is always compiled with it.
53
5eda288f 54config S5PC1XX_SETUP_I2C1
5a7652f2
BM
55 bool
56 help
57 Common setup code for i2c bus 1.
58endif