ARM: S5PV210: Add SDHCI devices for GONI board
[pandora-kernel.git] / arch / arm / mach-s5pv210 / Kconfig
1 # arch/arm/mach-s5pv210/Kconfig
2 #
3 # Copyright (c) 2010 Samsung Electronics Co., Ltd.
4 #               http://www.samsung.com/
5 #
6 # Licensed under GPLv2
7
8 # Configuration options for the S5PV210/S5PC110
9
10 if ARCH_S5PV210
11
12 config CPU_S5PV210
13         bool
14         select PLAT_S5P
15         select S3C_PL330_DMA
16         select S5P_EXT_INT
17         help
18           Enable S5PV210 CPU support
19
20 config S5PV210_SETUP_I2C1
21         bool
22         help
23           Common setup code for i2c bus 1.
24
25 config S5PV210_SETUP_I2C2
26         bool
27         help
28           Common setup code for i2c bus 2.
29
30 config S5PV210_SETUP_IDE
31         bool
32         help
33           Common setup code for S5PV210 IDE GPIO configurations
34
35 config S5PV210_SETUP_FB_24BPP
36         bool
37         help
38           Common setup code for S5PV210 with an 24bpp RGB display helper.
39
40 config S5PV210_SETUP_KEYPAD
41         bool
42         help
43           Common setup code for keypad.
44
45 config S5PV210_SETUP_SDHCI
46         bool
47         select S5PV210_SETUP_SDHCI_GPIO
48         help
49           Internal helper functions for S5PV210 based SDHCI systems
50
51 config S5PV210_SETUP_SDHCI_GPIO
52         bool
53         help
54           Common setup code for SDHCI gpio.
55
56 menu "S5PC110 Machines"
57
58 config MACH_AQUILA
59         bool "Aquila"
60         select CPU_S5PV210
61         select ARCH_SPARSEMEM_ENABLE
62         select S5PV210_SETUP_FB_24BPP
63         select S5PV210_SETUP_SDHCI
64         select S3C_DEV_FB
65         select S5PC110_DEV_ONENAND
66         select S3C_DEV_HSMMC
67         select S3C_DEV_HSMMC1
68         select S3C_DEV_HSMMC2
69         help
70           Machine support for the Samsung Aquila target based on S5PC110 SoC
71
72 config MACH_GONI
73         bool "GONI"
74         select CPU_S5PV210
75         select ARCH_SPARSEMEM_ENABLE
76         select S5PV210_SETUP_FB_24BPP
77         select S5PV210_SETUP_SDHCI
78         select S3C_DEV_FB
79         select S5PC110_DEV_ONENAND
80         select S3C_DEV_HSMMC
81         select S3C_DEV_HSMMC1
82         select S3C_DEV_HSMMC2
83         help
84           Machine support for Samsung GONI board
85           S5PC110(MCP) is one of package option of S5PV210
86
87 config MACH_SMDKC110
88         bool "SMDKC110"
89         select CPU_S5PV210
90         select ARCH_SPARSEMEM_ENABLE
91         select S3C_DEV_I2C1
92         select S3C_DEV_I2C2
93         select SAMSUNG_DEV_IDE
94         select S3C_DEV_RTC
95         select S3C_DEV_WDT
96         select HAVE_S3C_RTC
97         select HAVE_S3C2410_WATCHDOG
98         select S5PV210_SETUP_I2C1
99         select S5PV210_SETUP_I2C2
100         select S5PV210_SETUP_IDE
101         help
102           Machine support for Samsung SMDKC110
103           S5PC110(MCP) is one of package option of S5PV210
104
105 endmenu
106
107 config S5PC110_DEV_ONENAND
108         bool
109         help
110           Compile in platform device definition for OneNAND1 controller
111
112 menu "S5PV210 Machines"
113
114 config MACH_SMDKV210
115         bool "SMDKV210"
116         select CPU_S5PV210
117         select ARCH_SPARSEMEM_ENABLE
118         select SAMSUNG_DEV_ADC
119         select S3C_DEV_HSMMC
120         select S3C_DEV_HSMMC1
121         select S3C_DEV_HSMMC2
122         select S3C_DEV_HSMMC3
123         select S3C_DEV_I2C1
124         select S3C_DEV_I2C2
125         select SAMSUNG_DEV_IDE
126         select SAMSUNG_DEV_KEYPAD
127         select SAMSUNG_DEV_TS
128         select S3C_DEV_RTC
129         select S3C_DEV_WDT
130         select HAVE_S3C_RTC
131         select HAVE_S3C2410_WATCHDOG
132         select S5PV210_SETUP_I2C1
133         select S5PV210_SETUP_I2C2
134         select S5PV210_SETUP_IDE
135         select S5PV210_SETUP_KEYPAD
136         select S5PV210_SETUP_SDHCI
137         help
138           Machine support for Samsung SMDKV210
139
140 endmenu
141
142 endif