Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
[deliverable/linux.git] / arch / arm / mach-davinci / Kconfig
CommitLineData
7c6337e2
KH
1if ARCH_DAVINCI
2
0b0c4c2a
MG
3config AINTC
4 bool
5
0521444d
SS
6config CP_INTC
7 bool
b1b3f49c 8 select IRQ_DOMAIN
0521444d 9
55c79a40
MG
10config ARCH_DAVINCI_DMx
11 bool
b1b3f49c 12 select CPU_ARM926T
55c79a40 13
7c6337e2
KH
14menu "TI DaVinci Implementations"
15
16comment "DaVinci Core Type"
17
d0e47fba 18config ARCH_DAVINCI_DM644x
7c6337e2 19 bool "DaVinci 644x based system"
0b0c4c2a 20 select AINTC
55c79a40 21 select ARCH_DAVINCI_DMx
7c6337e2 22
95a3477f 23config ARCH_DAVINCI_DM355
a7884f45 24 bool "DaVinci 355 based system"
0b0c4c2a 25 select AINTC
55c79a40 26 select ARCH_DAVINCI_DMx
95a3477f 27
e38d92fd 28config ARCH_DAVINCI_DM646x
a7884f45 29 bool "DaVinci 646x based system"
0b0c4c2a 30 select AINTC
55c79a40
MG
31 select ARCH_DAVINCI_DMx
32
33config ARCH_DAVINCI_DA830
48ea89ea 34 bool "DA830/OMAP-L137/AM17x based system"
55c79a40 35 select ARCH_DAVINCI_DA8XX
1ce52121 36 select CPU_DCACHE_WRITETHROUGH # needed on silicon revs 1.0, 1.1
b1b3f49c 37 select CP_INTC
55c79a40 38
e1a8d7e2 39config ARCH_DAVINCI_DA850
48ea89ea 40 bool "DA850/OMAP-L138/AM18x based system"
e1a8d7e2 41 select ARCH_DAVINCI_DA8XX
6601b803 42 select ARCH_HAS_CPUFREQ
b1b3f49c 43 select CP_INTC
e1a8d7e2 44
55c79a40
MG
45config ARCH_DAVINCI_DA8XX
46 bool
b1b3f49c 47 select CPU_ARM926T
e38d92fd 48
a46e9e40
SP
49config ARCH_DAVINCI_DM365
50 bool "DaVinci 365 based system"
51 select AINTC
52 select ARCH_DAVINCI_DMx
53
4d1e7848 54config ARCH_DAVINCI_TNETV107X
b1b3f49c 55 bool "TNETV107X based system"
4d1e7848
CC
56 select CPU_V6
57 select CP_INTC
4d1e7848 58
7c6337e2
KH
59comment "DaVinci Board Type"
60
689e331f
SN
61config MACH_DA8XX_DT
62 bool "Support DA8XX platforms using device tree"
63 default y
64 depends on ARCH_DAVINCI_DA8XX
1faaba3d 65 select PINCTRL
689e331f
SN
66 help
67 Say y here to include support for TI DaVinci DA850 based using
68 Flattened Device Tree. More information at Documentation/devicetree
69
7c6337e2 70config MACH_DAVINCI_EVM
d0e47fba 71 bool "TI DM644x EVM"
f28f03bb 72 default ARCH_DAVINCI_DM644x
d0e47fba 73 depends on ARCH_DAVINCI_DM644x
22ca4668 74 select EEPROM_AT24
45b146d7 75 select I2C
7c6337e2
KH
76 help
77 Configure this option to specify the whether the board used
d0e47fba 78 for development is a DM644x EVM
7c6337e2 79
f5ce6a67
HV
80config MACH_SFFSDR
81 bool "Lyrtech SFFSDR"
f5ce6a67 82 depends on ARCH_DAVINCI_DM644x
22ca4668 83 select EEPROM_AT24
45b146d7 84 select I2C
f5ce6a67
HV
85 help
86 Say Y here to select the Lyrtech Small Form Factor
87 Software Defined Radio (SFFSDR) board.
5526b3f7 88
c16fe267
AP
89config MACH_NEUROS_OSD2
90 bool "Neuros OSD2 Open Television Set Top Box"
91 depends on ARCH_DAVINCI_DM644x
92 help
93 Configure this option to specify the whether the board used
94 for development is a Neuros OSD2 Open Set Top Box.
95
95a3477f
KH
96config MACH_DAVINCI_DM355_EVM
97 bool "TI DM355 EVM"
f28f03bb 98 default ARCH_DAVINCI_DM355
95a3477f
KH
99 depends on ARCH_DAVINCI_DM355
100 help
101 Configure this option to specify the whether the board used
102 for development is a DM355 EVM
103
104config MACH_DM355_LEOPARD
105 bool "DM355 Leopard board"
95a3477f
KH
106 depends on ARCH_DAVINCI_DM355
107 help
108 Configure this option to specify the whether the board used
109 for development is a DM355 Leopard board.
110
e38d92fd
KH
111config MACH_DAVINCI_DM6467_EVM
112 bool "TI DM6467 EVM"
f28f03bb 113 default ARCH_DAVINCI_DM646x
e38d92fd 114 depends on ARCH_DAVINCI_DM646x
22ca4668 115 select EEPROM_AT24
45b146d7 116 select I2C
b1b3f49c 117 select MACH_DAVINCI_DM6467TEVM
e38d92fd
KH
118 help
119 Configure this option to specify the whether the board used
120 for development is a DM6467 EVM
121
c1978e1d
SN
122config MACH_DAVINCI_DM6467TEVM
123 bool
124
a46e9e40
SP
125config MACH_DAVINCI_DM365_EVM
126 bool "TI DM365 EVM"
127 default ARCH_DAVINCI_DM365
128 depends on ARCH_DAVINCI_DM365
22ca4668 129 select EEPROM_AT24
45b146d7 130 select I2C
a46e9e40
SP
131 help
132 Configure this option to specify whether the board used
133 for development is a DM365 EVM
134
8593790d 135config MACH_DAVINCI_DA830_EVM
48ea89ea 136 bool "TI DA830/OMAP-L137/AM17x Reference Platform"
8593790d
MG
137 default ARCH_DAVINCI_DA830
138 depends on ARCH_DAVINCI_DA830
22ca4668 139 select EEPROM_AT24
b1b3f49c 140 select GPIO_PCF857X
45b146d7 141 select I2C
8593790d 142 help
48ea89ea 143 Say Y here to select the TI DA830/OMAP-L137/AM17x Evaluation Module.
e38d92fd 144
13e1f044 145choice
48ea89ea 146 prompt "Select DA830/OMAP-L137/AM17x UI board peripheral"
77316f05
SN
147 depends on MACH_DAVINCI_DA830_EVM
148 help
48ea89ea
SN
149 The presence of UI card on the DA830/OMAP-L137/AM17x EVM is
150 detected automatically based on successful probe of the I2C
151 based GPIO expander on that board. This option selected in this
152 menu has an effect only in case of a successful UI card detection.
13e1f044
SC
153
154config DA830_UI_LCD
155 bool "LCD"
156 help
157 Say Y here to use the LCD as a framebuffer or simple character
158 display.
159
733975a3
DG
160config DA830_UI_NAND
161 bool "NAND flash"
162 help
a7884f45 163 Say Y here to use the NAND flash. Do not forget to setup
733975a3 164 the switch correctly.
13e1f044
SC
165endchoice
166
0fbc5592 167config MACH_DAVINCI_DA850_EVM
48ea89ea 168 bool "TI DA850/OMAP-L138/AM18x Reference Platform"
0fbc5592
SR
169 default ARCH_DAVINCI_DA850
170 depends on ARCH_DAVINCI_DA850
2206771c 171 help
48ea89ea 172 Say Y here to select the TI DA850/OMAP-L138/AM18x Evaluation Module.
2206771c
C
173
174choice
175 prompt "Select peripherals connected to expander on UI board"
797d799e
SN
176 depends on MACH_DAVINCI_DA850_EVM
177 help
48ea89ea 178 The presence of User Interface (UI) card on the DA850/OMAP-L138/AM18x
797d799e
SN
179 EVM is detected automatically based on successful probe of the I2C
180 based GPIO expander on that card. This option selected in this
181 menu has an effect only in case of a successful UI card detection.
2206771c
C
182
183config DA850_UI_NONE
184 bool "No peripheral is enabled"
185 help
186 Say Y if you do not want to enable any of the peripherals connected
48ea89ea 187 to TCA6416 expander on DA850/OMAP-L138/AM18x EVM UI card
2206771c
C
188
189config DA850_UI_RMII
190 bool "RMII Ethernet PHY"
191 help
48ea89ea
SN
192 Say Y if you want to use the RMII PHY on the DA850/OMAP-L138/AM18x
193 EVM. This PHY is found on the UI daughter card that is supplied with
2206771c
C
194 the EVM.
195 NOTE: Please take care while choosing this option, MII PHY will
196 not be functional if RMII mode is selected.
197
1e046d17
MH
198config DA850_UI_SD_VIDEO_PORT
199 bool "Video Port Interface"
200 help
201 Say Y if you want to use Video Port Interface (VPIF) on the
202 DA850/OMAP-L138 EVM. The Video decoders/encoders are found on the
203 UI daughter card that is supplied with the EVM.
204
2206771c
C
205endchoice
206
ab3f5c1f
IY
207config DA850_WL12XX
208 bool "AM18x wl1271 daughter board"
209 depends on MACH_DAVINCI_DA850_EVM
210 help
211 The wl1271 daughter card for AM18x EVMs is a combo wireless
212 connectivity add-on card, based on the LS Research TiWi module with
213 Texas Instruments' wl1271 solution.
214 Say Y if you want to use a wl1271 expansion card connected to the
215 AM18x EVM.
216
d5539ca0
BG
217config GPIO_PCA953X
218 default MACH_DAVINCI_DA850_EVM
219
9cc30499
BG
220config KEYBOARD_GPIO_POLLED
221 default MACH_DAVINCI_DA850_EVM
222
57a58a2e
CC
223config MACH_TNETV107X
224 bool "TI TNETV107X Reference Platform"
225 default ARCH_DAVINCI_TNETV107X
226 depends on ARCH_DAVINCI_TNETV107X
227 help
228 Say Y here to select the TI TNETV107X Evaluation Module.
229
f2dbb6d9
MW
230config MACH_MITYOMAPL138
231 bool "Critical Link MityDSP-L138/MityARM-1808 SoM"
232 depends on ARCH_DAVINCI_DA850
22ca4668 233 select EEPROM_AT24
45b146d7 234 select I2C
f2dbb6d9
MW
235 help
236 Say Y here to select the Critical Link MityDSP-L138/MityARM-1808
237 System on Module. Information on this SoM may be found at
238 http://www.mitydsp.com
239
6c18c91b
VR
240config MACH_OMAPL138_HAWKBOARD
241 bool "TI AM1808 / OMAPL-138 Hawkboard platform"
242 depends on ARCH_DAVINCI_DA850
243 help
244 Say Y here to select the TI AM1808 / OMAPL-138 Hawkboard platform .
245 Information of this board may be found at
246 http://www.hawkboard.org/
247
5526b3f7
KH
248config DAVINCI_MUX
249 bool "DAVINCI multiplexing support"
250 depends on ARCH_DAVINCI
251 default y
252 help
253 Pin multiplexing support for DAVINCI boards. If your bootloader
254 sets the multiplexing correctly, say N. Otherwise, or if unsure,
255 say Y.
256
257config DAVINCI_MUX_DEBUG
a7884f45
SN
258 bool "Multiplexing debug output"
259 depends on DAVINCI_MUX
260 help
261 Makes the multiplexing functions print out a lot of debug info.
262 This is useful if you want to find out the correct values of the
263 multiplexing registers.
5526b3f7
KH
264
265config DAVINCI_MUX_WARNINGS
a7884f45
SN
266 bool "Warn about pins the bootloader didn't set up"
267 depends on DAVINCI_MUX
268 help
269 Choose Y here to warn whenever driver initialization logic needs
270 to change the pin multiplexing setup. When there are no warnings
271 printed, it's safe to deselect DAVINCI_MUX for your product.
5526b3f7 272
c5b736d0
KH
273config DAVINCI_RESET_CLOCKS
274 bool "Reset unused clocks during boot"
275 depends on ARCH_DAVINCI
276 help
277 Say Y if you want to reset unused clocks during boot.
278 This option saves power, but assumes all drivers are
279 using the clock framework. Broken drivers that do not
280 yet use clock framework may not work with this option.
281 If you are booting from another operating system, you
282 probably do not want this option enabled until your
283 device drivers work properly.
284
7c6337e2
KH
285endmenu
286
287endif
This page took 0.514846 seconds and 5 git commands to generate.