blob: 8141b76283a6fc5dfef016efdd7b3a0f575d2b90 [file] [log] [blame]
Tony Lindgren4a54db62010-07-05 16:31:47 +03001if ARCH_OMAP2PLUS
2
3menu "TI OMAP2/3/4 Specific Features"
4
Tony Lindgren8d9166b2010-07-05 16:31:48 +03005config ARCH_OMAP2PLUS_TYPICAL
6 bool "Typical OMAP configuration"
7 default y
8 select AEABI
9 select REGULATOR
Tony Lindgren8d9166b2010-07-05 16:31:48 +030010 select PM_RUNTIME
11 select VFP
12 select NEON if ARCH_OMAP3 || ARCH_OMAP4
Govindraj.R12a75da2010-09-27 20:20:57 +053013 select SERIAL_OMAP
14 select SERIAL_OMAP_CONSOLE
Tony Lindgren8d9166b2010-07-05 16:31:48 +030015 select I2C
16 select I2C_OMAP
Tony Lindgren8d9166b2010-07-05 16:31:48 +030017 select MENELAUS if ARCH_OMAP2
18 select TWL4030_CORE if ARCH_OMAP3 || ARCH_OMAP4
19 select TWL4030_POWER if ARCH_OMAP3 || ARCH_OMAP4
20 help
21 Compile a kernel suitable for booting most boards
22
Tony Lindgren68ac8f72010-07-05 16:31:47 +030023config ARCH_OMAP2
Tony Lindgrenf558b272012-03-05 16:02:18 -080024 bool "TI OMAP2"
25 depends on ARCH_OMAP2PLUS
26 default y
Tony Lindgren68ac8f72010-07-05 16:31:47 +030027 select CPU_V6
Marc Zyngier6b2f55d2011-09-06 10:23:45 +010028 select MULTI_IRQ_HANDLER
Tony Lindgren68ac8f72010-07-05 16:31:47 +030029
30config ARCH_OMAP3
Tony Lindgrenf558b272012-03-05 16:02:18 -080031 bool "TI OMAP3"
32 depends on ARCH_OMAP2PLUS
33 default y
Tony Lindgren68ac8f72010-07-05 16:31:47 +030034 select CPU_V7
Tony Lindgrenb2a51242012-02-23 16:41:52 -080035 select USB_ARCH_HAS_EHCI if USB_SUPPORT
Nishanth Menonfd1478c2010-12-09 09:13:46 -060036 select ARCH_HAS_OPP
37 select PM_OPP if PM
Arnd Bergmann15e0d9e2011-10-01 21:09:39 +020038 select ARM_CPU_SUSPEND if PM
Marc Zyngier08d33b22011-09-06 13:27:10 +010039 select MULTI_IRQ_HANDLER
Tony Lindgren68ac8f72010-07-05 16:31:47 +030040
41config ARCH_OMAP4
Tony Lindgrenf558b272012-03-05 16:02:18 -080042 bool "TI OMAP4"
43 default y
44 depends on ARCH_OMAP2PLUS
Dave Martinc9574452011-12-12 16:17:34 +000045 select CACHE_L2X0
Tony Lindgren68ac8f72010-07-05 16:31:47 +030046 select CPU_V7
47 select ARM_GIC
Dave Martin3b556582011-12-07 15:38:04 +000048 select HAVE_SMP
Santosh Shilimkar07787a82011-02-22 09:57:47 +010049 select LOCAL_TIMERS if SMP
Santosh Shilimkar455d4d22010-09-15 22:40:19 +053050 select PL310_ERRATA_588369
Santosh Shilimkar4bdb1572011-02-22 10:00:44 +010051 select PL310_ERRATA_727915
Santosh Shilimkar455d4d22010-09-15 22:40:19 +053052 select ARM_ERRATA_720789
Nishanth Menonf5a64222010-12-09 09:13:47 -060053 select ARCH_HAS_OPP
54 select PM_OPP if PM
Tony Lindgrenb2a51242012-02-23 16:41:52 -080055 select USB_ARCH_HAS_EHCI if USB_SUPPORT
Arnd Bergmann15e0d9e2011-10-01 21:09:39 +020056 select ARM_CPU_SUSPEND if PM
Tony Lindgren68ac8f72010-07-05 16:31:47 +030057
Tony Lindgren1dbae812005-11-10 14:26:51 +000058comment "OMAP Core Type"
Tony Lindgrenf558b272012-03-05 16:02:18 -080059 depends on ARCH_OMAP2
Tony Lindgren1dbae812005-11-10 14:26:51 +000060
Tony Lindgren59b479e2011-01-27 16:39:40 -080061config SOC_OMAP2420
Tony Lindgren1dbae812005-11-10 14:26:51 +000062 bool "OMAP2420 support"
Tony Lindgrenf558b272012-03-05 16:02:18 -080063 depends on ARCH_OMAP2
Tony Lindgrenffb63e32010-07-05 16:31:47 +030064 default y
Timo Teras77900a22006-06-26 16:16:12 -070065 select OMAP_DM_TIMER
Tony Lindgrenc40fae952006-12-07 13:58:10 -080066 select ARCH_OMAP_OTG
Tony Lindgren1dbae812005-11-10 14:26:51 +000067
Tony Lindgren59b479e2011-01-27 16:39:40 -080068config SOC_OMAP2430
Syed Mohammed Khasim72d0f1c2006-12-06 17:14:05 -080069 bool "OMAP2430 support"
Tony Lindgrenf558b272012-03-05 16:02:18 -080070 depends on ARCH_OMAP2
Tony Lindgrenffb63e32010-07-05 16:31:47 +030071 default y
Viral Mehta4ab866d2010-05-10 14:29:15 -070072 select ARCH_OMAP_OTG
Syed Mohammed Khasim72d0f1c2006-12-06 17:14:05 -080073
Tony Lindgren59b479e2011-01-27 16:39:40 -080074config SOC_OMAP3430
Syed Mohammed, Khasimcc26b3b2008-10-09 17:51:41 +030075 bool "OMAP3430 support"
Tony Lindgrenf558b272012-03-05 16:02:18 -080076 depends on ARCH_OMAP3
Tony Lindgrenffb63e32010-07-05 16:31:47 +030077 default y
Syed Mohammed, Khasimcc26b3b2008-10-09 17:51:41 +030078 select ARCH_OMAP_OTG
79
Hemant Pedanekara9203602011-12-13 10:46:44 -080080config SOC_OMAPTI81XX
81 bool "TI81XX support"
Tony Lindgrenf558b272012-03-05 16:02:18 -080082 depends on ARCH_OMAP3
Hemant Pedanekar4bd7be22011-02-16 08:31:39 -080083 default y
84
Afzal Mohammed99541192011-12-13 10:46:43 -080085config SOC_OMAPAM33XX
86 bool "AM33XX support"
Tony Lindgrenf558b272012-03-05 16:02:18 -080087 depends on ARCH_OMAP3
Afzal Mohammed99541192011-12-13 10:46:43 -080088 default y
89
Tony Lindgrenfc440462010-07-05 16:31:36 +030090config OMAP_PACKAGE_ZAF
91 bool
92
93config OMAP_PACKAGE_ZAC
94 bool
95
Tony Lindgrenddaa9122009-12-11 16:16:32 -080096config OMAP_PACKAGE_CBC
97 bool
98
99config OMAP_PACKAGE_CBB
100 bool
101
102config OMAP_PACKAGE_CUS
103 bool
104
Tony Lindgren662c8b52009-12-11 16:16:33 -0800105config OMAP_PACKAGE_CBP
106 bool
107
Benoit Coussona041a522010-08-10 17:27:48 +0200108config OMAP_PACKAGE_CBL
109 bool
110
Benoit Coussona7722d82010-09-24 16:56:59 +0200111config OMAP_PACKAGE_CBS
112 bool
113
Tony Lindgren1dbae812005-11-10 14:26:51 +0000114comment "OMAP Board Type"
Tony Lindgrenf558b272012-03-05 16:02:18 -0800115 depends on ARCH_OMAP2PLUS
Tony Lindgren1dbae812005-11-10 14:26:51 +0000116
117config MACH_OMAP_GENERIC
Benoit Cousson8d616492011-09-20 21:24:47 +0200118 bool "Generic OMAP2+ board"
Tony Lindgrenf558b272012-03-05 16:02:18 -0800119 depends on ARCH_OMAP2PLUS
Tony Lindgrenffb63e32010-07-05 16:31:47 +0300120 default y
Benoit Cousson8d616492011-09-20 21:24:47 +0200121 help
122 Support for generic TI OMAP2+ boards using Flattened Device Tree.
123 More information at Documentation/devicetree
Tony Lindgren1dbae812005-11-10 14:26:51 +0000124
Kalle Valo1b52d5d2009-08-28 10:51:37 -0700125config MACH_OMAP2_TUSB6010
126 bool
Tony Lindgren59b479e2011-01-27 16:39:40 -0800127 depends on ARCH_OMAP2 && SOC_OMAP2420
Kalle Valo1b52d5d2009-08-28 10:51:37 -0700128 default y if MACH_NOKIA_N8X0
129
Tony Lindgren1dbae812005-11-10 14:26:51 +0000130config MACH_OMAP_H4
131 bool "OMAP 2420 H4 board"
Tony Lindgren59b479e2011-01-27 16:39:40 -0800132 depends on SOC_OMAP2420
Tony Lindgrenffb63e32010-07-05 16:31:47 +0300133 default y
Tony Lindgren23275d42010-07-05 16:31:37 +0300134 select OMAP_PACKAGE_ZAF
David Brownellf6049312006-12-06 17:14:03 -0800135 select OMAP_DEBUG_DEVICES
Tony Lindgren1dbae812005-11-10 14:26:51 +0000136
Tony Lindgren9b6553c2006-04-02 17:46:30 +0100137config MACH_OMAP_APOLLON
138 bool "OMAP 2420 Apollon board"
Tony Lindgren59b479e2011-01-27 16:39:40 -0800139 depends on SOC_OMAP2420
Tony Lindgrenffb63e32010-07-05 16:31:47 +0300140 default y
Tony Lindgrenb52b14e2010-07-05 16:31:37 +0300141 select OMAP_PACKAGE_ZAC
Syed Mohammed Khasim72d0f1c2006-12-06 17:14:05 -0800142
143config MACH_OMAP_2430SDP
144 bool "OMAP 2430 SDP board"
Tony Lindgren59b479e2011-01-27 16:39:40 -0800145 depends on SOC_OMAP2430
Tony Lindgrenffb63e32010-07-05 16:31:47 +0300146 default y
Tony Lindgren369ed782010-07-05 16:31:38 +0300147 select OMAP_PACKAGE_ZAC
Syed Mohammed Khasim72d0f1c2006-12-06 17:14:05 -0800148
Syed Mohammed, Khasim2885f002008-10-09 17:51:42 +0300149config MACH_OMAP3_BEAGLE
150 bool "OMAP3 BEAGLE board"
Tony Lindgrena8eb7ca2010-02-12 12:26:48 -0800151 depends on ARCH_OMAP3
Tony Lindgrenffb63e32010-07-05 16:31:47 +0300152 default y
Tony Lindgrenca5742b2009-12-11 16:16:32 -0800153 select OMAP_PACKAGE_CBB
Syed Mohammed, Khasim2885f002008-10-09 17:51:42 +0300154
Thomas Weber476544c2010-02-17 14:09:28 -0800155config MACH_DEVKIT8000
Thomas Weber51824c52010-03-24 12:52:11 +0000156 bool "DEVKIT8000 board"
157 depends on ARCH_OMAP3
Tony Lindgrenffb63e32010-07-05 16:31:47 +0300158 default y
Thomas Weber51824c52010-03-24 12:52:11 +0000159 select OMAP_PACKAGE_CUS
Thomas Weber476544c2010-02-17 14:09:28 -0800160
Nishant Kamat49265652008-10-10 11:28:23 +0300161config MACH_OMAP_LDP
162 bool "OMAP3 LDP board"
Tony Lindgrena8eb7ca2010-02-12 12:26:48 -0800163 depends on ARCH_OMAP3
Tony Lindgrenffb63e32010-07-05 16:31:47 +0300164 default y
Tony Lindgrenca5742b2009-12-11 16:16:32 -0800165 select OMAP_PACKAGE_CBB
Nishant Kamat49265652008-10-10 11:28:23 +0300166
Tim Nordelld40f3f12010-09-27 16:05:47 +0000167config MACH_OMAP3530_LV_SOM
168 bool "OMAP3 Logic 3530 LV SOM board"
169 depends on ARCH_OMAP3
170 select OMAP_PACKAGE_CBB
171 default y
172 help
173 Support for the LogicPD OMAP3530 SOM Development kit
174 for full description please see the products webpage at
175 http://www.logicpd.com/products/development-kits/texas-instruments-zoom%E2%84%A2-omap35x-development-kit
176
177config MACH_OMAP3_TORPEDO
178 bool "OMAP3 Logic 35x Torpedo board"
179 depends on ARCH_OMAP3
180 select OMAP_PACKAGE_CBB
181 default y
182 help
183 Support for the LogicPD OMAP35x Torpedo Development kit
184 for full description please see the products webpage at
185 http://www.logicpd.com/products/development-kits/zoom-omap35x-torpedo-development-kit
186
Steve Sakomaneba26452008-10-09 17:51:43 +0300187config MACH_OVERO
188 bool "Gumstix Overo board"
Tony Lindgrena8eb7ca2010-02-12 12:26:48 -0800189 depends on ARCH_OMAP3
Tony Lindgrenffb63e32010-07-05 16:31:47 +0300190 default y
Tony Lindgrenca5742b2009-12-11 16:16:32 -0800191 select OMAP_PACKAGE_CBB
Grazvydas Ignotasda177242008-12-10 17:36:54 -0800192
Syed Mohammed Khasim53c5ec32009-05-28 14:13:28 -0700193config MACH_OMAP3EVM
194 bool "OMAP 3530 EVM board"
Tony Lindgrena8eb7ca2010-02-12 12:26:48 -0800195 depends on ARCH_OMAP3
Tony Lindgrenffb63e32010-07-05 16:31:47 +0300196 default y
Vaibhav Hiremath342aa2c2010-01-08 10:29:08 -0800197 select OMAP_PACKAGE_CBB
Syed Mohammed Khasim53c5ec32009-05-28 14:13:28 -0700198
Ranjith Lohithakshanc6253272009-11-18 18:41:09 -0800199config MACH_OMAP3517EVM
200 bool "OMAP3517/ AM3517 EVM board"
Tony Lindgrena8eb7ca2010-02-12 12:26:48 -0800201 depends on ARCH_OMAP3
Tony Lindgrenffb63e32010-07-05 16:31:47 +0300202 default y
Tony Lindgrenca5742b2009-12-11 16:16:32 -0800203 select OMAP_PACKAGE_CBB
Ranjith Lohithakshanc6253272009-11-18 18:41:09 -0800204
Srinath1cb125c2010-11-16 14:26:58 -0800205config MACH_CRANEBOARD
206 bool "AM3517/05 CRANE board"
207 depends on ARCH_OMAP3
208 select OMAP_PACKAGE_CBB
209
Grazvydas Ignotasda177242008-12-10 17:36:54 -0800210config MACH_OMAP3_PANDORA
211 bool "OMAP3 Pandora"
Tony Lindgrena8eb7ca2010-02-12 12:26:48 -0800212 depends on ARCH_OMAP3
Tony Lindgrenffb63e32010-07-05 16:31:47 +0300213 default y
Tony Lindgrenca5742b2009-12-11 16:16:32 -0800214 select OMAP_PACKAGE_CBB
Felipe Contrerasa075ccc2012-01-20 05:38:31 -0800215 select REGULATOR_FIXED_VOLTAGE if REGULATOR
Syed Mohammed Khasim6fdc29e2009-03-23 18:38:16 -0700216
Gregoire Gentil7a079ca2009-12-11 16:16:34 -0800217config MACH_OMAP3_TOUCHBOOK
218 bool "OMAP3 Touch Book"
Tony Lindgrena8eb7ca2010-02-12 12:26:48 -0800219 depends on ARCH_OMAP3
Tony Lindgrenffb63e32010-07-05 16:31:47 +0300220 default y
Gregoire Gentil7a079ca2009-12-11 16:16:34 -0800221
Syed Mohammed Khasim6fdc29e2009-03-23 18:38:16 -0700222config MACH_OMAP_3430SDP
223 bool "OMAP 3430 SDP board"
Tony Lindgrena8eb7ca2010-02-12 12:26:48 -0800224 depends on ARCH_OMAP3
Tony Lindgrenffb63e32010-07-05 16:31:47 +0300225 default y
Tony Lindgrenca5742b2009-12-11 16:16:32 -0800226 select OMAP_PACKAGE_CBB
Lauri Leukkunenffe7f952009-03-23 18:38:17 -0700227
Tony Lindgrend2fbf342009-10-22 14:48:13 -0700228config MACH_NOKIA_N800
229 bool
230
231config MACH_NOKIA_N810
232 bool
233
234config MACH_NOKIA_N810_WIMAX
235 bool
236
Kalle Valo63138812009-08-28 10:51:38 -0700237config MACH_NOKIA_N8X0
238 bool "Nokia N800/N810"
Tony Lindgren59b479e2011-01-27 16:39:40 -0800239 depends on SOC_OMAP2420
Tony Lindgrenffb63e32010-07-05 16:31:47 +0300240 default y
Tony Lindgrenbd8f0fc2010-07-05 16:31:38 +0300241 select OMAP_PACKAGE_ZAC
Tony Lindgrend2fbf342009-10-22 14:48:13 -0700242 select MACH_NOKIA_N800
243 select MACH_NOKIA_N810
244 select MACH_NOKIA_N810_WIMAX
Kalle Valo63138812009-08-28 10:51:38 -0700245
Aaro Koskinen2d200662010-12-17 15:13:47 -0800246config MACH_NOKIA_RM680
Aaro Koskinen63fc5f32012-03-05 11:08:37 -0800247 bool "Nokia RM-680/696 board"
Aaro Koskinen2d200662010-12-17 15:13:47 -0800248 depends on ARCH_OMAP3
249 default y
250 select OMAP_PACKAGE_CBB
Aaro Koskinen63fc5f32012-03-05 11:08:37 -0800251 select MACH_NOKIA_RM696
Aaro Koskinen2d200662010-12-17 15:13:47 -0800252
Lauri Leukkunenffe7f952009-03-23 18:38:17 -0700253config MACH_NOKIA_RX51
254 bool "Nokia RX-51 board"
Tony Lindgrena8eb7ca2010-02-12 12:26:48 -0800255 depends on ARCH_OMAP3
Tony Lindgrenffb63e32010-07-05 16:31:47 +0300256 default y
Tony Lindgrenca5742b2009-12-11 16:16:32 -0800257 select OMAP_PACKAGE_CBB
Vikram Pandita577145f2009-05-28 14:04:04 -0700258
259config MACH_OMAP_ZOOM2
260 bool "OMAP3 Zoom2 board"
Tony Lindgrena8eb7ca2010-02-12 12:26:48 -0800261 depends on ARCH_OMAP3
Tony Lindgrenffb63e32010-07-05 16:31:47 +0300262 default y
Tony Lindgrenca5742b2009-12-11 16:16:32 -0800263 select OMAP_PACKAGE_CBB
Govindraj.R12a75da2010-09-27 20:20:57 +0530264 select SERIAL_8250
265 select SERIAL_CORE_CONSOLE
266 select SERIAL_8250_CONSOLE
Felipe Contrerasa075ccc2012-01-20 05:38:31 -0800267 select REGULATOR_FIXED_VOLTAGE if REGULATOR
Santosh Shilimkar46ba0ab2009-05-28 14:16:05 -0700268
vikram pandita5f35fbe2009-11-22 10:11:32 -0800269config MACH_OMAP_ZOOM3
270 bool "OMAP3630 Zoom3 board"
Tony Lindgrena8eb7ca2010-02-12 12:26:48 -0800271 depends on ARCH_OMAP3
Tony Lindgrenffb63e32010-07-05 16:31:47 +0300272 default y
Tony Lindgren662c8b52009-12-11 16:16:33 -0800273 select OMAP_PACKAGE_CBP
Govindraj.R12a75da2010-09-27 20:20:57 +0530274 select SERIAL_8250
275 select SERIAL_CORE_CONSOLE
276 select SERIAL_8250_CONSOLE
Felipe Contrerasa075ccc2012-01-20 05:38:31 -0800277 select REGULATOR_FIXED_VOLTAGE if REGULATOR
vikram pandita5f35fbe2009-11-22 10:11:32 -0800278
Mike Rapoport2886d122009-11-18 18:41:07 -0800279config MACH_CM_T35
Igor Grinbergc3146972011-07-05 03:38:23 -0700280 bool "CompuLab CM-T35/CM-T3730 modules"
Tony Lindgrena8eb7ca2010-02-12 12:26:48 -0800281 depends on ARCH_OMAP3
Tony Lindgrenffb63e32010-07-05 16:31:47 +0300282 default y
Igor Grinbergc3146972011-07-05 03:38:23 -0700283 select MACH_CM_T3730
Tony Lindgrenca5742b2009-12-11 16:16:32 -0800284 select OMAP_PACKAGE_CUS
Mike Rapoport2886d122009-11-18 18:41:07 -0800285
Igor Grinbergd04b6202010-09-21 16:03:09 +0000286config MACH_CM_T3517
287 bool "CompuLab CM-T3517 module"
288 depends on ARCH_OMAP3
289 default y
290 select OMAP_PACKAGE_CBB
Igor Grinbergd04b6202010-09-21 16:03:09 +0000291
Igor Grinbergc3146972011-07-05 03:38:23 -0700292config MACH_CM_T3730
293 bool
294
Enric Balletbo i Serra58e11162009-11-18 18:41:07 -0800295config MACH_IGEP0020
Enric Balletbo i Serra28e0f132010-02-17 14:09:26 -0800296 bool "IGEP v2 board"
Tony Lindgrena8eb7ca2010-02-12 12:26:48 -0800297 depends on ARCH_OMAP3
Tony Lindgrenffb63e32010-07-05 16:31:47 +0300298 default y
Tony Lindgrenca5742b2009-12-11 16:16:32 -0800299 select OMAP_PACKAGE_CBB
Enric Balletbo i Serra58e11162009-11-18 18:41:07 -0800300
Enric Balletbo i Serrae844b1d2010-10-08 10:22:11 -0700301config MACH_IGEP0030
302 bool "IGEP OMAP3 module"
303 depends on ARCH_OMAP3
304 default y
305 select OMAP_PACKAGE_CBB
Mike Rapoport7be13ad2011-05-12 21:31:04 +0000306 select MACH_IGEP0020
Enric Balletbo i Serrae844b1d2010-10-08 10:22:11 -0700307
Jason9cbc3492010-05-17 14:39:09 +0800308config MACH_SBC3530
309 bool "OMAP3 SBC STALKER board"
310 depends on ARCH_OMAP3
Tony Lindgrenffb63e32010-07-05 16:31:47 +0300311 default y
Jason9cbc3492010-05-17 14:39:09 +0800312 select OMAP_PACKAGE_CUS
Jason9cbc3492010-05-17 14:39:09 +0800313
vikram pandita34c9ac22009-11-18 18:41:08 -0800314config MACH_OMAP_3630SDP
315 bool "OMAP3630 SDP board"
Tony Lindgrena8eb7ca2010-02-12 12:26:48 -0800316 depends on ARCH_OMAP3
Tony Lindgrenffb63e32010-07-05 16:31:47 +0300317 default y
Tony Lindgren662c8b52009-12-11 16:16:33 -0800318 select OMAP_PACKAGE_CBP
vikram pandita34c9ac22009-11-18 18:41:08 -0800319
Hemant Pedanekar2c87fb22011-02-15 23:06:08 +0530320config MACH_TI8168EVM
321 bool "TI8168 Evaluation Module"
Hemant Pedanekara9203602011-12-13 10:46:44 -0800322 depends on SOC_OMAPTI81XX
Hemant Pedanekar2c87fb22011-02-15 23:06:08 +0530323 default y
324
Hemant Pedanekara890b672011-12-13 10:48:55 -0800325config MACH_TI8148EVM
326 bool "TI8148 Evaluation Module"
327 depends on SOC_OMAPTI81XX
328 default y
329
Santosh Shilimkar46ba0ab2009-05-28 14:16:05 -0700330config MACH_OMAP_4430SDP
331 bool "OMAP 4430 SDP board"
Tony Lindgrenffb63e32010-07-05 16:31:47 +0300332 default y
Santosh Shilimkar46ba0ab2009-05-28 14:16:05 -0700333 depends on ARCH_OMAP4
Benoit Coussonfb6bf632010-08-10 17:43:15 +0200334 select OMAP_PACKAGE_CBL
Benoit Cousson6fea7b02010-09-27 10:50:33 +0200335 select OMAP_PACKAGE_CBS
Felipe Contrerasa075ccc2012-01-20 05:38:31 -0800336 select REGULATOR_FIXED_VOLTAGE if REGULATOR
Alexander Shishkin183bd502009-12-01 14:03:31 +0100337
David Andersb075f582010-08-02 13:18:05 +0300338config MACH_OMAP4_PANDA
339 bool "OMAP4 Panda Board"
340 default y
341 depends on ARCH_OMAP4
sricharanfc63de822010-11-08 19:26:11 +0530342 select OMAP_PACKAGE_CBL
343 select OMAP_PACKAGE_CBS
Felipe Contrerasa075ccc2012-01-20 05:38:31 -0800344 select REGULATOR_FIXED_VOLTAGE if REGULATOR
David Andersb075f582010-08-02 13:18:05 +0300345
Alexander Shishkin183bd502009-12-01 14:03:31 +0100346config OMAP3_EMU
347 bool "OMAP3 debugging peripherals"
348 depends on ARCH_OMAP3
Ming Leia8a65652011-11-23 14:44:50 -0800349 select ARM_AMBA
Alexander Shishkin183bd502009-12-01 14:03:31 +0100350 select OC_ETM
351 help
352 Say Y here to enable debugging hardware of omap3
353
Paul Walmsley18862cb2009-12-08 16:33:14 -0700354config OMAP3_SDRC_AC_TIMING
355 bool "Enable SDRC AC timing register changes"
Tony Lindgrena8eb7ca2010-02-12 12:26:48 -0800356 depends on ARCH_OMAP3
Paul Walmsley18862cb2009-12-08 16:33:14 -0700357 default n
358 help
359 If you know that none of your system initiators will attempt to
360 access SDRAM during CORE DVFS, select Y here. This should boost
361 SDRAM performance at lower CORE OPPs. There are relatively few
362 users who will wish to say yes at this point - almost everyone will
363 wish to say no. Selecting yes without understanding what is
364 going on could result in system crashes;
365
Santosh Shilimkar137d1052011-06-25 18:04:31 -0700366config OMAP4_ERRATA_I688
Santosh Shilimkar2ec1fc42012-02-02 19:33:55 +0530367 bool "OMAP4 errata: Async Bridge Corruption"
368 depends on ARCH_OMAP4
Santosh Shilimkar137d1052011-06-25 18:04:31 -0700369 select ARCH_HAS_BARRIERS
370 help
371 If a data is stalled inside asynchronous bridge because of back
372 pressure, it may be accepted multiple times, creating pointer
373 misalignment that will corrupt next transfers on that data path
374 until next reset of the system (No recovery procedure once the
375 issue is hit, the path remains consistently broken). Async bridge
376 can be found on path between MPU to EMIF and MPU to L3 interconnect.
377 This situation can happen only when the idle is initiated by a
378 Master Request Disconnection (which is trigged by software when
379 executing WFI on CPU).
380 The work-around for this errata needs all the initiators connected
381 through async bridge must ensure that data path is properly drained
382 before issuing WFI. This condition will be met if one Strongly ordered
383 access is performed to the target right before executing the WFI.
384 In MPU case, L3 T2ASYNC FIFO and DDR T2ASYNC FIFO needs to be drained.
385 IO barrier ensure that there is no synchronisation loss on initiators
386 operating on both interconnect port simultaneously.
Tony Lindgren4a54db62010-07-05 16:31:47 +0300387endmenu
388
389endif