ARM: SAMSUNG: move S5PC100 support from plat-s5pc1xx to plat-s5p framework
[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 help
14 Enable S5PC100 CPU support
15
16 config S5PC100_SETUP_FB_24BPP
17 bool
18 help
19 Common setup code for S5PC1XX with an 24bpp RGB display helper.
20
21 config S5PC100_SETUP_I2C1
22 bool
23 help
24 Common setup code for i2c bus 1.
25
26 config S5PC100_SETUP_SDHCI
27 bool
28 select S5PC100_SETUP_SDHCI_GPIO
29 help
30 Internal helper functions for S5PC100 based SDHCI systems
31
32 config S5PC100_SETUP_SDHCI_GPIO
33 bool
34 help
35 Common setup code for SDHCI gpio.
36
37 config MACH_SMDKC100
38 bool "SMDKC100"
39 select CPU_S5PC100
40 select S3C_DEV_FB
41 select S3C_DEV_I2C1
42 select S3C_DEV_HSMMC
43 select S3C_DEV_HSMMC1
44 select S3C_DEV_HSMMC2
45 select S5PC100_SETUP_FB_24BPP
46 select S5PC100_SETUP_I2C1
47 select S5PC100_SETUP_SDHCI
48 help
49 Machine support for the Samsung SMDKC100
50
51 endif
This page took 0.03881 seconds and 5 git commands to generate.