blob: b5fb5f7992dfed4972be5a927934b9ccfa26ae9f [file] [log] [blame]
Tony Lindgrena0694862013-01-11 11:24:20 -08001config ARCH_OMAP
2 bool
3
Arnd Bergmann59d92872013-05-01 00:02:26 +02004config ARCH_OMAP2
5 bool "TI OMAP2"
6 depends on ARCH_MULTI_V6
7 select ARCH_OMAP2PLUS
8 select CPU_V6
9 select MULTI_IRQ_HANDLER
10 select SOC_HAS_OMAP2_SDRC
11 select COMMON_CLK
12
13config ARCH_OMAP3
14 bool "TI OMAP3"
15 depends on ARCH_MULTI_V7
16 select ARCH_OMAP2PLUS
17 select ARCH_HAS_OPP
18 select ARM_CPU_SUSPEND if PM
19 select CPU_V7
20 select MULTI_IRQ_HANDLER
21 select OMAP_INTERCONNECT
22 select PM_OPP if PM
23 select PM_RUNTIME if CPU_IDLE
24 select SOC_HAS_OMAP2_SDRC
25 select COMMON_CLK
26 select USB_ARCH_HAS_EHCI if USB_SUPPORT
27
28config ARCH_OMAP4
29 bool "TI OMAP4"
30 depends on ARCH_MULTI_V7
31 select ARCH_OMAP2PLUS
32 select ARCH_HAS_OPP
33 select ARCH_NEEDS_CPU_IDLE_COUPLED if SMP
34 select ARM_CPU_SUSPEND if PM
35 select ARM_ERRATA_720789
36 select ARM_GIC
37 select CACHE_L2X0
38 select CPU_V7
39 select HAVE_ARM_SCU if SMP
Olof Johansson47dcd352013-07-23 14:51:34 -070040 select HAVE_ARM_TWD if SMP
Arnd Bergmann59d92872013-05-01 00:02:26 +020041 select HAVE_SMP
Arnd Bergmann59d92872013-05-01 00:02:26 +020042 select OMAP_INTERCONNECT
43 select PL310_ERRATA_588369
44 select PL310_ERRATA_727915
45 select PM_OPP if PM
46 select PM_RUNTIME if CPU_IDLE
47 select USB_ARCH_HAS_EHCI if USB_SUPPORT
48 select COMMON_CLK
49 select ARM_ERRATA_754322
50 select ARM_ERRATA_775420
51
52config SOC_OMAP5
53 bool "TI OMAP5"
54 depends on ARCH_MULTI_V7
55 select ARCH_OMAP2PLUS
56 select ARM_CPU_SUSPEND if PM
57 select ARM_GIC
58 select CPU_V7
59 select HAVE_ARM_SCU if SMP
60 select HAVE_ARM_TWD if LOCAL_TIMERS
61 select HAVE_SMP
62 select COMMON_CLK
63 select HAVE_ARM_ARCH_TIMER
Olof Johanssonf82a3132013-07-24 16:55:23 -070064 select ARM_ERRATA_798181 if SMP
Arnd Bergmann59d92872013-05-01 00:02:26 +020065
66config SOC_AM33XX
Ezequiel Garcia10851892013-08-08 18:32:08 -030067 bool "TI AM33XX"
Arnd Bergmann59d92872013-05-01 00:02:26 +020068 depends on ARCH_MULTI_V7
69 select ARCH_OMAP2PLUS
70 select ARM_CPU_SUSPEND if PM
71 select CPU_V7
72 select MULTI_IRQ_HANDLER
73 select COMMON_CLK
74
75config SOC_AM43XX
76 bool "TI AM43x"
77 depends on ARCH_MULTI_V7
78 select CPU_V7
79 select ARCH_OMAP2PLUS
80 select MULTI_IRQ_HANDLER
81 select ARM_GIC
82 select COMMON_CLK
83 select MACH_OMAP_GENERIC
84
Tony Lindgrena0694862013-01-11 11:24:20 -080085config ARCH_OMAP2PLUS
Arnd Bergmann59d92872013-05-01 00:02:26 +020086 bool
87 select ARCH_HAS_BANDGAP
Tony Lindgrena0694862013-01-11 11:24:20 -080088 select ARCH_HAS_CPUFREQ
89 select ARCH_HAS_HOLES_MEMORYMODEL
90 select ARCH_OMAP
91 select ARCH_REQUIRE_GPIOLIB
92 select CLKDEV_LOOKUP
93 select CLKSRC_MMIO
94 select GENERIC_CLOCKEVENTS
95 select GENERIC_IRQ_CHIP
96 select HAVE_CLK
97 select OMAP_DM_TIMER
98 select PINCTRL
99 select PROC_DEVICETREE if PROC_FS
Ruslan Bilovol6770b212013-02-14 13:55:24 +0200100 select SOC_BUS
Tony Lindgrena0694862013-01-11 11:24:20 -0800101 select SPARSE_IRQ
Olof Johansson9d8812d2013-07-09 01:31:23 -0700102 select TI_PRIV_EDMA
Tony Lindgrena0694862013-01-11 11:24:20 -0800103 select USE_OF
104 help
105 Systems based on OMAP2, OMAP3, OMAP4 or OMAP5
106
107
Tony Lindgren4a54db62010-07-05 16:31:47 +0300108if ARCH_OMAP2PLUS
109
110menu "TI OMAP2/3/4 Specific Features"
111
Tony Lindgren8d9166b2010-07-05 16:31:48 +0300112config ARCH_OMAP2PLUS_TYPICAL
113 bool "Typical OMAP configuration"
114 default y
115 select AEABI
Russell Kingb1b3f492012-10-06 17:12:25 +0100116 select HIGHMEM
Tony Lindgren8d9166b2010-07-05 16:31:48 +0300117 select I2C
118 select I2C_OMAP
Tony Lindgren8d9166b2010-07-05 16:31:48 +0300119 select MENELAUS if ARCH_OMAP2
R Sricharan8dd21c92013-02-07 16:21:46 +0530120 select NEON if CPU_V7
Russell Kingb1b3f492012-10-06 17:12:25 +0100121 select PM_RUNTIME
122 select REGULATOR
Tony Lindgren8d9166b2010-07-05 16:31:48 +0300123 select TWL4030_CORE if ARCH_OMAP3 || ARCH_OMAP4
124 select TWL4030_POWER if ARCH_OMAP3 || ARCH_OMAP4
Russell Kingb1b3f492012-10-06 17:12:25 +0100125 select VFP
Tony Lindgren8d9166b2010-07-05 16:31:48 +0300126 help
127 Compile a kernel suitable for booting most boards
128
Vaibhav Hiremathecc46cf2012-07-05 08:05:15 -0700129config SOC_HAS_OMAP2_SDRC
130 bool "OMAP2 SDRAM Controller support"
131
Santosh Shilimkarfa6d79d2012-08-13 14:24:24 +0530132config SOC_HAS_REALTIME_COUNTER
133 bool "Real time free running counter"
R Sricharanf18153f2013-02-07 13:25:39 +0530134 depends on SOC_OMAP5 || SOC_DRA7XX
Jon Hunter34cceb72012-11-27 11:22:39 -0600135 default y
Santosh Shilimkarfa6d79d2012-08-13 14:24:24 +0530136
R Sricharan8dd21c92013-02-07 16:21:46 +0530137config SOC_DRA7XX
138 bool "TI DRA7XX"
139 select ARM_ARCH_TIMER
140 select CPU_V7
141 select ARM_GIC
142 select HAVE_SMP
143 select COMMON_CLK
144
Tony Lindgren1dbae812005-11-10 14:26:51 +0000145comment "OMAP Core Type"
Tony Lindgrenf558b272012-03-05 16:02:18 -0800146 depends on ARCH_OMAP2
Tony Lindgren1dbae812005-11-10 14:26:51 +0000147
Tony Lindgren59b479e2011-01-27 16:39:40 -0800148config SOC_OMAP2420
Tony Lindgren1dbae812005-11-10 14:26:51 +0000149 bool "OMAP2420 support"
Tony Lindgrenf558b272012-03-05 16:02:18 -0800150 depends on ARCH_OMAP2
Tony Lindgrenffb63e32010-07-05 16:31:47 +0300151 default y
Timo Teras77900a22006-06-26 16:16:12 -0700152 select OMAP_DM_TIMER
Vaibhav Hiremathecc46cf2012-07-05 08:05:15 -0700153 select SOC_HAS_OMAP2_SDRC
Tony Lindgren1dbae812005-11-10 14:26:51 +0000154
Tony Lindgren59b479e2011-01-27 16:39:40 -0800155config SOC_OMAP2430
Syed Mohammed Khasim72d0f1c2006-12-06 17:14:05 -0800156 bool "OMAP2430 support"
Tony Lindgrenf558b272012-03-05 16:02:18 -0800157 depends on ARCH_OMAP2
Tony Lindgrenffb63e32010-07-05 16:31:47 +0300158 default y
Vaibhav Hiremathecc46cf2012-07-05 08:05:15 -0700159 select SOC_HAS_OMAP2_SDRC
Syed Mohammed Khasim72d0f1c2006-12-06 17:14:05 -0800160
Tony Lindgren59b479e2011-01-27 16:39:40 -0800161config SOC_OMAP3430
Syed Mohammed, Khasimcc26b3b2008-10-09 17:51:41 +0300162 bool "OMAP3430 support"
Tony Lindgrenf558b272012-03-05 16:02:18 -0800163 depends on ARCH_OMAP3
Tony Lindgrenffb63e32010-07-05 16:31:47 +0300164 default y
Vaibhav Hiremathecc46cf2012-07-05 08:05:15 -0700165 select SOC_HAS_OMAP2_SDRC
Syed Mohammed, Khasimcc26b3b2008-10-09 17:51:41 +0300166
Kevin Hilman33959552012-05-10 11:10:07 -0700167config SOC_TI81XX
Hemant Pedanekara9203602011-12-13 10:46:44 -0800168 bool "TI81XX support"
Tony Lindgrenf558b272012-03-05 16:02:18 -0800169 depends on ARCH_OMAP3
Hemant Pedanekar4bd7be22011-02-16 08:31:39 -0800170 default y
171
Tony Lindgrenfc440462010-07-05 16:31:36 +0300172config OMAP_PACKAGE_ZAF
173 bool
174
175config OMAP_PACKAGE_ZAC
176 bool
177
Tony Lindgrenddaa9122009-12-11 16:16:32 -0800178config OMAP_PACKAGE_CBC
179 bool
180
181config OMAP_PACKAGE_CBB
182 bool
183
184config OMAP_PACKAGE_CUS
185 bool
186
Tony Lindgren662c8b52009-12-11 16:16:33 -0800187config OMAP_PACKAGE_CBP
188 bool
189
Tony Lindgren1dbae812005-11-10 14:26:51 +0000190comment "OMAP Board Type"
Tony Lindgrenf558b272012-03-05 16:02:18 -0800191 depends on ARCH_OMAP2PLUS
Tony Lindgren1dbae812005-11-10 14:26:51 +0000192
193config MACH_OMAP_GENERIC
Benoit Cousson8d616492011-09-20 21:24:47 +0200194 bool "Generic OMAP2+ board"
Tony Lindgrenf558b272012-03-05 16:02:18 -0800195 depends on ARCH_OMAP2PLUS
Tony Lindgrenffb63e32010-07-05 16:31:47 +0300196 default y
Benoit Cousson8d616492011-09-20 21:24:47 +0200197 help
198 Support for generic TI OMAP2+ boards using Flattened Device Tree.
199 More information at Documentation/devicetree
Tony Lindgren1dbae812005-11-10 14:26:51 +0000200
Kalle Valo1b52d5d2009-08-28 10:51:37 -0700201config MACH_OMAP2_TUSB6010
202 bool
Tony Lindgren59b479e2011-01-27 16:39:40 -0800203 depends on ARCH_OMAP2 && SOC_OMAP2420
Kalle Valo1b52d5d2009-08-28 10:51:37 -0700204 default y if MACH_NOKIA_N8X0
205
Tony Lindgren1dbae812005-11-10 14:26:51 +0000206config MACH_OMAP_H4
207 bool "OMAP 2420 H4 board"
Tony Lindgren59b479e2011-01-27 16:39:40 -0800208 depends on SOC_OMAP2420
Tony Lindgrenffb63e32010-07-05 16:31:47 +0300209 default y
David Brownellf6049312006-12-06 17:14:03 -0800210 select OMAP_DEBUG_DEVICES
Russell Kingb1b3f492012-10-06 17:12:25 +0100211 select OMAP_PACKAGE_ZAF
Tony Lindgren1dbae812005-11-10 14:26:51 +0000212
Syed Mohammed Khasim72d0f1c2006-12-06 17:14:05 -0800213config MACH_OMAP_2430SDP
214 bool "OMAP 2430 SDP board"
Tony Lindgren59b479e2011-01-27 16:39:40 -0800215 depends on SOC_OMAP2430
Tony Lindgrenffb63e32010-07-05 16:31:47 +0300216 default y
Tony Lindgren369ed782010-07-05 16:31:38 +0300217 select OMAP_PACKAGE_ZAC
Syed Mohammed Khasim72d0f1c2006-12-06 17:14:05 -0800218
Syed Mohammed, Khasim2885f002008-10-09 17:51:42 +0300219config MACH_OMAP3_BEAGLE
220 bool "OMAP3 BEAGLE board"
Tony Lindgrena8eb7ca2010-02-12 12:26:48 -0800221 depends on ARCH_OMAP3
Tony Lindgrenffb63e32010-07-05 16:31:47 +0300222 default y
Tony Lindgrenca5742b2009-12-11 16:16:32 -0800223 select OMAP_PACKAGE_CBB
Syed Mohammed, Khasim2885f002008-10-09 17:51:42 +0300224
Thomas Weber476544c2010-02-17 14:09:28 -0800225config MACH_DEVKIT8000
Thomas Weber51824c52010-03-24 12:52:11 +0000226 bool "DEVKIT8000 board"
227 depends on ARCH_OMAP3
Tony Lindgrenffb63e32010-07-05 16:31:47 +0300228 default y
Thomas Weber51824c52010-03-24 12:52:11 +0000229 select OMAP_PACKAGE_CUS
Thomas Weber476544c2010-02-17 14:09:28 -0800230
Nishant Kamat49265652008-10-10 11:28:23 +0300231config MACH_OMAP_LDP
232 bool "OMAP3 LDP board"
Tony Lindgrena8eb7ca2010-02-12 12:26:48 -0800233 depends on ARCH_OMAP3
Tony Lindgrenffb63e32010-07-05 16:31:47 +0300234 default y
Tony Lindgrenca5742b2009-12-11 16:16:32 -0800235 select OMAP_PACKAGE_CBB
Nishant Kamat49265652008-10-10 11:28:23 +0300236
Tim Nordelld40f3f12010-09-27 16:05:47 +0000237config MACH_OMAP3530_LV_SOM
238 bool "OMAP3 Logic 3530 LV SOM board"
239 depends on ARCH_OMAP3
Tim Nordelld40f3f12010-09-27 16:05:47 +0000240 default y
Russell Kingb1b3f492012-10-06 17:12:25 +0100241 select OMAP_PACKAGE_CBB
Tim Nordelld40f3f12010-09-27 16:05:47 +0000242 help
243 Support for the LogicPD OMAP3530 SOM Development kit
244 for full description please see the products webpage at
245 http://www.logicpd.com/products/development-kits/texas-instruments-zoom%E2%84%A2-omap35x-development-kit
246
247config MACH_OMAP3_TORPEDO
248 bool "OMAP3 Logic 35x Torpedo board"
249 depends on ARCH_OMAP3
Tim Nordelld40f3f12010-09-27 16:05:47 +0000250 default y
Russell Kingb1b3f492012-10-06 17:12:25 +0100251 select OMAP_PACKAGE_CBB
Tim Nordelld40f3f12010-09-27 16:05:47 +0000252 help
253 Support for the LogicPD OMAP35x Torpedo Development kit
254 for full description please see the products webpage at
255 http://www.logicpd.com/products/development-kits/zoom-omap35x-torpedo-development-kit
256
Steve Sakomaneba26452008-10-09 17:51:43 +0300257config MACH_OVERO
258 bool "Gumstix Overo board"
Tony Lindgrena8eb7ca2010-02-12 12:26:48 -0800259 depends on ARCH_OMAP3
Tony Lindgrenffb63e32010-07-05 16:31:47 +0300260 default y
Tony Lindgrenca5742b2009-12-11 16:16:32 -0800261 select OMAP_PACKAGE_CBB
Grazvydas Ignotasda177242008-12-10 17:36:54 -0800262
Syed Mohammed Khasim53c5ec32009-05-28 14:13:28 -0700263config MACH_OMAP3EVM
264 bool "OMAP 3530 EVM board"
Tony Lindgrena8eb7ca2010-02-12 12:26:48 -0800265 depends on ARCH_OMAP3
Tony Lindgrenffb63e32010-07-05 16:31:47 +0300266 default y
Vaibhav Hiremath342aa2c2010-01-08 10:29:08 -0800267 select OMAP_PACKAGE_CBB
Syed Mohammed Khasim53c5ec32009-05-28 14:13:28 -0700268
Ranjith Lohithakshanc6253272009-11-18 18:41:09 -0800269config MACH_OMAP3517EVM
270 bool "OMAP3517/ AM3517 EVM board"
Tony Lindgrena8eb7ca2010-02-12 12:26:48 -0800271 depends on ARCH_OMAP3
Tony Lindgrenffb63e32010-07-05 16:31:47 +0300272 default y
Tony Lindgrenca5742b2009-12-11 16:16:32 -0800273 select OMAP_PACKAGE_CBB
Ranjith Lohithakshanc6253272009-11-18 18:41:09 -0800274
Srinath1cb125ca2010-11-16 14:26:58 -0800275config MACH_CRANEBOARD
276 bool "AM3517/05 CRANE board"
277 depends on ARCH_OMAP3
278 select OMAP_PACKAGE_CBB
279
Grazvydas Ignotasda177242008-12-10 17:36:54 -0800280config MACH_OMAP3_PANDORA
281 bool "OMAP3 Pandora"
Tony Lindgrena8eb7ca2010-02-12 12:26:48 -0800282 depends on ARCH_OMAP3
Tony Lindgrenffb63e32010-07-05 16:31:47 +0300283 default y
Tony Lindgrenca5742b2009-12-11 16:16:32 -0800284 select OMAP_PACKAGE_CBB
Felipe Contrerasa075ccc2012-01-20 05:38:31 -0800285 select REGULATOR_FIXED_VOLTAGE if REGULATOR
Syed Mohammed Khasim6fdc29e2009-03-23 18:38:16 -0700286
Radek Pilara17fb8f2012-08-17 18:03:43 +0200287config MACH_TOUCHBOOK
Gregoire Gentil7a079ca2009-12-11 16:16:34 -0800288 bool "OMAP3 Touch Book"
Tony Lindgrena8eb7ca2010-02-12 12:26:48 -0800289 depends on ARCH_OMAP3
Tony Lindgrenffb63e32010-07-05 16:31:47 +0300290 default y
Radek Pilara17fb8f2012-08-17 18:03:43 +0200291 select OMAP_PACKAGE_CBB
Gregoire Gentil7a079ca2009-12-11 16:16:34 -0800292
Syed Mohammed Khasim6fdc29e2009-03-23 18:38:16 -0700293config MACH_OMAP_3430SDP
294 bool "OMAP 3430 SDP board"
Tony Lindgrena8eb7ca2010-02-12 12:26:48 -0800295 depends on ARCH_OMAP3
Tony Lindgrenffb63e32010-07-05 16:31:47 +0300296 default y
Tony Lindgrenca5742b2009-12-11 16:16:32 -0800297 select OMAP_PACKAGE_CBB
Lauri Leukkunenffe7f952009-03-23 18:38:17 -0700298
Tony Lindgrend2fbf342009-10-22 14:48:13 -0700299config MACH_NOKIA_N800
300 bool
301
302config MACH_NOKIA_N810
303 bool
304
305config MACH_NOKIA_N810_WIMAX
306 bool
307
Kalle Valo63138812009-08-28 10:51:38 -0700308config MACH_NOKIA_N8X0
309 bool "Nokia N800/N810"
Tony Lindgren59b479e2011-01-27 16:39:40 -0800310 depends on SOC_OMAP2420
Tony Lindgrenffb63e32010-07-05 16:31:47 +0300311 default y
Tony Lindgrend2fbf342009-10-22 14:48:13 -0700312 select MACH_NOKIA_N800
313 select MACH_NOKIA_N810
314 select MACH_NOKIA_N810_WIMAX
Russell Kingb1b3f492012-10-06 17:12:25 +0100315 select OMAP_PACKAGE_ZAC
Kalle Valo63138812009-08-28 10:51:38 -0700316
Aaro Koskinen2d200662010-12-17 15:13:47 -0800317config MACH_NOKIA_RM680
Pavel Machekcc067792012-10-17 23:03:00 +0200318 bool "Nokia N950 (RM-680) / N9 (RM-696) phones"
Aaro Koskinen2d200662010-12-17 15:13:47 -0800319 depends on ARCH_OMAP3
320 default y
Aaro Koskinen63fc5f32012-03-05 11:08:37 -0800321 select MACH_NOKIA_RM696
Russell Kingb1b3f492012-10-06 17:12:25 +0100322 select OMAP_PACKAGE_CBB
Aaro Koskinen2d200662010-12-17 15:13:47 -0800323
Lauri Leukkunenffe7f952009-03-23 18:38:17 -0700324config MACH_NOKIA_RX51
Pavel Machekcc067792012-10-17 23:03:00 +0200325 bool "Nokia N900 (RX-51) phone"
Tony Lindgrena8eb7ca2010-02-12 12:26:48 -0800326 depends on ARCH_OMAP3
Tony Lindgrenffb63e32010-07-05 16:31:47 +0300327 default y
Tony Lindgrenca5742b2009-12-11 16:16:32 -0800328 select OMAP_PACKAGE_CBB
Vikram Pandita577145f2009-05-28 14:04:04 -0700329
330config MACH_OMAP_ZOOM2
331 bool "OMAP3 Zoom2 board"
Tony Lindgrena8eb7ca2010-02-12 12:26:48 -0800332 depends on ARCH_OMAP3
Tony Lindgrenffb63e32010-07-05 16:31:47 +0300333 default y
Tony Lindgrenca5742b2009-12-11 16:16:32 -0800334 select OMAP_PACKAGE_CBB
Felipe Contrerasa075ccc2012-01-20 05:38:31 -0800335 select REGULATOR_FIXED_VOLTAGE if REGULATOR
Santosh Shilimkar46ba0ab2009-05-28 14:16:05 -0700336
vikram pandita5f35fbe2009-11-22 10:11:32 -0800337config MACH_OMAP_ZOOM3
338 bool "OMAP3630 Zoom3 board"
Tony Lindgrena8eb7ca2010-02-12 12:26:48 -0800339 depends on ARCH_OMAP3
Tony Lindgrenffb63e32010-07-05 16:31:47 +0300340 default y
Tony Lindgren662c8b52009-12-11 16:16:33 -0800341 select OMAP_PACKAGE_CBP
Felipe Contrerasa075ccc2012-01-20 05:38:31 -0800342 select REGULATOR_FIXED_VOLTAGE if REGULATOR
vikram pandita5f35fbe2009-11-22 10:11:32 -0800343
Mike Rapoport2886d122009-11-18 18:41:07 -0800344config MACH_CM_T35
Igor Grinbergc3146972011-07-05 03:38:23 -0700345 bool "CompuLab CM-T35/CM-T3730 modules"
Tony Lindgrena8eb7ca2010-02-12 12:26:48 -0800346 depends on ARCH_OMAP3
Tony Lindgrenffb63e32010-07-05 16:31:47 +0300347 default y
Igor Grinbergc3146972011-07-05 03:38:23 -0700348 select MACH_CM_T3730
Tony Lindgrenca5742b2009-12-11 16:16:32 -0800349 select OMAP_PACKAGE_CUS
Mike Rapoport2886d122009-11-18 18:41:07 -0800350
Igor Grinbergd04b6202010-09-21 16:03:09 +0000351config MACH_CM_T3517
352 bool "CompuLab CM-T3517 module"
353 depends on ARCH_OMAP3
354 default y
355 select OMAP_PACKAGE_CBB
Igor Grinbergd04b6202010-09-21 16:03:09 +0000356
Igor Grinbergc3146972011-07-05 03:38:23 -0700357config MACH_CM_T3730
358 bool
359
Enric Balletbo i Serra58e11162009-11-18 18:41:07 -0800360config MACH_IGEP0020
Enric Balletbo i Serra28e0f132010-02-17 14:09:26 -0800361 bool "IGEP v2 board"
Tony Lindgrena8eb7ca2010-02-12 12:26:48 -0800362 depends on ARCH_OMAP3
Tony Lindgrenffb63e32010-07-05 16:31:47 +0300363 default y
Tony Lindgrenca5742b2009-12-11 16:16:32 -0800364 select OMAP_PACKAGE_CBB
Enric Balletbo i Serra58e11162009-11-18 18:41:07 -0800365
Enric Balletbo i Serrae844b1d2010-10-08 10:22:11 -0700366config MACH_IGEP0030
367 bool "IGEP OMAP3 module"
368 depends on ARCH_OMAP3
369 default y
Mike Rapoport7be13ad2011-05-12 21:31:04 +0000370 select MACH_IGEP0020
Russell Kingb1b3f492012-10-06 17:12:25 +0100371 select OMAP_PACKAGE_CBB
Enric Balletbo i Serrae844b1d2010-10-08 10:22:11 -0700372
Jason9cbc3492010-05-17 14:39:09 +0800373config MACH_SBC3530
374 bool "OMAP3 SBC STALKER board"
375 depends on ARCH_OMAP3
Tony Lindgrenffb63e32010-07-05 16:31:47 +0300376 default y
Jason9cbc3492010-05-17 14:39:09 +0800377 select OMAP_PACKAGE_CUS
Jason9cbc3492010-05-17 14:39:09 +0800378
vikram pandita34c9ac22009-11-18 18:41:08 -0800379config MACH_OMAP_3630SDP
380 bool "OMAP3630 SDP board"
Tony Lindgrena8eb7ca2010-02-12 12:26:48 -0800381 depends on ARCH_OMAP3
Tony Lindgrenffb63e32010-07-05 16:31:47 +0300382 default y
Tony Lindgren662c8b52009-12-11 16:16:33 -0800383 select OMAP_PACKAGE_CBP
vikram pandita34c9ac22009-11-18 18:41:08 -0800384
Hemant Pedanekar2c87fb22011-02-15 23:06:08 +0530385config MACH_TI8168EVM
386 bool "TI8168 Evaluation Module"
Kevin Hilman33959552012-05-10 11:10:07 -0700387 depends on SOC_TI81XX
Hemant Pedanekar2c87fb22011-02-15 23:06:08 +0530388 default y
389
Hemant Pedanekara890b672011-12-13 10:48:55 -0800390config MACH_TI8148EVM
391 bool "TI8148 Evaluation Module"
Kevin Hilman33959552012-05-10 11:10:07 -0700392 depends on SOC_TI81XX
Hemant Pedanekara890b672011-12-13 10:48:55 -0800393 default y
394
Alexander Shishkin183bd502009-12-01 14:03:31 +0100395config OMAP3_EMU
396 bool "OMAP3 debugging peripherals"
397 depends on ARCH_OMAP3
Ming Leia8a65652011-11-23 14:44:50 -0800398 select ARM_AMBA
Alexander Shishkin183bd502009-12-01 14:03:31 +0100399 select OC_ETM
400 help
401 Say Y here to enable debugging hardware of omap3
402
Paul Walmsley18862cb2009-12-08 16:33:14 -0700403config OMAP3_SDRC_AC_TIMING
404 bool "Enable SDRC AC timing register changes"
Tony Lindgrena8eb7ca2010-02-12 12:26:48 -0800405 depends on ARCH_OMAP3
Paul Walmsley18862cb2009-12-08 16:33:14 -0700406 default n
407 help
408 If you know that none of your system initiators will attempt to
409 access SDRAM during CORE DVFS, select Y here. This should boost
410 SDRAM performance at lower CORE OPPs. There are relatively few
411 users who will wish to say yes at this point - almost everyone will
412 wish to say no. Selecting yes without understanding what is
413 going on could result in system crashes;
414
Santosh Shilimkar137d1052011-06-25 18:04:31 -0700415config OMAP4_ERRATA_I688
Santosh Shilimkar2ec1fc42012-02-02 19:33:55 +0530416 bool "OMAP4 errata: Async Bridge Corruption"
Santosh Shilimkar1348bbf2013-02-15 18:05:49 +0530417 depends on (ARCH_OMAP4 || SOC_OMAP5) && !ARCH_MULTIPLATFORM
Santosh Shilimkar137d1052011-06-25 18:04:31 -0700418 select ARCH_HAS_BARRIERS
419 help
420 If a data is stalled inside asynchronous bridge because of back
421 pressure, it may be accepted multiple times, creating pointer
422 misalignment that will corrupt next transfers on that data path
423 until next reset of the system (No recovery procedure once the
424 issue is hit, the path remains consistently broken). Async bridge
425 can be found on path between MPU to EMIF and MPU to L3 interconnect.
426 This situation can happen only when the idle is initiated by a
427 Master Request Disconnection (which is trigged by software when
428 executing WFI on CPU).
429 The work-around for this errata needs all the initiators connected
430 through async bridge must ensure that data path is properly drained
431 before issuing WFI. This condition will be met if one Strongly ordered
432 access is performed to the target right before executing the WFI.
433 In MPU case, L3 T2ASYNC FIFO and DDR T2ASYNC FIFO needs to be drained.
434 IO barrier ensure that there is no synchronisation loss on initiators
435 operating on both interconnect port simultaneously.
Tony Lindgren4a54db62010-07-05 16:31:47 +0300436endmenu
437
438endif