xref: /openbmc/linux/arch/arm/mach-at91/Kconfig (revision 0912e535)
19d041268SAndrew Victorif ARCH_AT91
29d041268SAndrew Victor
32ef9f59aSJean-Christophe PLAGNIOL-VILLARDconfig HAVE_AT91_DATAFLASH_CARD
42ef9f59aSJean-Christophe PLAGNIOL-VILLARD	bool
52ef9f59aSJean-Christophe PLAGNIOL-VILLARD
62ef9f59aSJean-Christophe PLAGNIOL-VILLARDconfig HAVE_NAND_ATMEL_BUSWIDTH_16
72ef9f59aSJean-Christophe PLAGNIOL-VILLARD	bool
82ef9f59aSJean-Christophe PLAGNIOL-VILLARD
92ef9f59aSJean-Christophe PLAGNIOL-VILLARDconfig HAVE_AT91_USART3
102ef9f59aSJean-Christophe PLAGNIOL-VILLARD	bool
112ef9f59aSJean-Christophe PLAGNIOL-VILLARD
122ef9f59aSJean-Christophe PLAGNIOL-VILLARDconfig HAVE_AT91_USART4
132ef9f59aSJean-Christophe PLAGNIOL-VILLARD	bool
142ef9f59aSJean-Christophe PLAGNIOL-VILLARD
152ef9f59aSJean-Christophe PLAGNIOL-VILLARDconfig HAVE_AT91_USART5
162ef9f59aSJean-Christophe PLAGNIOL-VILLARD	bool
172ef9f59aSJean-Christophe PLAGNIOL-VILLARD
189d041268SAndrew Victormenu "Atmel AT91 System-on-Chip"
199d041268SAndrew Victor
209d041268SAndrew Victorchoice
219d041268SAndrew Victor	prompt "Atmel AT91 Processor"
229d041268SAndrew Victor
239d041268SAndrew Victorconfig ARCH_AT91RM9200
249d041268SAndrew Victor	bool "AT91RM9200"
25c750815eSRussell King	select CPU_ARM920T
265e802dfaSDavid Brownell	select GENERIC_TIME
275e802dfaSDavid Brownell	select GENERIC_CLOCKEVENTS
282ef9f59aSJean-Christophe PLAGNIOL-VILLARD	select HAVE_AT91_USART3
299d041268SAndrew Victor
309d041268SAndrew Victorconfig ARCH_AT91SAM9260
31f7eee89bSAndrew Victor	bool "AT91SAM9260 or AT91SAM9XE"
32c750815eSRussell King	select CPU_ARM926T
33ad48ce74SAndrew Victor	select GENERIC_TIME
34ad48ce74SAndrew Victor	select GENERIC_CLOCKEVENTS
352ef9f59aSJean-Christophe PLAGNIOL-VILLARD	select HAVE_AT91_USART3
362ef9f59aSJean-Christophe PLAGNIOL-VILLARD	select HAVE_AT91_USART4
372ef9f59aSJean-Christophe PLAGNIOL-VILLARD	select HAVE_AT91_USART5
389d041268SAndrew Victor
399d041268SAndrew Victorconfig ARCH_AT91SAM9261
409d041268SAndrew Victor	bool "AT91SAM9261"
41c750815eSRussell King	select CPU_ARM926T
42ad48ce74SAndrew Victor	select GENERIC_TIME
43ad48ce74SAndrew Victor	select GENERIC_CLOCKEVENTS
440912e535SNicolas Ferre	select HAVE_FB_ATMEL
459d041268SAndrew Victor
46b319ff80SNicolas Ferreconfig ARCH_AT91SAM9G10
47b319ff80SNicolas Ferre	bool "AT91SAM9G10"
48b319ff80SNicolas Ferre	select CPU_ARM926T
49b319ff80SNicolas Ferre	select GENERIC_TIME
50b319ff80SNicolas Ferre	select GENERIC_CLOCKEVENTS
510912e535SNicolas Ferre	select HAVE_FB_ATMEL
52b319ff80SNicolas Ferre
53b2c65616SAndrew Victorconfig ARCH_AT91SAM9263
54b2c65616SAndrew Victor	bool "AT91SAM9263"
55c750815eSRussell King	select CPU_ARM926T
56ad48ce74SAndrew Victor	select GENERIC_TIME
57ad48ce74SAndrew Victor	select GENERIC_CLOCKEVENTS
580912e535SNicolas Ferre	select HAVE_FB_ATMEL
59b2c65616SAndrew Victor
60877d7720SAndrew Victorconfig ARCH_AT91SAM9RL
61877d7720SAndrew Victor	bool "AT91SAM9RL"
62c750815eSRussell King	select CPU_ARM926T
63ad48ce74SAndrew Victor	select GENERIC_TIME
64ad48ce74SAndrew Victor	select GENERIC_CLOCKEVENTS
652ef9f59aSJean-Christophe PLAGNIOL-VILLARD	select HAVE_AT91_USART3
660912e535SNicolas Ferre	select HAVE_FB_ATMEL
67877d7720SAndrew Victor
6861352667Ssedji gaouaouconfig ARCH_AT91SAM9G20
6961352667Ssedji gaouaou	bool "AT91SAM9G20"
70c750815eSRussell King	select CPU_ARM926T
7161352667Ssedji gaouaou	select GENERIC_TIME
7261352667Ssedji gaouaou	select GENERIC_CLOCKEVENTS
732ef9f59aSJean-Christophe PLAGNIOL-VILLARD	select HAVE_AT91_USART3
742ef9f59aSJean-Christophe PLAGNIOL-VILLARD	select HAVE_AT91_USART4
752ef9f59aSJean-Christophe PLAGNIOL-VILLARD	select HAVE_AT91_USART5
7661352667Ssedji gaouaou
77789b23bcSNicolas Ferreconfig ARCH_AT91SAM9G45
78789b23bcSNicolas Ferre	bool "AT91SAM9G45"
79789b23bcSNicolas Ferre	select CPU_ARM926T
80789b23bcSNicolas Ferre	select GENERIC_TIME
81789b23bcSNicolas Ferre	select GENERIC_CLOCKEVENTS
822ef9f59aSJean-Christophe PLAGNIOL-VILLARD	select HAVE_AT91_USART3
830912e535SNicolas Ferre	select HAVE_FB_ATMEL
84789b23bcSNicolas Ferre
852b3b3516SAndrew Victorconfig ARCH_AT91CAP9
862b3b3516SAndrew Victor	bool "AT91CAP9"
87c750815eSRussell King	select CPU_ARM926T
88ad48ce74SAndrew Victor	select GENERIC_TIME
89ad48ce74SAndrew Victor	select GENERIC_CLOCKEVENTS
900912e535SNicolas Ferre	select HAVE_FB_ATMEL
912b3b3516SAndrew Victor
929f1ccefeSGreg Ungererconfig ARCH_AT91X40
939f1ccefeSGreg Ungerer	bool "AT91x40"
949f1ccefeSGreg Ungerer
959d041268SAndrew Victorendchoice
969d041268SAndrew Victor
979f1ccefeSGreg Ungererconfig AT91_PMC_UNIT
989f1ccefeSGreg Ungerer	bool
999f1ccefeSGreg Ungerer	default !ARCH_AT91X40
1009f1ccefeSGreg Ungerer
1019d041268SAndrew Victor# ----------------------------------------------------------
1029d041268SAndrew Victor
1039d041268SAndrew Victorif ARCH_AT91RM9200
1049d041268SAndrew Victor
1059d041268SAndrew Victorcomment "AT91RM9200 Board Type"
1069d041268SAndrew Victor
1079d041268SAndrew Victorconfig MACH_ONEARM
1089d041268SAndrew Victor	bool "Ajeco 1ARM Single Board Computer"
1099d041268SAndrew Victor	help
1109d041268SAndrew Victor	  Select this if you are using Ajeco's 1ARM Single Board Computer.
1119d041268SAndrew Victor	  <http://www.ajeco.fi/products.htm>
1129d041268SAndrew Victor
1139d041268SAndrew Victorconfig ARCH_AT91RM9200DK
1149d041268SAndrew Victor	bool "Atmel AT91RM9200-DK Development board"
1152ef9f59aSJean-Christophe PLAGNIOL-VILLARD	select HAVE_AT91_DATAFLASH_CARD
1169d041268SAndrew Victor	help
1179d041268SAndrew Victor	  Select this if you are using Atmel's AT91RM9200-DK Development board.
1189d041268SAndrew Victor	  (Discontinued)
1199d041268SAndrew Victor
1209d041268SAndrew Victorconfig MACH_AT91RM9200EK
1219d041268SAndrew Victor	bool "Atmel AT91RM9200-EK Evaluation Kit"
1222ef9f59aSJean-Christophe PLAGNIOL-VILLARD	select HAVE_AT91_DATAFLASH_CARD
1239d041268SAndrew Victor	help
1249d041268SAndrew Victor	  Select this if you are using Atmel's AT91RM9200-EK Evaluation Kit.
1259d041268SAndrew Victor	  <http://www.atmel.com/dyn/products/tools_card.asp?tool_id=3507>
1269d041268SAndrew Victor
1279d041268SAndrew Victorconfig MACH_CSB337
1289d041268SAndrew Victor	bool "Cogent CSB337"
1299d041268SAndrew Victor	help
1309d041268SAndrew Victor	  Select this if you are using Cogent's CSB337 board.
1319d041268SAndrew Victor	  <http://www.cogcomp.com/csb_csb337.htm>
1329d041268SAndrew Victor
1339d041268SAndrew Victorconfig MACH_CSB637
1349d041268SAndrew Victor	bool "Cogent CSB637"
1359d041268SAndrew Victor	help
1369d041268SAndrew Victor	  Select this if you are using Cogent's CSB637 board.
1379d041268SAndrew Victor	  <http://www.cogcomp.com/csb_csb637.htm>
1389d041268SAndrew Victor
1399d041268SAndrew Victorconfig MACH_CARMEVA
1409d041268SAndrew Victor	bool "Conitec ARM&EVA"
1419d041268SAndrew Victor	help
1429d041268SAndrew Victor	  Select this if you are using Conitec's AT91RM9200-MCU-Module.
1439d041268SAndrew Victor	  <http://www.conitec.net/english/linuxboard.htm>
1449d041268SAndrew Victor
1459d041268SAndrew Victorconfig MACH_ATEB9200
1469d041268SAndrew Victor	bool "Embest ATEB9200"
1479d041268SAndrew Victor	help
1489d041268SAndrew Victor	  Select this if you are using Embest's ATEB9200 board.
1499d041268SAndrew Victor	  <http://www.embedinfo.com/english/product/ATEB9200.asp>
1509d041268SAndrew Victor
1519d041268SAndrew Victorconfig MACH_KB9200
1529d041268SAndrew Victor	bool "KwikByte KB920x"
1539d041268SAndrew Victor	help
1549d041268SAndrew Victor	  Select this if you are using KwikByte's KB920x board.
1559d041268SAndrew Victor	  <http://kwikbyte.com/KB9202_description_new.htm>
1569d041268SAndrew Victor
1575d01f133SSimon Richterconfig MACH_PICOTUX2XX
1585d01f133SSimon Richter	bool "picotux 200"
1595d01f133SSimon Richter	help
1605d01f133SSimon Richter	  Select this if you are using a picotux 200.
1615d01f133SSimon Richter	  <http://www.picotux.com/>
1625d01f133SSimon Richter
1639d041268SAndrew Victorconfig MACH_KAFA
1649d041268SAndrew Victor	bool "Sperry-Sun KAFA board"
1659d041268SAndrew Victor	help
1669d041268SAndrew Victor	  Select this if you are using Sperry-Sun's KAFA board.
1679d041268SAndrew Victor
1682f036ac6SAndrew Victorconfig MACH_ECBAT91
1692f036ac6SAndrew Victor	bool "emQbit ECB_AT91 SBC"
1702ef9f59aSJean-Christophe PLAGNIOL-VILLARD	select HAVE_AT91_DATAFLASH_CARD
1712f036ac6SAndrew Victor	help
1722f036ac6SAndrew Victor	  Select this if you are using emQbit's ECB_AT91 board.
1732f036ac6SAndrew Victor	  <http://wiki.emqbit.com/free-ecb-at91>
1742f036ac6SAndrew Victor
175e3ba22dbSAndrew Victorconfig MACH_YL9200
176e3ba22dbSAndrew Victor	bool "ucDragon YL-9200"
177e3ba22dbSAndrew Victor	help
178e3ba22dbSAndrew Victor	  Select this if you are using the ucDragon YL-9200 board.
179e3ba22dbSAndrew Victor
18010233a93SEric Bénardconfig MACH_CPUAT91
18110233a93SEric Bénard	bool "Eukrea CPUAT91"
18210233a93SEric Bénard	help
18310233a93SEric Bénard	  Select this if you are using the Eukrea Electromatique's
18410233a93SEric Bénard	  CPUAT91 board <http://www.eukrea.com/>.
18510233a93SEric Bénard
1869d041268SAndrew Victorendif
1879d041268SAndrew Victor
1889d041268SAndrew Victor# ----------------------------------------------------------
1899d041268SAndrew Victor
1909d041268SAndrew Victorif ARCH_AT91SAM9260
1919d041268SAndrew Victor
192f7eee89bSAndrew Victorcomment "AT91SAM9260 Variants"
1939d041268SAndrew Victor
194f7eee89bSAndrew Victorconfig ARCH_AT91SAM9260_SAM9XE
195f7eee89bSAndrew Victor	bool "AT91SAM9XE"
1969d041268SAndrew Victor	help
197f7eee89bSAndrew Victor	  Select this if you are using Atmel's AT91SAM9XE System-on-Chip.
198a982ac06SMatt LaPlante	  They are basically AT91SAM9260s with various sizes of embedded Flash.
199f7eee89bSAndrew Victor
200f7eee89bSAndrew Victorcomment "AT91SAM9260 / AT91SAM9XE Board Type"
201f7eee89bSAndrew Victor
202f7eee89bSAndrew Victorconfig MACH_AT91SAM9260EK
203f7eee89bSAndrew Victor	bool "Atmel AT91SAM9260-EK / AT91SAM9XE Evaluation Kit"
2042ef9f59aSJean-Christophe PLAGNIOL-VILLARD	select HAVE_AT91_DATAFLASH_CARD
2052ef9f59aSJean-Christophe PLAGNIOL-VILLARD	select HAVE_NAND_ATMEL_BUSWIDTH_16
206f7eee89bSAndrew Victor	help
207f7eee89bSAndrew Victor	  Select this if you are using Atmel's AT91SAM9260-EK or AT91SAM9XE Evaluation Kit
2089d041268SAndrew Victor	  <http://www.atmel.com/dyn/products/tools_card.asp?tool_id=3933>
2099d041268SAndrew Victor
21035131fb6SAndrew Victorconfig MACH_CAM60
21135131fb6SAndrew Victor	bool "KwikByte KB9260 (CAM60) board"
21235131fb6SAndrew Victor	help
21335131fb6SAndrew Victor	  Select this if you are using KwikByte's KB9260 (CAM60) board based on the Atmel AT91SAM9260.
21435131fb6SAndrew Victor	  <http://www.kwikbyte.com/KB9260.html>
21535131fb6SAndrew Victor
21666dbfc6cSAndrew Victorconfig MACH_SAM9_L9260
21766dbfc6cSAndrew Victor	bool "Olimex SAM9-L9260 board"
2182ef9f59aSJean-Christophe PLAGNIOL-VILLARD	select HAVE_AT91_DATAFLASH_CARD
21966dbfc6cSAndrew Victor	help
22066dbfc6cSAndrew Victor	  Select this if you are using Olimex's SAM9-L9260 board based on the Atmel AT91SAM9260.
22166dbfc6cSAndrew Victor	  <http://www.olimex.com/dev/sam9-L9260.html>
22266dbfc6cSAndrew Victor
2239c784f95SSergey Lapinconfig MACH_AFEB9260
2249c784f95SSergey Lapin	bool "Custom afeb9260 board v1"
2259c784f95SSergey Lapin	help
2269c784f95SSergey Lapin	  Select this if you are using custom afeb9260 board based on
2279c784f95SSergey Lapin	  open hardware design. Select this for revision 1 of the board.
2289c784f95SSergey Lapin	  <svn://194.85.238.22/home/users/george/svn/arm9eb>
2299c784f95SSergey Lapin	  <http://groups.google.com/group/arm9fpga-evolution-board>
2309c784f95SSergey Lapin
231ca0a789aSAndrew Victorconfig MACH_USB_A9260
232ca0a789aSAndrew Victor	bool "CALAO USB-A9260"
233ca0a789aSAndrew Victor	help
234ca0a789aSAndrew Victor	  Select this if you are using a Calao Systems USB-A9260.
235ca0a789aSAndrew Victor	  <http://www.calao-systems.com>
236ca0a789aSAndrew Victor
237ca0a789aSAndrew Victorconfig MACH_QIL_A9260
238ca0a789aSAndrew Victor	bool "CALAO QIL-A9260 board"
239ca0a789aSAndrew Victor	help
240ca0a789aSAndrew Victor	  Select this if you are using a Calao Systems QIL-A9260 Board.
241ca0a789aSAndrew Victor	  <http://www.calao-systems.com>
242ca0a789aSAndrew Victor
24341a353d1SEric Bénardconfig MACH_CPU9260
24441a353d1SEric Bénard	bool "Eukrea CPU9260 board"
24541a353d1SEric Bénard	help
24641a353d1SEric Bénard	  Select this if you are using a Eukrea Electromatique's
24741a353d1SEric Bénard	  CPU9260 Board <http://www.eukrea.com/>
24841a353d1SEric Bénard
2499d041268SAndrew Victorendif
2509d041268SAndrew Victor
2519d041268SAndrew Victor# ----------------------------------------------------------
2529d041268SAndrew Victor
2539d041268SAndrew Victorif ARCH_AT91SAM9261
2549d041268SAndrew Victor
2559d041268SAndrew Victorcomment "AT91SAM9261 Board Type"
2569d041268SAndrew Victor
2579d041268SAndrew Victorconfig MACH_AT91SAM9261EK
2589d041268SAndrew Victor	bool "Atmel AT91SAM9261-EK Evaluation Kit"
2592ef9f59aSJean-Christophe PLAGNIOL-VILLARD	select HAVE_AT91_DATAFLASH_CARD
2602ef9f59aSJean-Christophe PLAGNIOL-VILLARD	select HAVE_NAND_ATMEL_BUSWIDTH_16
2619d041268SAndrew Victor	help
2629d041268SAndrew Victor	  Select this if you are using Atmel's AT91SAM9261-EK Evaluation Kit.
2639d041268SAndrew Victor	  <http://www.atmel.com/dyn/products/tools_card.asp?tool_id=3820>
2649d041268SAndrew Victor
2659d041268SAndrew Victorendif
2669d041268SAndrew Victor
2679d041268SAndrew Victor# ----------------------------------------------------------
2689d041268SAndrew Victor
269b319ff80SNicolas Ferreif ARCH_AT91SAM9G10
270b319ff80SNicolas Ferre
271b319ff80SNicolas Ferrecomment "AT91SAM9G10 Board Type"
272b319ff80SNicolas Ferre
273b319ff80SNicolas Ferreconfig MACH_AT91SAM9G10EK
274b319ff80SNicolas Ferre	bool "Atmel AT91SAM9G10-EK Evaluation Kit"
2752ef9f59aSJean-Christophe PLAGNIOL-VILLARD	select HAVE_AT91_DATAFLASH_CARD
2762ef9f59aSJean-Christophe PLAGNIOL-VILLARD	select HAVE_NAND_ATMEL_BUSWIDTH_16
277b319ff80SNicolas Ferre	help
278b319ff80SNicolas Ferre	  Select this if you are using Atmel's AT91SAM9G10-EK Evaluation Kit.
279b319ff80SNicolas Ferre	  <http://www.atmel.com/dyn/products/tools_card.asp?tool_id=4588>
280b319ff80SNicolas Ferre
281b319ff80SNicolas Ferreendif
282b319ff80SNicolas Ferre
283b319ff80SNicolas Ferre# ----------------------------------------------------------
284b319ff80SNicolas Ferre
285e6d92e63SAndrew Victorif ARCH_AT91SAM9263
286e6d92e63SAndrew Victor
287e6d92e63SAndrew Victorcomment "AT91SAM9263 Board Type"
288e6d92e63SAndrew Victor
289e6d92e63SAndrew Victorconfig MACH_AT91SAM9263EK
290e6d92e63SAndrew Victor	bool "Atmel AT91SAM9263-EK Evaluation Kit"
2912ef9f59aSJean-Christophe PLAGNIOL-VILLARD	select HAVE_AT91_DATAFLASH_CARD
2922ef9f59aSJean-Christophe PLAGNIOL-VILLARD	select HAVE_NAND_ATMEL_BUSWIDTH_16
293e6d92e63SAndrew Victor	help
294e6d92e63SAndrew Victor	  Select this if you are using Atmel's AT91SAM9263-EK Evaluation Kit.
295e6d92e63SAndrew Victor	  <http://www.atmel.com/dyn/products/tools_card.asp?tool_id=4057>
296e6d92e63SAndrew Victor
297ca0a789aSAndrew Victorconfig MACH_USB_A9263
298ca0a789aSAndrew Victor	bool "CALAO USB-A9263"
299ca0a789aSAndrew Victor	help
300ca0a789aSAndrew Victor	  Select this if you are using a Calao Systems USB-A9263.
301ca0a789aSAndrew Victor	  <http://www.calao-systems.com>
302ca0a789aSAndrew Victor
303ffc63b7dSAndrew Victorconfig MACH_NEOCORE926
304ffc63b7dSAndrew Victor	bool "Adeneo NEOCORE926"
3052ef9f59aSJean-Christophe PLAGNIOL-VILLARD	select HAVE_AT91_DATAFLASH_CARD
306ffc63b7dSAndrew Victor	help
307ffc63b7dSAndrew Victor	  Select this if you are using the Adeneo Neocore 926 board.
308ffc63b7dSAndrew Victor
309e6d92e63SAndrew Victorendif
310e6d92e63SAndrew Victor
311e6d92e63SAndrew Victor# ----------------------------------------------------------
312e6d92e63SAndrew Victor
313c42dcb3dSAndrew Victorif ARCH_AT91SAM9RL
314c42dcb3dSAndrew Victor
315c42dcb3dSAndrew Victorcomment "AT91SAM9RL Board Type"
316c42dcb3dSAndrew Victor
317c42dcb3dSAndrew Victorconfig MACH_AT91SAM9RLEK
318c42dcb3dSAndrew Victor	bool "Atmel AT91SAM9RL-EK Evaluation Kit"
319c42dcb3dSAndrew Victor	help
320c42dcb3dSAndrew Victor	  Select this if you are using Atmel's AT91SAM9RL-EK Evaluation Kit.
321c42dcb3dSAndrew Victor
322c42dcb3dSAndrew Victorendif
323c42dcb3dSAndrew Victor
324c42dcb3dSAndrew Victor# ----------------------------------------------------------
325c42dcb3dSAndrew Victor
32661352667Ssedji gaouaouif ARCH_AT91SAM9G20
32761352667Ssedji gaouaou
32861352667Ssedji gaouaoucomment "AT91SAM9G20 Board Type"
32961352667Ssedji gaouaou
33061352667Ssedji gaouaouconfig MACH_AT91SAM9G20EK
33161352667Ssedji gaouaou	bool "Atmel AT91SAM9G20-EK Evaluation Kit"
3322ef9f59aSJean-Christophe PLAGNIOL-VILLARD	select HAVE_AT91_DATAFLASH_CARD
3332ef9f59aSJean-Christophe PLAGNIOL-VILLARD	select HAVE_NAND_ATMEL_BUSWIDTH_16
33461352667Ssedji gaouaou	help
335fdcad71cSNicolas Ferre	  Select this if you are using Atmel's AT91SAM9G20-EK Evaluation Kit
336fdcad71cSNicolas Ferre	  that embeds only one SD/MMC slot.
337fdcad71cSNicolas Ferre
338fdcad71cSNicolas Ferreconfig MACH_AT91SAM9G20EK_2MMC
339fdcad71cSNicolas Ferre	bool "Atmel AT91SAM9G20-EK Evaluation Kit with 2 SD/MMC Slots"
3402ef9f59aSJean-Christophe PLAGNIOL-VILLARD	select HAVE_NAND_ATMEL_BUSWIDTH_16
341fdcad71cSNicolas Ferre	help
342fdcad71cSNicolas Ferre	  Select this if you are using an Atmel AT91SAM9G20-EK Evaluation Kit
343fdcad71cSNicolas Ferre	  with 2 SD/MMC Slots. This is the case for AT91SAM9G20-EK rev. C and
344fdcad71cSNicolas Ferre	  onwards.
34561352667Ssedji gaouaou
34641a353d1SEric Bénardconfig MACH_CPU9G20
34741a353d1SEric Bénard	bool "Eukrea CPU9G20 board"
34841a353d1SEric Bénard	help
34941a353d1SEric Bénard	  Select this if you are using a Eukrea Electromatique's
35041a353d1SEric Bénard	  CPU9G20 Board <http://www.eukrea.com/>
35141a353d1SEric Bénard
35261352667Ssedji gaouaouendif
35361352667Ssedji gaouaou
35461352667Ssedji gaouaou# ----------------------------------------------------------
35561352667Ssedji gaouaou
356789b23bcSNicolas Ferreif ARCH_AT91SAM9G45
357789b23bcSNicolas Ferre
358789b23bcSNicolas Ferrecomment "AT91SAM9G45 Board Type"
359789b23bcSNicolas Ferre
360789b23bcSNicolas Ferreconfig MACH_AT91SAM9G45EKES
361789b23bcSNicolas Ferre	bool "Atmel AT91SAM9G45-EKES Evaluation Kit"
3622ef9f59aSJean-Christophe PLAGNIOL-VILLARD	select HAVE_NAND_ATMEL_BUSWIDTH_16
363789b23bcSNicolas Ferre	help
364789b23bcSNicolas Ferre	  Select this if you are using Atmel's AT91SAM9G45-EKES Evaluation Kit.
365789b23bcSNicolas Ferre	  "ES" at the end of the name means that this board is an
366789b23bcSNicolas Ferre	  Engineering Sample.
367789b23bcSNicolas Ferre
368789b23bcSNicolas Ferreendif
369789b23bcSNicolas Ferre
370789b23bcSNicolas Ferre# ----------------------------------------------------------
371789b23bcSNicolas Ferre
37286640caeSAndrew Victorif ARCH_AT91CAP9
37386640caeSAndrew Victor
37486640caeSAndrew Victorcomment "AT91CAP9 Board Type"
37586640caeSAndrew Victor
37686640caeSAndrew Victorconfig MACH_AT91CAP9ADK
37786640caeSAndrew Victor	bool "Atmel AT91CAP9A-DK Evaluation Kit"
3782ef9f59aSJean-Christophe PLAGNIOL-VILLARD	select HAVE_AT91_DATAFLASH_CARD
3792ef9f59aSJean-Christophe PLAGNIOL-VILLARD	select HAVE_NAND_ATMEL_BUSWIDTH_16
38086640caeSAndrew Victor	help
38186640caeSAndrew Victor	  Select this if you are using Atmel's AT91CAP9A-DK Evaluation Kit.
38286640caeSAndrew Victor	  <http://www.atmel.com/dyn/products/tools_card.asp?tool_id=4138>
38386640caeSAndrew Victor
38486640caeSAndrew Victorendif
38586640caeSAndrew Victor
38686640caeSAndrew Victor# ----------------------------------------------------------
38786640caeSAndrew Victor
3889f1ccefeSGreg Ungererif ARCH_AT91X40
3899f1ccefeSGreg Ungerer
3909f1ccefeSGreg Ungerercomment "AT91X40 Board Type"
3919f1ccefeSGreg Ungerer
3929f1ccefeSGreg Ungererconfig MACH_AT91EB01
3939f1ccefeSGreg Ungerer	bool "Atmel AT91EB01 Evaluation Kit"
3949f1ccefeSGreg Ungerer	help
3959f1ccefeSGreg Ungerer	  Select this if you are using Atmel's AT91EB01 Evaluation Kit.
3969f1ccefeSGreg Ungerer	  It is also a popular target for simulators such as GDB's
3979f1ccefeSGreg Ungerer	  ARM simulator (commonly known as the ARMulator) and the
3989f1ccefeSGreg Ungerer	  Skyeye simulator.
3999f1ccefeSGreg Ungerer
4009f1ccefeSGreg Ungererendif
4019f1ccefeSGreg Ungerer
4029f1ccefeSGreg Ungerer# ----------------------------------------------------------
4039f1ccefeSGreg Ungerer
4049d041268SAndrew Victorcomment "AT91 Board Options"
4059d041268SAndrew Victor
4069d041268SAndrew Victorconfig MTD_AT91_DATAFLASH_CARD
4079d041268SAndrew Victor	bool "Enable DataFlash Card support"
4082ef9f59aSJean-Christophe PLAGNIOL-VILLARD	depends on HAVE_AT91_DATAFLASH_CARD
4099d041268SAndrew Victor	help
4109d041268SAndrew Victor	  Enable support for the DataFlash card.
4119d041268SAndrew Victor
412f6ed6f78SPieter du Preezconfig MTD_NAND_ATMEL_BUSWIDTH_16
4139d041268SAndrew Victor	bool "Enable 16-bit data bus interface to NAND flash"
4142ef9f59aSJean-Christophe PLAGNIOL-VILLARD	depends on HAVE_NAND_ATMEL_BUSWIDTH_16
4159d041268SAndrew Victor	help
4169d041268SAndrew Victor	  On AT91SAM926x boards both types of NAND flash can be present
4179d041268SAndrew Victor	  (8 and 16 bit data bus width).
4189d041268SAndrew Victor
4199d041268SAndrew Victor# ----------------------------------------------------------
4209d041268SAndrew Victor
4219d041268SAndrew Victorcomment "AT91 Feature Selections"
4229d041268SAndrew Victor
4239d041268SAndrew Victorconfig AT91_PROGRAMMABLE_CLOCKS
4249d041268SAndrew Victor	bool "Programmable Clocks"
4259d041268SAndrew Victor	help
4269d041268SAndrew Victor	  Select this if you need to program one or more of the PCK0..PCK3
4279d041268SAndrew Victor	  programmable clock outputs.
4289d041268SAndrew Victor
429eaad2db0SAndrew Victorconfig AT91_SLOW_CLOCK
430eaad2db0SAndrew Victor	bool "Suspend-to-RAM disables main oscillator"
431eaad2db0SAndrew Victor	depends on SUSPEND
432eaad2db0SAndrew Victor	help
433eaad2db0SAndrew Victor	  Select this if you want Suspend-to-RAM to save the most power
434eaad2db0SAndrew Victor	  possible (without powering off the CPU) by disabling the PLLs
435eaad2db0SAndrew Victor	  and main oscillator so that only the 32 KiHz clock is available.
436eaad2db0SAndrew Victor
437eaad2db0SAndrew Victor	  When only that slow-clock is available, some peripherals lose
438eaad2db0SAndrew Victor	  functionality.  Many can't issue wakeup events unless faster
439eaad2db0SAndrew Victor	  clocks are available.  Some lose their operating state and
440eaad2db0SAndrew Victor	  need to be completely re-initialized.
441eaad2db0SAndrew Victor
4425248c657SDavid Brownellconfig AT91_TIMER_HZ
4435248c657SDavid Brownell       int "Kernel HZ (jiffies per second)"
4445248c657SDavid Brownell       range 32 1024
4455248c657SDavid Brownell       depends on ARCH_AT91
4465248c657SDavid Brownell       default "128" if ARCH_AT91RM9200
4475248c657SDavid Brownell       default "100"
4485248c657SDavid Brownell       help
4495248c657SDavid Brownell	  On AT91rm9200 chips where you're using a system clock derived
4505248c657SDavid Brownell	  from the 32768 Hz hardware clock, this tick rate should divide
4515248c657SDavid Brownell	  it exactly: use a power-of-two value, such as 128 or 256, to
4525248c657SDavid Brownell	  reduce timing errors caused by rounding.
4535248c657SDavid Brownell
4545248c657SDavid Brownell	  On AT91sam926x chips, or otherwise when using a higher precision
4555248c657SDavid Brownell	  system clock (of at least several MHz), rounding is less of a
4565248c657SDavid Brownell	  problem so it can be safer to use a decimal values like 100.
4575248c657SDavid Brownell
458fa3218d8SGuennadi Liakhovetskichoice
459fa3218d8SGuennadi Liakhovetski	prompt "Select a UART for early kernel messages"
460fa3218d8SGuennadi Liakhovetski
461fa3218d8SGuennadi Liakhovetskiconfig AT91_EARLY_DBGU
462fa3218d8SGuennadi Liakhovetski	bool "DBGU"
463fa3218d8SGuennadi Liakhovetski
464fa3218d8SGuennadi Liakhovetskiconfig AT91_EARLY_USART0
465fa3218d8SGuennadi Liakhovetski	bool "USART0"
466fa3218d8SGuennadi Liakhovetski
467fa3218d8SGuennadi Liakhovetskiconfig AT91_EARLY_USART1
468fa3218d8SGuennadi Liakhovetski	bool "USART1"
469fa3218d8SGuennadi Liakhovetski
470fa3218d8SGuennadi Liakhovetskiconfig AT91_EARLY_USART2
471fa3218d8SGuennadi Liakhovetski	bool "USART2"
472fa3218d8SGuennadi Liakhovetski	depends on ! ARCH_AT91X40
473fa3218d8SGuennadi Liakhovetski
474fa3218d8SGuennadi Liakhovetskiconfig AT91_EARLY_USART3
475fa3218d8SGuennadi Liakhovetski	bool "USART3"
4762ef9f59aSJean-Christophe PLAGNIOL-VILLARD	depends on HAVE_AT91_USART3
477fa3218d8SGuennadi Liakhovetski
478fa3218d8SGuennadi Liakhovetskiconfig AT91_EARLY_USART4
479fa3218d8SGuennadi Liakhovetski	bool "USART4"
4802ef9f59aSJean-Christophe PLAGNIOL-VILLARD	depends on HAVE_AT91_USART4
481fa3218d8SGuennadi Liakhovetski
482fa3218d8SGuennadi Liakhovetskiconfig AT91_EARLY_USART5
483fa3218d8SGuennadi Liakhovetski	bool "USART5"
4842ef9f59aSJean-Christophe PLAGNIOL-VILLARD	depends on HAVE_AT91_USART5
485fa3218d8SGuennadi Liakhovetski
486fa3218d8SGuennadi Liakhovetskiendchoice
487fa3218d8SGuennadi Liakhovetski
4889d041268SAndrew Victorendmenu
4899d041268SAndrew Victor
4909d041268SAndrew Victorendif
491