Merge branch 'thinkpad' into release
[deliverable/linux.git] / arch / arm / plat-s5pc1xx / Kconfig
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
8 config 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
18 help
19 Base platform code for any Samsung S5PC1XX device
20
21 if PLAT_S5PC1XX
22
23 # Configuration options shared by all S3C64XX implementations
24
25 config CPU_S5PC100_INIT
26 bool
27 help
28 Common initialisation code for the S5PC1XX
29
30 config CPU_S5PC100_CLOCK
31 bool
32 help
33 Common clock support code for the S5PC1XX
34
35 # platform specific device setup
36
37 config S5PC100_SETUP_I2C0
38 bool
39 default y
40 help
41 Common setup code for i2c bus 0.
42
43 Note, currently since i2c0 is always compiled, this setup helper
44 is always compiled with it.
45
46 config S5PC100_SETUP_I2C1
47 bool
48 help
49 Common setup code for i2c bus 1.
50 endif
This page took 0.109414 seconds and 6 git commands to generate.