cm_t3517: 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_DEVKIT8000
58         bool "TimLL OMAP3 Devkit8000"
59         select DM
60         select DM_GPIO
61         select DM_SERIAL
62         imply CMD_DM
63
64 config TARGET_OMAP3_EVM
65         bool "TI OMAP3 EVM"
66         select DM
67         select DM_GPIO
68         select DM_SERIAL
69         select OMAP3_GPIO_3
70         imply CMD_DM
71
72 config TARGET_OMAP3_IGEP00X0
73         bool "IGEP"
74         select DM
75         select DM_GPIO
76         select DM_SERIAL
77         select OMAP3_GPIO_3
78         select OMAP3_GPIO_5
79         select OMAP3_GPIO_6
80         imply CMD_DM
81
82 config TARGET_OMAP3_OVERO
83         bool "OMAP35xx Gumstix Overo"
84         select DM
85         select DM_GPIO
86         select DM_SERIAL
87         select OMAP3_GPIO_2
88         select OMAP3_GPIO_3
89         select OMAP3_GPIO_4
90         select OMAP3_GPIO_5
91         select OMAP3_GPIO_6
92         imply CMD_DM
93
94 config TARGET_OMAP3_ZOOM1
95         bool "TI Zoom1"
96         select DM
97         select DM_GPIO
98         select DM_SERIAL
99         imply CMD_DM
100
101 config TARGET_AM3517_CRANE
102         bool "am3517_crane"
103
104 config TARGET_OMAP3_PANDORA
105         bool "OMAP3 Pandora"
106         select OMAP3_GPIO_4
107         select OMAP3_GPIO_6
108
109 config TARGET_TRICORDER
110         bool "Tricorder"
111         select OMAP3_GPIO_2
112
113 config TARGET_MCX
114         bool "MCX"
115         select BOARD_LATE_INIT
116         select OMAP3_GPIO_2 if USB_EHCI_HCD
117         select OMAP3_GPIO_5 if USB_EHCI_HCD
118
119 config TARGET_OMAP3_LOGIC
120         bool "OMAP3 Logic"
121         select BOARD_LATE_INIT
122         select DM
123         select DM_GPIO
124         select DM_SERIAL
125         select OMAP3_GPIO_3
126         select OMAP3_GPIO_4
127         select OMAP3_GPIO_6
128         imply CMD_DM
129
130 config TARGET_NOKIA_RX51
131         bool "Nokia RX51"
132
133 config TARGET_TAO3530
134         bool "TAO3530"
135         select OMAP3_GPIO_2
136         select OMAP3_GPIO_3
137         select OMAP3_GPIO_4
138         select OMAP3_GPIO_5
139         select OMAP3_GPIO_6
140
141 config TARGET_TWISTER
142         bool "Twister"
143         select OMAP3_GPIO_2
144         select OMAP3_GPIO_5 if USB_EHCI_HCD
145
146 config TARGET_OMAP3_CAIRO
147         bool "QUIPOS CAIRO"
148         select DM
149         select DM_GPIO
150         select DM_SERIAL
151         imply CMD_DM
152
153 config TARGET_SNIPER
154         bool "LG Optimus Black"
155         select DM
156         select DM_GPIO
157         select DM_SERIAL
158         select OMAP3_GPIO_2
159         select OMAP3_GPIO_3
160         select OMAP3_GPIO_4
161         select OMAP3_GPIO_5
162         select OMAP3_GPIO_6
163         imply CMD_DM
164
165 endchoice
166
167 choice
168         prompt "Memory Controller"
169         default SDRC
170
171 config SDRC
172         bool "SDRC controller"
173         help
174           The default memory controller on most OMAP3 boards is SDRC.
175
176 config EMIF4
177         bool "EMIF4 controller"
178         help
179           Enable this on boards like AM3517 which use EMIF4 controller
180 endchoice
181
182 config SPL_OMAP3_ID_NAND
183         bool "Support OMAP3-specific ID and MFR function"
184         help
185           Support for an OMAP3-specific set of functions to return the
186           ID and MFR of the first attached NAND chip, if present.
187
188 config SYS_SOC
189         default "omap3"
190
191 source "board/logicpd/am3517evm/Kconfig"
192 source "board/teejet/mt_ventoux/Kconfig"
193 source "board/ti/beagle/Kconfig"
194 source "board/compulab/cm_t35/Kconfig"
195 source "board/timll/devkit8000/Kconfig"
196 source "board/ti/evm/Kconfig"
197 source "board/isee/igep00x0/Kconfig"
198 source "board/overo/Kconfig"
199 source "board/logicpd/zoom1/Kconfig"
200 source "board/ti/am3517crane/Kconfig"
201 source "board/pandora/Kconfig"
202 source "board/corscience/tricorder/Kconfig"
203 source "board/htkw/mcx/Kconfig"
204 source "board/logicpd/omap3som/Kconfig"
205 source "board/nokia/rx51/Kconfig"
206 source "board/technexion/tao3530/Kconfig"
207 source "board/technexion/twister/Kconfig"
208 source "board/quipos/cairo/Kconfig"
209 source "board/lg/sniper/Kconfig"
210
211 endif