blob: 2ce1ef07c13d63c52edea705c655ea2f8ef3469f [file] [log] [blame]
Kevin Hilman7c6337e2007-04-30 19:37:19 +01001if ARCH_DAVINCI
2
Mark A. Greer0b0c4c22009-04-15 12:41:40 -07003config AINTC
4 bool
5
Sergei Shtylyov05214442009-03-11 19:49:05 +04006config CP_INTC
Heiko Schocher07caba92012-05-30 12:18:57 +02007 select IRQ_DOMAIN
Sergei Shtylyov05214442009-03-11 19:49:05 +04008 bool
9
Mark A. Greer55c79a42009-06-03 18:36:54 -070010config ARCH_DAVINCI_DMx
Cyril Chemparathyb7220492010-03-25 17:43:44 -040011 select CPU_ARM926T
Mark A. Greer55c79a42009-06-03 18:36:54 -070012 bool
13
Kevin Hilman7c6337e2007-04-30 19:37:19 +010014menu "TI DaVinci Implementations"
15
16comment "DaVinci Core Type"
17
Kevin Hilmand0e47fb2009-04-14 11:30:11 -050018config ARCH_DAVINCI_DM644x
Kevin Hilman7c6337e2007-04-30 19:37:19 +010019 bool "DaVinci 644x based system"
Mark A. Greer0b0c4c22009-04-15 12:41:40 -070020 select AINTC
Mark A. Greer55c79a42009-06-03 18:36:54 -070021 select ARCH_DAVINCI_DMx
Kevin Hilman7c6337e2007-04-30 19:37:19 +010022
Kevin Hilman95a34772009-04-29 12:10:55 -070023config ARCH_DAVINCI_DM355
Sekhar Noria7884f42010-07-01 19:00:49 +053024 bool "DaVinci 355 based system"
Mark A. Greer0b0c4c22009-04-15 12:41:40 -070025 select AINTC
Mark A. Greer55c79a42009-06-03 18:36:54 -070026 select ARCH_DAVINCI_DMx
Kevin Hilman95a34772009-04-29 12:10:55 -070027
Kevin Hilmane38d92f2009-04-29 17:44:58 -070028config ARCH_DAVINCI_DM646x
Sekhar Noria7884f42010-07-01 19:00:49 +053029 bool "DaVinci 646x based system"
Mark A. Greer0b0c4c22009-04-15 12:41:40 -070030 select AINTC
Mark A. Greer55c79a42009-06-03 18:36:54 -070031 select ARCH_DAVINCI_DMx
32
33config ARCH_DAVINCI_DA830
Sekhar Nori48ea89e2010-07-01 19:00:50 +053034 bool "DA830/OMAP-L137/AM17x based system"
Mark A. Greer55c79a42009-06-03 18:36:54 -070035 select CP_INTC
36 select ARCH_DAVINCI_DA8XX
Kevin Hilman1ce52122009-07-17 08:36:19 -070037 select CPU_DCACHE_WRITETHROUGH # needed on silicon revs 1.0, 1.1
Mark A. Greer55c79a42009-06-03 18:36:54 -070038
Sudhakar Rajashekharae1a8d7e2009-07-16 06:41:54 -040039config ARCH_DAVINCI_DA850
Sekhar Nori48ea89e2010-07-01 19:00:50 +053040 bool "DA850/OMAP-L138/AM18x based system"
Sudhakar Rajashekharae1a8d7e2009-07-16 06:41:54 -040041 select CP_INTC
42 select ARCH_DAVINCI_DA8XX
Sekhar Nori6601b802009-09-22 21:14:00 +053043 select ARCH_HAS_CPUFREQ
Sudhakar Rajashekharae1a8d7e2009-07-16 06:41:54 -040044
Mark A. Greer55c79a42009-06-03 18:36:54 -070045config ARCH_DAVINCI_DA8XX
Cyril Chemparathyb7220492010-03-25 17:43:44 -040046 select CPU_ARM926T
Mark A. Greer55c79a42009-06-03 18:36:54 -070047 bool
Kevin Hilmane38d92f2009-04-29 17:44:58 -070048
Sandeep Paulraja46e9e42009-06-09 16:28:44 -040049config ARCH_DAVINCI_DM365
50 bool "DaVinci 365 based system"
51 select AINTC
52 select ARCH_DAVINCI_DMx
53
Cyril Chemparathy4d1e7842010-05-18 12:51:19 -040054config ARCH_DAVINCI_TNETV107X
55 select CPU_V6
56 select CP_INTC
57 bool "TNETV107X based system"
58
Kevin Hilman7c6337e2007-04-30 19:37:19 +010059comment "DaVinci Board Type"
60
61config MACH_DAVINCI_EVM
Kevin Hilmand0e47fb2009-04-14 11:30:11 -050062 bool "TI DM644x EVM"
Kevin Hilmanf28f03b2009-06-03 14:54:27 -070063 default ARCH_DAVINCI_DM644x
Kevin Hilmand0e47fb2009-04-14 11:30:11 -050064 depends on ARCH_DAVINCI_DM644x
Kevin Hilman22ca4662010-11-19 07:25:30 -080065 select MISC_DEVICES
66 select EEPROM_AT24
Russell King - ARM Linux45b146d2011-04-15 12:32:40 +000067 select I2C
Kevin Hilman7c6337e2007-04-30 19:37:19 +010068 help
69 Configure this option to specify the whether the board used
Kevin Hilmand0e47fb2009-04-14 11:30:11 -050070 for development is a DM644x EVM
Kevin Hilman7c6337e2007-04-30 19:37:19 +010071
Hugo Villeneuvef5ce6a62009-04-29 16:46:57 -070072config MACH_SFFSDR
73 bool "Lyrtech SFFSDR"
Hugo Villeneuvef5ce6a62009-04-29 16:46:57 -070074 depends on ARCH_DAVINCI_DM644x
Kevin Hilman22ca4662010-11-19 07:25:30 -080075 select MISC_DEVICES
76 select EEPROM_AT24
Russell King - ARM Linux45b146d2011-04-15 12:32:40 +000077 select I2C
Hugo Villeneuvef5ce6a62009-04-29 16:46:57 -070078 help
79 Say Y here to select the Lyrtech Small Form Factor
80 Software Defined Radio (SFFSDR) board.
Kevin Hilman5526b3f2009-04-14 09:50:37 -050081
Andrey Porodkoc16fe262009-11-13 19:16:51 +050082config MACH_NEUROS_OSD2
83 bool "Neuros OSD2 Open Television Set Top Box"
84 depends on ARCH_DAVINCI_DM644x
85 help
86 Configure this option to specify the whether the board used
87 for development is a Neuros OSD2 Open Set Top Box.
88
Kevin Hilman95a34772009-04-29 12:10:55 -070089config MACH_DAVINCI_DM355_EVM
90 bool "TI DM355 EVM"
Kevin Hilmanf28f03b2009-06-03 14:54:27 -070091 default ARCH_DAVINCI_DM355
Kevin Hilman95a34772009-04-29 12:10:55 -070092 depends on ARCH_DAVINCI_DM355
93 help
94 Configure this option to specify the whether the board used
95 for development is a DM355 EVM
96
97config MACH_DM355_LEOPARD
98 bool "DM355 Leopard board"
Kevin Hilman95a34772009-04-29 12:10:55 -070099 depends on ARCH_DAVINCI_DM355
100 help
101 Configure this option to specify the whether the board used
102 for development is a DM355 Leopard board.
103
Kevin Hilmane38d92f2009-04-29 17:44:58 -0700104config MACH_DAVINCI_DM6467_EVM
105 bool "TI DM6467 EVM"
Kevin Hilmanf28f03b2009-06-03 14:54:27 -0700106 default ARCH_DAVINCI_DM646x
Kevin Hilmane38d92f2009-04-29 17:44:58 -0700107 depends on ARCH_DAVINCI_DM646x
Sekhar Noric1978e12009-11-24 18:25:15 +0530108 select MACH_DAVINCI_DM6467TEVM
Kevin Hilman22ca4662010-11-19 07:25:30 -0800109 select MISC_DEVICES
110 select EEPROM_AT24
Russell King - ARM Linux45b146d2011-04-15 12:32:40 +0000111 select I2C
Kevin Hilmane38d92f2009-04-29 17:44:58 -0700112 help
113 Configure this option to specify the whether the board used
114 for development is a DM6467 EVM
115
Sekhar Noric1978e12009-11-24 18:25:15 +0530116config MACH_DAVINCI_DM6467TEVM
117 bool
118
Sandeep Paulraja46e9e42009-06-09 16:28:44 -0400119config MACH_DAVINCI_DM365_EVM
120 bool "TI DM365 EVM"
121 default ARCH_DAVINCI_DM365
122 depends on ARCH_DAVINCI_DM365
Kevin Hilman22ca4662010-11-19 07:25:30 -0800123 select MISC_DEVICES
124 select EEPROM_AT24
Russell King - ARM Linux45b146d2011-04-15 12:32:40 +0000125 select I2C
Sandeep Paulraja46e9e42009-06-09 16:28:44 -0400126 help
127 Configure this option to specify whether the board used
128 for development is a DM365 EVM
129
Mark A. Greer85937902009-06-03 18:41:53 -0700130config MACH_DAVINCI_DA830_EVM
Sekhar Nori48ea89e2010-07-01 19:00:50 +0530131 bool "TI DA830/OMAP-L137/AM17x Reference Platform"
Mark A. Greer85937902009-06-03 18:41:53 -0700132 default ARCH_DAVINCI_DA830
133 depends on ARCH_DAVINCI_DA830
Sekhar Nori77316f02009-10-21 21:18:20 +0530134 select GPIO_PCF857X
Kevin Hilman22ca4662010-11-19 07:25:30 -0800135 select MISC_DEVICES
136 select EEPROM_AT24
Russell King - ARM Linux45b146d2011-04-15 12:32:40 +0000137 select I2C
Mark A. Greer85937902009-06-03 18:41:53 -0700138 help
Sekhar Nori48ea89e2010-07-01 19:00:50 +0530139 Say Y here to select the TI DA830/OMAP-L137/AM17x Evaluation Module.
Kevin Hilmane38d92f2009-04-29 17:44:58 -0700140
Steve Chen13e1f042009-09-15 18:15:06 -0700141choice
Sekhar Nori48ea89e2010-07-01 19:00:50 +0530142 prompt "Select DA830/OMAP-L137/AM17x UI board peripheral"
Sekhar Nori77316f02009-10-21 21:18:20 +0530143 depends on MACH_DAVINCI_DA830_EVM
144 help
Sekhar Nori48ea89e2010-07-01 19:00:50 +0530145 The presence of UI card on the DA830/OMAP-L137/AM17x EVM is
146 detected automatically based on successful probe of the I2C
147 based GPIO expander on that board. This option selected in this
148 menu has an effect only in case of a successful UI card detection.
Steve Chen13e1f042009-09-15 18:15:06 -0700149
150config DA830_UI_LCD
151 bool "LCD"
152 help
153 Say Y here to use the LCD as a framebuffer or simple character
154 display.
155
David A. Griego733975a2009-09-18 14:15:18 -0700156config DA830_UI_NAND
157 bool "NAND flash"
158 help
Sekhar Noria7884f42010-07-01 19:00:49 +0530159 Say Y here to use the NAND flash. Do not forget to setup
David A. Griego733975a2009-09-18 14:15:18 -0700160 the switch correctly.
Steve Chen13e1f042009-09-15 18:15:06 -0700161endchoice
162
Sudhakar Rajashekhara0fbc5592009-07-16 06:42:18 -0400163config MACH_DAVINCI_DA850_EVM
Sekhar Nori48ea89e2010-07-01 19:00:50 +0530164 bool "TI DA850/OMAP-L138/AM18x Reference Platform"
Sudhakar Rajashekhara0fbc5592009-07-16 06:42:18 -0400165 default ARCH_DAVINCI_DA850
166 depends on ARCH_DAVINCI_DA850
167 help
Sekhar Nori48ea89e2010-07-01 19:00:50 +0530168 Say Y here to select the TI DA850/OMAP-L138/AM18x Evaluation Module.
Sudhakar Rajashekhara0fbc5592009-07-16 06:42:18 -0400169
Chaithrika U S22067712009-09-30 17:00:53 -0400170choice
171 prompt "Select peripherals connected to expander on UI board"
Sekhar Nori797d7992009-10-21 21:18:23 +0530172 depends on MACH_DAVINCI_DA850_EVM
173 help
Sekhar Nori48ea89e2010-07-01 19:00:50 +0530174 The presence of User Interface (UI) card on the DA850/OMAP-L138/AM18x
Sekhar Nori797d7992009-10-21 21:18:23 +0530175 EVM is detected automatically based on successful probe of the I2C
176 based GPIO expander on that card. This option selected in this
177 menu has an effect only in case of a successful UI card detection.
Chaithrika U S22067712009-09-30 17:00:53 -0400178
179config DA850_UI_NONE
180 bool "No peripheral is enabled"
181 help
182 Say Y if you do not want to enable any of the peripherals connected
Sekhar Nori48ea89e2010-07-01 19:00:50 +0530183 to TCA6416 expander on DA850/OMAP-L138/AM18x EVM UI card
Chaithrika U S22067712009-09-30 17:00:53 -0400184
185config DA850_UI_RMII
186 bool "RMII Ethernet PHY"
187 help
Sekhar Nori48ea89e2010-07-01 19:00:50 +0530188 Say Y if you want to use the RMII PHY on the DA850/OMAP-L138/AM18x
189 EVM. This PHY is found on the UI daughter card that is supplied with
Chaithrika U S22067712009-09-30 17:00:53 -0400190 the EVM.
191 NOTE: Please take care while choosing this option, MII PHY will
192 not be functional if RMII mode is selected.
193
194endchoice
195
Ido Yarivab3f5c1f2011-08-04 10:51:23 +0300196config DA850_WL12XX
197 bool "AM18x wl1271 daughter board"
198 depends on MACH_DAVINCI_DA850_EVM
199 help
200 The wl1271 daughter card for AM18x EVMs is a combo wireless
201 connectivity add-on card, based on the LS Research TiWi module with
202 Texas Instruments' wl1271 solution.
203 Say Y if you want to use a wl1271 expansion card connected to the
204 AM18x EVM.
205
Ben Gardinerd5539ca2010-11-19 09:17:35 -0500206config GPIO_PCA953X
207 default MACH_DAVINCI_DA850_EVM
208
Ben Gardiner9cc30492010-12-09 16:51:07 -0500209config KEYBOARD_GPIO_POLLED
210 default MACH_DAVINCI_DA850_EVM
211
Cyril Chemparathy57a58a22010-05-18 12:51:21 -0400212config MACH_TNETV107X
213 bool "TI TNETV107X Reference Platform"
214 default ARCH_DAVINCI_TNETV107X
215 depends on ARCH_DAVINCI_TNETV107X
216 help
217 Say Y here to select the TI TNETV107X Evaluation Module.
218
Michael Williamsonf2dbb6d2010-09-02 13:58:07 -0400219config MACH_MITYOMAPL138
220 bool "Critical Link MityDSP-L138/MityARM-1808 SoM"
221 depends on ARCH_DAVINCI_DA850
Kevin Hilman22ca4662010-11-19 07:25:30 -0800222 select MISC_DEVICES
223 select EEPROM_AT24
Russell King - ARM Linux45b146d2011-04-15 12:32:40 +0000224 select I2C
Michael Williamsonf2dbb6d2010-09-02 13:58:07 -0400225 help
226 Say Y here to select the Critical Link MityDSP-L138/MityARM-1808
227 System on Module. Information on this SoM may be found at
228 http://www.mitydsp.com
229
Victor Rodriguez6c18c912010-09-23 11:28:40 -0500230config MACH_OMAPL138_HAWKBOARD
231 bool "TI AM1808 / OMAPL-138 Hawkboard platform"
232 depends on ARCH_DAVINCI_DA850
233 help
234 Say Y here to select the TI AM1808 / OMAPL-138 Hawkboard platform .
235 Information of this board may be found at
236 http://www.hawkboard.org/
237
Kevin Hilman5526b3f2009-04-14 09:50:37 -0500238config DAVINCI_MUX
239 bool "DAVINCI multiplexing support"
240 depends on ARCH_DAVINCI
241 default y
242 help
243 Pin multiplexing support for DAVINCI boards. If your bootloader
244 sets the multiplexing correctly, say N. Otherwise, or if unsure,
245 say Y.
246
247config DAVINCI_MUX_DEBUG
Sekhar Noria7884f42010-07-01 19:00:49 +0530248 bool "Multiplexing debug output"
249 depends on DAVINCI_MUX
250 help
251 Makes the multiplexing functions print out a lot of debug info.
252 This is useful if you want to find out the correct values of the
253 multiplexing registers.
Kevin Hilman5526b3f2009-04-14 09:50:37 -0500254
255config DAVINCI_MUX_WARNINGS
Sekhar Noria7884f42010-07-01 19:00:49 +0530256 bool "Warn about pins the bootloader didn't set up"
257 depends on DAVINCI_MUX
258 help
259 Choose Y here to warn whenever driver initialization logic needs
260 to change the pin multiplexing setup. When there are no warnings
261 printed, it's safe to deselect DAVINCI_MUX for your product.
Kevin Hilman5526b3f2009-04-14 09:50:37 -0500262
Kevin Hilmanc5b736d2009-03-20 17:29:01 -0700263config DAVINCI_RESET_CLOCKS
264 bool "Reset unused clocks during boot"
265 depends on ARCH_DAVINCI
266 help
267 Say Y if you want to reset unused clocks during boot.
268 This option saves power, but assumes all drivers are
269 using the clock framework. Broken drivers that do not
270 yet use clock framework may not work with this option.
271 If you are booting from another operating system, you
272 probably do not want this option enabled until your
273 device drivers work properly.
274
Kevin Hilman7c6337e2007-04-30 19:37:19 +0100275endmenu
276
277endif