Kconfig: Remove useless and sometimes wrong comments
[linux-flexiantxendom0-natty.git] / arch / arm / plat-s5pc1xx / Kconfig
1 # Copyright 2009 Samsung Electronics Co.
2 #       Byungho Min <bhmin@samsung.com>
3 #
4 # Licensed under GPLv2
5
6 config PLAT_S5PC1XX
7         bool
8         depends on ARCH_S5PC1XX
9         default y
10         select PLAT_S3C
11         select ARM_VIC
12         select NO_IOPORT
13         select ARCH_REQUIRE_GPIOLIB
14         select S3C_GPIO_TRACK
15         select S3C_GPIO_PULL_UPDOWN
16         help
17           Base platform code for any Samsung S5PC1XX device
18
19 if PLAT_S5PC1XX
20
21 # Configuration options shared by all S3C64XX implementations
22
23 config CPU_S5PC100_INIT
24         bool
25         help
26           Common initialisation code for the S5PC1XX
27
28 config CPU_S5PC100_CLOCK
29         bool
30         help
31           Common clock support code for the S5PC1XX
32
33 # platform specific device setup
34
35 config S5PC100_SETUP_I2C0
36         bool
37         default y
38         help
39           Common setup code for i2c bus 0.
40
41           Note, currently since i2c0 is always compiled, this setup helper
42           is always compiled with it.
43
44 config S5PC100_SETUP_I2C1
45         bool
46         help
47           Common setup code for i2c bus 1.
48 endif