b2a11dfa3399f040ef7458b336a48113fff7dc35
[deliverable/linux.git] / arch / arm / mach-s5pc100 / Kconfig
1 # Copyright 2009 Samsung Electronics Co.
2 # Byungho Min <bhmin@samsung.com>
3 #
4 # Licensed under GPLv2
5
6 # Configuration options for the S5PC100 CPU
7
8 if ARCH_S5PC100
9
10 config CPU_S5PC100
11 bool
12 select PLAT_S5P
13 select S5P_EXT_INT
14 select S3C_PL330_DMA
15 help
16 Enable S5PC100 CPU support
17
18 config S5PC100_SETUP_FB_24BPP
19 bool
20 help
21 Common setup code for S5PC1XX with an 24bpp RGB display helper.
22
23 config S5PC100_SETUP_I2C1
24 bool
25 help
26 Common setup code for i2c bus 1.
27
28 config S5PC100_SETUP_SDHCI
29 bool
30 select S5PC100_SETUP_SDHCI_GPIO
31 help
32 Internal helper functions for S5PC100 based SDHCI systems
33
34 config S5PC100_SETUP_SDHCI_GPIO
35 bool
36 help
37 Common setup code for SDHCI gpio.
38
39 config MACH_SMDKC100
40 bool "SMDKC100"
41 select CPU_S5PC100
42 select S3C_DEV_FB
43 select S3C_DEV_I2C1
44 select S3C_DEV_HSMMC
45 select S3C_DEV_HSMMC1
46 select S3C_DEV_HSMMC2
47 select S5PC100_SETUP_FB_24BPP
48 select S5PC100_SETUP_I2C1
49 select S5PC100_SETUP_SDHCI
50 help
51 Machine support for the Samsung SMDKC100
52
53 endif
This page took 0.030462 seconds and 4 git commands to generate.