eco5pk: remove board
[platform/kernel/u-boot.git] / arch / arm / mach-omap2 / omap3 / Kconfig
1 if OMAP34XX
2
3 # We only enable the clocks for the GPIO banks that a given board requies.
4 config OMAP3_GPIO_2
5         bool
6         default y if CMD_GPIO
7
8 config OMAP3_GPIO_3
9         bool
10         default y if CMD_GPIO
11
12 config OMAP3_GPIO_4
13         bool
14         default y if CMD_GPIO
15
16 config OMAP3_GPIO_5
17         bool
18         default y if CMD_GPIO
19
20 config OMAP3_GPIO_6
21         bool
22         default y if CMD_GPIO
23
24 choice
25         prompt "OMAP3 board select"
26         optional
27
28 config TARGET_AM3517_EVM
29         bool "AM3517 EVM"
30         select DM
31         select DM_GPIO
32         select DM_I2C
33         select DM_MMC
34         select DM_SERIAL
35         imply CMD_DM
36
37 config TARGET_MT_VENTOUX
38         bool "TeeJet Mt.Ventoux"
39         select OMAP3_GPIO_4
40         select OMAP3_GPIO_5 if USB_EHCI_HCD
41
42 config TARGET_OMAP3_BEAGLE
43         bool "TI OMAP3 BeagleBoard"
44         select DM
45         select DM_GPIO
46         select DM_SERIAL
47         select OMAP3_GPIO_5
48         select OMAP3_GPIO_6
49         imply CMD_DM
50
51 config TARGET_CM_T35
52         bool "CompuLab CM-T3530 and CM-T3730 boards"
53         select OMAP3_GPIO_2
54         select OMAP3_GPIO_5
55         select OMAP3_GPIO_6 if LED_STATUS
56
57 config TARGET_CM_T3517
58         bool "CompuLab CM-T3517 boards"
59         select OMAP3_GPIO_2
60         select OMAP3_GPIO_5
61         select OMAP3_GPIO_6 if LED_STATUS
62
63 config TARGET_DEVKIT8000
64         bool "TimLL OMAP3 Devkit8000"
65         select DM
66         select DM_GPIO
67         select DM_SERIAL
68         imply CMD_DM
69
70 config TARGET_OMAP3_EVM
71         bool "TI OMAP3 EVM"
72         select DM
73         select DM_GPIO
74         select DM_SERIAL
75         select OMAP3_GPIO_3
76         imply CMD_DM
77
78 config TARGET_OMAP3_IGEP00X0
79         bool "IGEP"
80         select DM
81         select DM_GPIO
82         select DM_SERIAL
83         select OMAP3_GPIO_3
84         select OMAP3_GPIO_5
85         select OMAP3_GPIO_6
86         imply CMD_DM
87
88 config TARGET_OMAP3_OVERO
89         bool "OMAP35xx Gumstix Overo"
90         select DM
91         select DM_GPIO
92         select DM_SERIAL
93         select OMAP3_GPIO_2
94         select OMAP3_GPIO_3
95         select OMAP3_GPIO_4
96         select OMAP3_GPIO_5
97         select OMAP3_GPIO_6
98         imply CMD_DM
99
100 config TARGET_OMAP3_ZOOM1
101         bool "TI Zoom1"
102         select DM
103         select DM_GPIO
104         select DM_SERIAL
105         imply CMD_DM
106
107 config TARGET_AM3517_CRANE
108         bool "am3517_crane"
109
110 config TARGET_OMAP3_PANDORA
111         bool "OMAP3 Pandora"
112         select OMAP3_GPIO_4
113         select OMAP3_GPIO_6
114
115 config TARGET_TRICORDER
116         bool "Tricorder"
117         select OMAP3_GPIO_2
118
119 config TARGET_MCX
120         bool "MCX"
121         select BOARD_LATE_INIT
122         select OMAP3_GPIO_2 if USB_EHCI_HCD
123         select OMAP3_GPIO_5 if USB_EHCI_HCD
124
125 config TARGET_OMAP3_LOGIC
126         bool "OMAP3 Logic"
127         select BOARD_LATE_INIT
128         select DM
129         select DM_GPIO
130         select DM_SERIAL
131         select OMAP3_GPIO_3
132         select OMAP3_GPIO_4
133         select OMAP3_GPIO_6
134         imply CMD_DM
135
136 config TARGET_NOKIA_RX51
137         bool "Nokia RX51"
138
139 config TARGET_TAO3530
140         bool "TAO3530"
141         select OMAP3_GPIO_2
142         select OMAP3_GPIO_3
143         select OMAP3_GPIO_4
144         select OMAP3_GPIO_5
145         select OMAP3_GPIO_6
146
147 config TARGET_TWISTER
148         bool "Twister"
149         select OMAP3_GPIO_2
150         select OMAP3_GPIO_5 if USB_EHCI_HCD
151
152 config TARGET_OMAP3_CAIRO
153         bool "QUIPOS CAIRO"
154         select DM
155         select DM_GPIO
156         select DM_SERIAL
157         imply CMD_DM
158
159 config TARGET_SNIPER
160         bool "LG Optimus Black"
161         select DM
162         select DM_GPIO
163         select DM_SERIAL
164         select OMAP3_GPIO_2
165         select OMAP3_GPIO_3
166         select OMAP3_GPIO_4
167         select OMAP3_GPIO_5
168         select OMAP3_GPIO_6
169         imply CMD_DM
170
171 endchoice
172
173 choice
174         prompt "Memory Controller"
175         default SDRC
176
177 config SDRC
178         bool "SDRC controller"
179         help
180           The default memory controller on most OMAP3 boards is SDRC.
181
182 config EMIF4
183         bool "EMIF4 controller"
184         help
185           Enable this on boards like AM3517 which use EMIF4 controller
186 endchoice
187
188 config SPL_OMAP3_ID_NAND
189         bool "Support OMAP3-specific ID and MFR function"
190         help
191           Support for an OMAP3-specific set of functions to return the
192           ID and MFR of the first attached NAND chip, if present.
193
194 config SYS_SOC
195         default "omap3"
196
197 source "board/logicpd/am3517evm/Kconfig"
198 source "board/teejet/mt_ventoux/Kconfig"
199 source "board/ti/beagle/Kconfig"
200 source "board/compulab/cm_t35/Kconfig"
201 source "board/compulab/cm_t3517/Kconfig"
202 source "board/timll/devkit8000/Kconfig"
203 source "board/ti/evm/Kconfig"
204 source "board/isee/igep00x0/Kconfig"
205 source "board/overo/Kconfig"
206 source "board/logicpd/zoom1/Kconfig"
207 source "board/ti/am3517crane/Kconfig"
208 source "board/pandora/Kconfig"
209 source "board/corscience/tricorder/Kconfig"
210 source "board/htkw/mcx/Kconfig"
211 source "board/logicpd/omap3som/Kconfig"
212 source "board/nokia/rx51/Kconfig"
213 source "board/technexion/tao3530/Kconfig"
214 source "board/technexion/twister/Kconfig"
215 source "board/quipos/cairo/Kconfig"
216 source "board/lg/sniper/Kconfig"
217
218 endif