ARM: S5PC1xx: add platform helpers for s3c-fb device
[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 select S3C_GPIO_CFG_S3C24XX
19 select S3C_GPIO_CFG_S3C64XX
20 select S5P_GPIO_CFG_S5PC1XX
21 help
22 Base platform code for any Samsung S5PC1XX device
23
24 if PLAT_S5PC1XX
25
26 # Configuration options shared by all S3C64XX implementations
27
28 config CPU_S5PC100_INIT
29 bool
30 help
31 Common initialisation code for the S5PC1XX
32
33 config CPU_S5PC100_CLOCK
34 bool
35 help
36 Common clock support code for the S5PC1XX
37
38 # platform specific device setup
39
40 config S5PC1XX_SETUP_FB_24BPP
41 bool
42 help
43 Common setup code for S5PC1XX with an 24bpp RGB display helper.
44
45 config S5PC100_SETUP_I2C0
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
54 config S5PC100_SETUP_I2C1
55 bool
56 help
57 Common setup code for i2c bus 1.
58 endif
This page took 0.053998 seconds and 6 git commands to generate.