Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs
[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 S3C_DEV_FB
63         select S5P_DEV_FIMC0
64         select S5P_DEV_FIMC1
65         select S5P_DEV_FIMC2
66         select S3C_DEV_HSMMC
67         select S3C_DEV_HSMMC1
68         select S3C_DEV_HSMMC2
69         select S5P_DEV_ONENAND
70         select S5PV210_SETUP_FB_24BPP
71         select S5PV210_SETUP_SDHCI
72         help
73           Machine support for the Samsung Aquila target based on S5PC110 SoC
74
75 config MACH_GONI
76         bool "GONI"
77         select CPU_S5PV210
78         select ARCH_SPARSEMEM_ENABLE
79         select S3C_DEV_FB
80         select S5P_DEV_FIMC0
81         select S5P_DEV_FIMC1
82         select S5P_DEV_FIMC2
83         select S3C_DEV_HSMMC
84         select S3C_DEV_HSMMC1
85         select S3C_DEV_HSMMC2
86         select S5P_DEV_ONENAND
87         select S5PV210_SETUP_FB_24BPP
88         select S5PV210_SETUP_SDHCI
89         help
90           Machine support for Samsung GONI board
91           S5PC110(MCP) is one of package option of S5PV210
92
93 config MACH_SMDKC110
94         bool "SMDKC110"
95         select CPU_S5PV210
96         select ARCH_SPARSEMEM_ENABLE
97         select S3C_DEV_I2C1
98         select S3C_DEV_I2C2
99         select S3C_DEV_RTC
100         select S3C_DEV_WDT
101         select SAMSUNG_DEV_IDE
102         select S5PV210_SETUP_I2C1
103         select S5PV210_SETUP_I2C2
104         select S5PV210_SETUP_IDE
105         help
106           Machine support for Samsung SMDKC110
107           S5PC110(MCP) is one of package option of S5PV210
108
109 endmenu
110
111 menu "S5PV210 Machines"
112
113 config MACH_SMDKV210
114         bool "SMDKV210"
115         select CPU_S5PV210
116         select ARCH_SPARSEMEM_ENABLE
117         select S3C_DEV_HSMMC
118         select S3C_DEV_HSMMC1
119         select S3C_DEV_HSMMC2
120         select S3C_DEV_HSMMC3
121         select S3C_DEV_I2C1
122         select S3C_DEV_I2C2
123         select S3C_DEV_RTC
124         select S3C_DEV_WDT
125         select SAMSUNG_DEV_ADC
126         select SAMSUNG_DEV_IDE
127         select SAMSUNG_DEV_KEYPAD
128         select SAMSUNG_DEV_TS
129         select S5PV210_SETUP_I2C1
130         select S5PV210_SETUP_I2C2
131         select S5PV210_SETUP_IDE
132         select S5PV210_SETUP_KEYPAD
133         select S5PV210_SETUP_SDHCI
134         help
135           Machine support for Samsung SMDKV210
136
137 endmenu
138
139 endif