blob: c94624429680e06b8666737d399b8e18b8a753ea [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
Arnd Bergmann59d92872013-05-01 00:02:26 +020011
12config ARCH_OMAP3
13 bool "TI OMAP3"
14 depends on ARCH_MULTI_V7
15 select ARCH_OMAP2PLUS
16 select ARCH_HAS_OPP
17 select ARM_CPU_SUSPEND if PM
18 select CPU_V7
19 select MULTI_IRQ_HANDLER
20 select OMAP_INTERCONNECT
21 select PM_OPP if PM
22 select PM_RUNTIME if CPU_IDLE
23 select SOC_HAS_OMAP2_SDRC
Arnd Bergmann59d92872013-05-01 00:02:26 +020024 select USB_ARCH_HAS_EHCI if USB_SUPPORT
25
26config ARCH_OMAP4
27 bool "TI OMAP4"
28 depends on ARCH_MULTI_V7
29 select ARCH_OMAP2PLUS
30 select ARCH_HAS_OPP
31 select ARCH_NEEDS_CPU_IDLE_COUPLED if SMP
32 select ARM_CPU_SUSPEND if PM
33 select ARM_ERRATA_720789
34 select ARM_GIC
35 select CACHE_L2X0
36 select CPU_V7
37 select HAVE_ARM_SCU if SMP
Olof Johansson47dcd352013-07-23 14:51:34 -070038 select HAVE_ARM_TWD if SMP
Arnd Bergmann59d92872013-05-01 00:02:26 +020039 select HAVE_SMP
Arnd Bergmann59d92872013-05-01 00:02:26 +020040 select OMAP_INTERCONNECT
41 select PL310_ERRATA_588369
42 select PL310_ERRATA_727915
43 select PM_OPP if PM
44 select PM_RUNTIME if CPU_IDLE
45 select USB_ARCH_HAS_EHCI if USB_SUPPORT
Arnd Bergmann59d92872013-05-01 00:02:26 +020046 select ARM_ERRATA_754322
47 select ARM_ERRATA_775420
48
49config SOC_OMAP5
50 bool "TI OMAP5"
51 depends on ARCH_MULTI_V7
52 select ARCH_OMAP2PLUS
53 select ARM_CPU_SUSPEND if PM
54 select ARM_GIC
55 select CPU_V7
56 select HAVE_ARM_SCU if SMP
57 select HAVE_ARM_TWD if LOCAL_TIMERS
58 select HAVE_SMP
Arnd Bergmann59d92872013-05-01 00:02:26 +020059 select HAVE_ARM_ARCH_TIMER
Olof Johanssonf82a3132013-07-24 16:55:23 -070060 select ARM_ERRATA_798181 if SMP
Arnd Bergmann59d92872013-05-01 00:02:26 +020061
62config SOC_AM33XX
Ezequiel Garcia10851892013-08-08 18:32:08 -030063 bool "TI AM33XX"
Arnd Bergmann59d92872013-05-01 00:02:26 +020064 depends on ARCH_MULTI_V7
65 select ARCH_OMAP2PLUS
66 select ARM_CPU_SUSPEND if PM
67 select CPU_V7
68 select MULTI_IRQ_HANDLER
Arnd Bergmann59d92872013-05-01 00:02:26 +020069
70config SOC_AM43XX
71 bool "TI AM43x"
72 depends on ARCH_MULTI_V7
73 select CPU_V7
74 select ARCH_OMAP2PLUS
75 select MULTI_IRQ_HANDLER
76 select ARM_GIC
Arnd Bergmann59d92872013-05-01 00:02:26 +020077 select MACH_OMAP_GENERIC
78
Tony Lindgrena0694862013-01-11 11:24:20 -080079config ARCH_OMAP2PLUS
Arnd Bergmann59d92872013-05-01 00:02:26 +020080 bool
81 select ARCH_HAS_BANDGAP
Tony Lindgrena0694862013-01-11 11:24:20 -080082 select ARCH_HAS_CPUFREQ
83 select ARCH_HAS_HOLES_MEMORYMODEL
84 select ARCH_OMAP
85 select ARCH_REQUIRE_GPIOLIB
Tony Lindgrena0694862013-01-11 11:24:20 -080086 select CLKSRC_MMIO
Uwe Kleine-König07d8a492013-10-01 11:08:56 +020087 select COMMON_CLK
Tony Lindgrena0694862013-01-11 11:24:20 -080088 select GENERIC_CLOCKEVENTS
89 select GENERIC_IRQ_CHIP
Tony Lindgrena0694862013-01-11 11:24:20 -080090 select OMAP_DM_TIMER
91 select PINCTRL
92 select PROC_DEVICETREE if PROC_FS
Ruslan Bilovol6770b212013-02-14 13:55:24 +020093 select SOC_BUS
Tony Lindgrena0694862013-01-11 11:24:20 -080094 select SPARSE_IRQ
Olof Johansson9d8812d2013-07-09 01:31:23 -070095 select TI_PRIV_EDMA
Tony Lindgrena0694862013-01-11 11:24:20 -080096 select USE_OF
97 help
98 Systems based on OMAP2, OMAP3, OMAP4 or OMAP5
99
100
Tony Lindgren4a54db62010-07-05 16:31:47 +0300101if ARCH_OMAP2PLUS
102
103menu "TI OMAP2/3/4 Specific Features"
104
Tony Lindgren8d9166b2010-07-05 16:31:48 +0300105config ARCH_OMAP2PLUS_TYPICAL
106 bool "Typical OMAP configuration"
107 default y
108 select AEABI
Russell Kingb1b3f492012-10-06 17:12:25 +0100109 select HIGHMEM
Tony Lindgren8d9166b2010-07-05 16:31:48 +0300110 select I2C
111 select I2C_OMAP
Tony Lindgren8d9166b2010-07-05 16:31:48 +0300112 select MENELAUS if ARCH_OMAP2
R Sricharan8dd21c92013-02-07 16:21:46 +0530113 select NEON if CPU_V7
Russell Kingb1b3f492012-10-06 17:12:25 +0100114 select PM_RUNTIME
115 select REGULATOR
Tony Lindgren8d9166b2010-07-05 16:31:48 +0300116 select TWL4030_CORE if ARCH_OMAP3 || ARCH_OMAP4
117 select TWL4030_POWER if ARCH_OMAP3 || ARCH_OMAP4
Russell Kingb1b3f492012-10-06 17:12:25 +0100118 select VFP
Tony Lindgren8d9166b2010-07-05 16:31:48 +0300119 help
120 Compile a kernel suitable for booting most boards
121
Vaibhav Hiremathecc46cf2012-07-05 08:05:15 -0700122config SOC_HAS_OMAP2_SDRC
123 bool "OMAP2 SDRAM Controller support"
124
Santosh Shilimkarfa6d79d2012-08-13 14:24:24 +0530125config SOC_HAS_REALTIME_COUNTER
126 bool "Real time free running counter"
R Sricharanf18153f2013-02-07 13:25:39 +0530127 depends on SOC_OMAP5 || SOC_DRA7XX
Jon Hunter34cceb72012-11-27 11:22:39 -0600128 default y
Santosh Shilimkarfa6d79d2012-08-13 14:24:24 +0530129
R Sricharan8dd21c92013-02-07 16:21:46 +0530130config SOC_DRA7XX
131 bool "TI DRA7XX"
132 select ARM_ARCH_TIMER
133 select CPU_V7
134 select ARM_GIC
135 select HAVE_SMP
136 select COMMON_CLK
137
Tony Lindgren1dbae812005-11-10 14:26:51 +0000138comment "OMAP Core Type"
Tony Lindgrenf558b272012-03-05 16:02:18 -0800139 depends on ARCH_OMAP2
Tony Lindgren1dbae812005-11-10 14:26:51 +0000140
Tony Lindgren59b479e2011-01-27 16:39:40 -0800141config SOC_OMAP2420
Tony Lindgren1dbae812005-11-10 14:26:51 +0000142 bool "OMAP2420 support"
Tony Lindgrenf558b272012-03-05 16:02:18 -0800143 depends on ARCH_OMAP2
Tony Lindgrenffb63e32010-07-05 16:31:47 +0300144 default y
Timo Teras77900a22006-06-26 16:16:12 -0700145 select OMAP_DM_TIMER
Vaibhav Hiremathecc46cf2012-07-05 08:05:15 -0700146 select SOC_HAS_OMAP2_SDRC
Tony Lindgren1dbae812005-11-10 14:26:51 +0000147
Tony Lindgren59b479e2011-01-27 16:39:40 -0800148config SOC_OMAP2430
Syed Mohammed Khasim72d0f1c2006-12-06 17:14:05 -0800149 bool "OMAP2430 support"
Tony Lindgrenf558b272012-03-05 16:02:18 -0800150 depends on ARCH_OMAP2
Tony Lindgrenffb63e32010-07-05 16:31:47 +0300151 default y
Vaibhav Hiremathecc46cf2012-07-05 08:05:15 -0700152 select SOC_HAS_OMAP2_SDRC
Syed Mohammed Khasim72d0f1c2006-12-06 17:14:05 -0800153
Tony Lindgren59b479e2011-01-27 16:39:40 -0800154config SOC_OMAP3430
Syed Mohammed, Khasimcc26b3b2008-10-09 17:51:41 +0300155 bool "OMAP3430 support"
Tony Lindgrenf558b272012-03-05 16:02:18 -0800156 depends on ARCH_OMAP3
Tony Lindgrenffb63e32010-07-05 16:31:47 +0300157 default y
Vaibhav Hiremathecc46cf2012-07-05 08:05:15 -0700158 select SOC_HAS_OMAP2_SDRC
Syed Mohammed, Khasimcc26b3b2008-10-09 17:51:41 +0300159
Kevin Hilman33959552012-05-10 11:10:07 -0700160config SOC_TI81XX
Hemant Pedanekara9203602011-12-13 10:46:44 -0800161 bool "TI81XX support"
Tony Lindgrenf558b272012-03-05 16:02:18 -0800162 depends on ARCH_OMAP3
Hemant Pedanekar4bd7be22011-02-16 08:31:39 -0800163 default y
164
Tony Lindgrenfc440462010-07-05 16:31:36 +0300165config OMAP_PACKAGE_ZAF
166 bool
167
168config OMAP_PACKAGE_ZAC
169 bool
170
Tony Lindgrenddaa9122009-12-11 16:16:32 -0800171config OMAP_PACKAGE_CBC
172 bool
173
174config OMAP_PACKAGE_CBB
175 bool
176
177config OMAP_PACKAGE_CUS
178 bool
179
Tony Lindgren662c8b52009-12-11 16:16:33 -0800180config OMAP_PACKAGE_CBP
181 bool
182
Tony Lindgren1dbae812005-11-10 14:26:51 +0000183comment "OMAP Board Type"
Tony Lindgrenf558b272012-03-05 16:02:18 -0800184 depends on ARCH_OMAP2PLUS
Tony Lindgren1dbae812005-11-10 14:26:51 +0000185
186config MACH_OMAP_GENERIC
Benoit Cousson8d616492011-09-20 21:24:47 +0200187 bool "Generic OMAP2+ board"
Tony Lindgrenf558b272012-03-05 16:02:18 -0800188 depends on ARCH_OMAP2PLUS
Tony Lindgrenffb63e32010-07-05 16:31:47 +0300189 default y
Benoit Cousson8d616492011-09-20 21:24:47 +0200190 help
191 Support for generic TI OMAP2+ boards using Flattened Device Tree.
192 More information at Documentation/devicetree
Tony Lindgren1dbae812005-11-10 14:26:51 +0000193
Kalle Valo1b52d5d2009-08-28 10:51:37 -0700194config MACH_OMAP2_TUSB6010
195 bool
Tony Lindgren59b479e2011-01-27 16:39:40 -0800196 depends on ARCH_OMAP2 && SOC_OMAP2420
Kalle Valo1b52d5d2009-08-28 10:51:37 -0700197 default y if MACH_NOKIA_N8X0
198
Tony Lindgren1dbae812005-11-10 14:26:51 +0000199config MACH_OMAP_H4
200 bool "OMAP 2420 H4 board"
Tony Lindgren59b479e2011-01-27 16:39:40 -0800201 depends on SOC_OMAP2420
Tony Lindgrenffb63e32010-07-05 16:31:47 +0300202 default y
David Brownellf6049312006-12-06 17:14:03 -0800203 select OMAP_DEBUG_DEVICES
Russell Kingb1b3f492012-10-06 17:12:25 +0100204 select OMAP_PACKAGE_ZAF
Tony Lindgren1dbae812005-11-10 14:26:51 +0000205
Syed Mohammed Khasim72d0f1c2006-12-06 17:14:05 -0800206config MACH_OMAP_2430SDP
207 bool "OMAP 2430 SDP board"
Tony Lindgren59b479e2011-01-27 16:39:40 -0800208 depends on SOC_OMAP2430
Tony Lindgrenffb63e32010-07-05 16:31:47 +0300209 default y
Tony Lindgren369ed782010-07-05 16:31:38 +0300210 select OMAP_PACKAGE_ZAC
Syed Mohammed Khasim72d0f1c2006-12-06 17:14:05 -0800211
Syed Mohammed, Khasim2885f002008-10-09 17:51:42 +0300212config MACH_OMAP3_BEAGLE
213 bool "OMAP3 BEAGLE board"
Tony Lindgrena8eb7ca2010-02-12 12:26:48 -0800214 depends on ARCH_OMAP3
Tony Lindgrenffb63e32010-07-05 16:31:47 +0300215 default y
Tony Lindgrenca5742b2009-12-11 16:16:32 -0800216 select OMAP_PACKAGE_CBB
Syed Mohammed, Khasim2885f002008-10-09 17:51:42 +0300217
Thomas Weber476544c2010-02-17 14:09:28 -0800218config MACH_DEVKIT8000
Thomas Weber51824c52010-03-24 12:52:11 +0000219 bool "DEVKIT8000 board"
220 depends on ARCH_OMAP3
Tony Lindgrenffb63e32010-07-05 16:31:47 +0300221 default y
Thomas Weber51824c52010-03-24 12:52:11 +0000222 select OMAP_PACKAGE_CUS
Thomas Weber476544c2010-02-17 14:09:28 -0800223
Nishant Kamat49265652008-10-10 11:28:23 +0300224config MACH_OMAP_LDP
225 bool "OMAP3 LDP board"
Tony Lindgrena8eb7ca2010-02-12 12:26:48 -0800226 depends on ARCH_OMAP3
Tony Lindgrenffb63e32010-07-05 16:31:47 +0300227 default y
Tony Lindgrenca5742b2009-12-11 16:16:32 -0800228 select OMAP_PACKAGE_CBB
Nishant Kamat49265652008-10-10 11:28:23 +0300229
Tim Nordelld40f3f12010-09-27 16:05:47 +0000230config MACH_OMAP3530_LV_SOM
231 bool "OMAP3 Logic 3530 LV SOM board"
232 depends on ARCH_OMAP3
Tim Nordelld40f3f12010-09-27 16:05:47 +0000233 default y
Russell Kingb1b3f492012-10-06 17:12:25 +0100234 select OMAP_PACKAGE_CBB
Tim Nordelld40f3f12010-09-27 16:05:47 +0000235 help
236 Support for the LogicPD OMAP3530 SOM Development kit
237 for full description please see the products webpage at
238 http://www.logicpd.com/products/development-kits/texas-instruments-zoom%E2%84%A2-omap35x-development-kit
239
240config MACH_OMAP3_TORPEDO
241 bool "OMAP3 Logic 35x Torpedo board"
242 depends on ARCH_OMAP3
Tim Nordelld40f3f12010-09-27 16:05:47 +0000243 default y
Russell Kingb1b3f492012-10-06 17:12:25 +0100244 select OMAP_PACKAGE_CBB
Tim Nordelld40f3f12010-09-27 16:05:47 +0000245 help
246 Support for the LogicPD OMAP35x Torpedo Development kit
247 for full description please see the products webpage at
248 http://www.logicpd.com/products/development-kits/zoom-omap35x-torpedo-development-kit
249
Steve Sakomaneba26452008-10-09 17:51:43 +0300250config MACH_OVERO
251 bool "Gumstix Overo board"
Tony Lindgrena8eb7ca2010-02-12 12:26:48 -0800252 depends on ARCH_OMAP3
Tony Lindgrenffb63e32010-07-05 16:31:47 +0300253 default y
Tony Lindgrenca5742b2009-12-11 16:16:32 -0800254 select OMAP_PACKAGE_CBB
Grazvydas Ignotasda177242008-12-10 17:36:54 -0800255
Syed Mohammed Khasim53c5ec32009-05-28 14:13:28 -0700256config MACH_OMAP3EVM
257 bool "OMAP 3530 EVM board"
Tony Lindgrena8eb7ca2010-02-12 12:26:48 -0800258 depends on ARCH_OMAP3
Tony Lindgrenffb63e32010-07-05 16:31:47 +0300259 default y
Vaibhav Hiremath342aa2c2010-01-08 10:29:08 -0800260 select OMAP_PACKAGE_CBB
Syed Mohammed Khasim53c5ec32009-05-28 14:13:28 -0700261
Ranjith Lohithakshanc6253272009-11-18 18:41:09 -0800262config MACH_OMAP3517EVM
263 bool "OMAP3517/ AM3517 EVM board"
Tony Lindgrena8eb7ca2010-02-12 12:26:48 -0800264 depends on ARCH_OMAP3
Tony Lindgrenffb63e32010-07-05 16:31:47 +0300265 default y
Tony Lindgrenca5742b2009-12-11 16:16:32 -0800266 select OMAP_PACKAGE_CBB
Ranjith Lohithakshanc6253272009-11-18 18:41:09 -0800267
Srinath1cb125c2010-11-16 14:26:58 -0800268config MACH_CRANEBOARD
269 bool "AM3517/05 CRANE board"
270 depends on ARCH_OMAP3
271 select OMAP_PACKAGE_CBB
272
Grazvydas Ignotasda177242008-12-10 17:36:54 -0800273config MACH_OMAP3_PANDORA
274 bool "OMAP3 Pandora"
Tony Lindgrena8eb7ca2010-02-12 12:26:48 -0800275 depends on ARCH_OMAP3
Tony Lindgrenffb63e32010-07-05 16:31:47 +0300276 default y
Tony Lindgrenca5742b2009-12-11 16:16:32 -0800277 select OMAP_PACKAGE_CBB
Felipe Contrerasa075ccc2012-01-20 05:38:31 -0800278 select REGULATOR_FIXED_VOLTAGE if REGULATOR
Syed Mohammed Khasim6fdc29e2009-03-23 18:38:16 -0700279
Radek Pilara17fb8f2012-08-17 18:03:43 +0200280config MACH_TOUCHBOOK
Gregoire Gentil7a079ca2009-12-11 16:16:34 -0800281 bool "OMAP3 Touch Book"
Tony Lindgrena8eb7ca2010-02-12 12:26:48 -0800282 depends on ARCH_OMAP3
Tony Lindgrenffb63e32010-07-05 16:31:47 +0300283 default y
Radek Pilara17fb8f2012-08-17 18:03:43 +0200284 select OMAP_PACKAGE_CBB
Gregoire Gentil7a079ca2009-12-11 16:16:34 -0800285
Syed Mohammed Khasim6fdc29e2009-03-23 18:38:16 -0700286config MACH_OMAP_3430SDP
287 bool "OMAP 3430 SDP board"
Tony Lindgrena8eb7ca2010-02-12 12:26:48 -0800288 depends on ARCH_OMAP3
Tony Lindgrenffb63e32010-07-05 16:31:47 +0300289 default y
Tony Lindgrenca5742b2009-12-11 16:16:32 -0800290 select OMAP_PACKAGE_CBB
Lauri Leukkunenffe7f952009-03-23 18:38:17 -0700291
Tony Lindgrend2fbf342009-10-22 14:48:13 -0700292config MACH_NOKIA_N800
293 bool
294
295config MACH_NOKIA_N810
296 bool
297
298config MACH_NOKIA_N810_WIMAX
299 bool
300
Kalle Valo63138812009-08-28 10:51:38 -0700301config MACH_NOKIA_N8X0
302 bool "Nokia N800/N810"
Tony Lindgren59b479e2011-01-27 16:39:40 -0800303 depends on SOC_OMAP2420
Tony Lindgrenffb63e32010-07-05 16:31:47 +0300304 default y
Tony Lindgrend2fbf342009-10-22 14:48:13 -0700305 select MACH_NOKIA_N800
306 select MACH_NOKIA_N810
307 select MACH_NOKIA_N810_WIMAX
Russell Kingb1b3f492012-10-06 17:12:25 +0100308 select OMAP_PACKAGE_ZAC
Kalle Valo63138812009-08-28 10:51:38 -0700309
Aaro Koskinen2d200662010-12-17 15:13:47 -0800310config MACH_NOKIA_RM680
Pavel Machekcc067792012-10-17 23:03:00 +0200311 bool "Nokia N950 (RM-680) / N9 (RM-696) phones"
Aaro Koskinen2d200662010-12-17 15:13:47 -0800312 depends on ARCH_OMAP3
313 default y
Aaro Koskinen63fc5f32012-03-05 11:08:37 -0800314 select MACH_NOKIA_RM696
Russell Kingb1b3f492012-10-06 17:12:25 +0100315 select OMAP_PACKAGE_CBB
Aaro Koskinen2d200662010-12-17 15:13:47 -0800316
Lauri Leukkunenffe7f952009-03-23 18:38:17 -0700317config MACH_NOKIA_RX51
Pavel Machekcc067792012-10-17 23:03:00 +0200318 bool "Nokia N900 (RX-51) phone"
Tony Lindgrena8eb7ca2010-02-12 12:26:48 -0800319 depends on ARCH_OMAP3
Tony Lindgrenffb63e32010-07-05 16:31:47 +0300320 default y
Tony Lindgrenca5742b2009-12-11 16:16:32 -0800321 select OMAP_PACKAGE_CBB
Vikram Pandita577145f2009-05-28 14:04:04 -0700322
323config MACH_OMAP_ZOOM2
324 bool "OMAP3 Zoom2 board"
Tony Lindgrena8eb7ca2010-02-12 12:26:48 -0800325 depends on ARCH_OMAP3
Tony Lindgrenffb63e32010-07-05 16:31:47 +0300326 default y
Tony Lindgrenca5742b2009-12-11 16:16:32 -0800327 select OMAP_PACKAGE_CBB
Felipe Contrerasa075ccc2012-01-20 05:38:31 -0800328 select REGULATOR_FIXED_VOLTAGE if REGULATOR
Santosh Shilimkar46ba0ab2009-05-28 14:16:05 -0700329
vikram pandita5f35fbe2009-11-22 10:11:32 -0800330config MACH_OMAP_ZOOM3
331 bool "OMAP3630 Zoom3 board"
Tony Lindgrena8eb7ca2010-02-12 12:26:48 -0800332 depends on ARCH_OMAP3
Tony Lindgrenffb63e32010-07-05 16:31:47 +0300333 default y
Tony Lindgren662c8b52009-12-11 16:16:33 -0800334 select OMAP_PACKAGE_CBP
Felipe Contrerasa075ccc2012-01-20 05:38:31 -0800335 select REGULATOR_FIXED_VOLTAGE if REGULATOR
vikram pandita5f35fbe2009-11-22 10:11:32 -0800336
Mike Rapoport2886d122009-11-18 18:41:07 -0800337config MACH_CM_T35
Igor Grinbergc3146972011-07-05 03:38:23 -0700338 bool "CompuLab CM-T35/CM-T3730 modules"
Tony Lindgrena8eb7ca2010-02-12 12:26:48 -0800339 depends on ARCH_OMAP3
Tony Lindgrenffb63e32010-07-05 16:31:47 +0300340 default y
Igor Grinbergc3146972011-07-05 03:38:23 -0700341 select MACH_CM_T3730
Tony Lindgrenca5742b2009-12-11 16:16:32 -0800342 select OMAP_PACKAGE_CUS
Mike Rapoport2886d122009-11-18 18:41:07 -0800343
Igor Grinbergd04b6202010-09-21 16:03:09 +0000344config MACH_CM_T3517
345 bool "CompuLab CM-T3517 module"
346 depends on ARCH_OMAP3
347 default y
348 select OMAP_PACKAGE_CBB
Igor Grinbergd04b6202010-09-21 16:03:09 +0000349
Igor Grinbergc3146972011-07-05 03:38:23 -0700350config MACH_CM_T3730
351 bool
352
Enric Balletbo i Serra58e11162009-11-18 18:41:07 -0800353config MACH_IGEP0020
Enric Balletbo i Serra28e0f132010-02-17 14:09:26 -0800354 bool "IGEP v2 board"
Tony Lindgrena8eb7ca2010-02-12 12:26:48 -0800355 depends on ARCH_OMAP3
Tony Lindgrenffb63e32010-07-05 16:31:47 +0300356 default y
Tony Lindgrenca5742b2009-12-11 16:16:32 -0800357 select OMAP_PACKAGE_CBB
Enric Balletbo i Serra58e11162009-11-18 18:41:07 -0800358
Enric Balletbo i Serrae844b1d2010-10-08 10:22:11 -0700359config MACH_IGEP0030
360 bool "IGEP OMAP3 module"
361 depends on ARCH_OMAP3
362 default y
Mike Rapoport7be13ad2011-05-12 21:31:04 +0000363 select MACH_IGEP0020
Russell Kingb1b3f492012-10-06 17:12:25 +0100364 select OMAP_PACKAGE_CBB
Enric Balletbo i Serrae844b1d2010-10-08 10:22:11 -0700365
Jason9cbc3492010-05-17 14:39:09 +0800366config MACH_SBC3530
367 bool "OMAP3 SBC STALKER board"
368 depends on ARCH_OMAP3
Tony Lindgrenffb63e32010-07-05 16:31:47 +0300369 default y
Jason9cbc3492010-05-17 14:39:09 +0800370 select OMAP_PACKAGE_CUS
Jason9cbc3492010-05-17 14:39:09 +0800371
vikram pandita34c9ac22009-11-18 18:41:08 -0800372config MACH_OMAP_3630SDP
373 bool "OMAP3630 SDP board"
Tony Lindgrena8eb7ca2010-02-12 12:26:48 -0800374 depends on ARCH_OMAP3
Tony Lindgrenffb63e32010-07-05 16:31:47 +0300375 default y
Tony Lindgren662c8b52009-12-11 16:16:33 -0800376 select OMAP_PACKAGE_CBP
vikram pandita34c9ac22009-11-18 18:41:08 -0800377
Hemant Pedanekar2c87fb22011-02-15 23:06:08 +0530378config MACH_TI8168EVM
379 bool "TI8168 Evaluation Module"
Kevin Hilman33959552012-05-10 11:10:07 -0700380 depends on SOC_TI81XX
Hemant Pedanekar2c87fb22011-02-15 23:06:08 +0530381 default y
382
Hemant Pedanekara890b672011-12-13 10:48:55 -0800383config MACH_TI8148EVM
384 bool "TI8148 Evaluation Module"
Kevin Hilman33959552012-05-10 11:10:07 -0700385 depends on SOC_TI81XX
Hemant Pedanekara890b672011-12-13 10:48:55 -0800386 default y
387
Alexander Shishkin183bd502009-12-01 14:03:31 +0100388config OMAP3_EMU
389 bool "OMAP3 debugging peripherals"
390 depends on ARCH_OMAP3
Ming Leia8a65652011-11-23 14:44:50 -0800391 select ARM_AMBA
Alexander Shishkin183bd502009-12-01 14:03:31 +0100392 select OC_ETM
393 help
394 Say Y here to enable debugging hardware of omap3
395
Paul Walmsley18862cb2009-12-08 16:33:14 -0700396config OMAP3_SDRC_AC_TIMING
397 bool "Enable SDRC AC timing register changes"
Tony Lindgrena8eb7ca2010-02-12 12:26:48 -0800398 depends on ARCH_OMAP3
Paul Walmsley18862cb2009-12-08 16:33:14 -0700399 default n
400 help
401 If you know that none of your system initiators will attempt to
402 access SDRAM during CORE DVFS, select Y here. This should boost
403 SDRAM performance at lower CORE OPPs. There are relatively few
404 users who will wish to say yes at this point - almost everyone will
405 wish to say no. Selecting yes without understanding what is
406 going on could result in system crashes;
407
Santosh Shilimkar137d1052011-06-25 18:04:31 -0700408config OMAP4_ERRATA_I688
Santosh Shilimkar2ec1fc42012-02-02 19:33:55 +0530409 bool "OMAP4 errata: Async Bridge Corruption"
Santosh Shilimkar1348bbf2013-02-15 18:05:49 +0530410 depends on (ARCH_OMAP4 || SOC_OMAP5) && !ARCH_MULTIPLATFORM
Santosh Shilimkar137d1052011-06-25 18:04:31 -0700411 select ARCH_HAS_BARRIERS
412 help
413 If a data is stalled inside asynchronous bridge because of back
414 pressure, it may be accepted multiple times, creating pointer
415 misalignment that will corrupt next transfers on that data path
416 until next reset of the system (No recovery procedure once the
417 issue is hit, the path remains consistently broken). Async bridge
418 can be found on path between MPU to EMIF and MPU to L3 interconnect.
419 This situation can happen only when the idle is initiated by a
420 Master Request Disconnection (which is trigged by software when
421 executing WFI on CPU).
422 The work-around for this errata needs all the initiators connected
423 through async bridge must ensure that data path is properly drained
424 before issuing WFI. This condition will be met if one Strongly ordered
425 access is performed to the target right before executing the WFI.
426 In MPU case, L3 T2ASYNC FIFO and DDR T2ASYNC FIFO needs to be drained.
427 IO barrier ensure that there is no synchronisation loss on initiators
428 operating on both interconnect port simultaneously.
Tony Lindgren4a54db62010-07-05 16:31:47 +0300429endmenu
430
431endif