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