ARM: Merge for-2635-4/onenand
[pandora-kernel.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         help
15           Enable S5PC100 CPU support
16
17 config S5PC100_SETUP_FB_24BPP
18         bool
19         help
20           Common setup code for S5PC1XX with an 24bpp RGB display helper.
21
22 config S5PC100_SETUP_I2C1
23         bool
24         help
25           Common setup code for i2c bus 1.
26
27 config S5PC100_SETUP_SDHCI
28         bool
29         select S5PC100_SETUP_SDHCI_GPIO
30         help
31           Internal helper functions for S5PC100 based SDHCI systems
32
33 config S5PC100_SETUP_SDHCI_GPIO
34         bool
35         help
36           Common setup code for SDHCI gpio.
37
38 config MACH_SMDKC100
39         bool "SMDKC100"
40         select CPU_S5PC100
41         select S3C_DEV_FB
42         select S3C_DEV_I2C1
43         select S3C_DEV_HSMMC
44         select S3C_DEV_HSMMC1
45         select S3C_DEV_HSMMC2
46         select S5PC100_SETUP_FB_24BPP
47         select S5PC100_SETUP_I2C1
48         select S5PC100_SETUP_SDHCI
49         help
50           Machine support for the Samsung SMDKC100
51
52 endif