xref: /openbmc/linux/arch/arm/mach-at91/Kconfig (revision 9b404b7c)
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
925e38efaeSAndrew Victorconfig ARCH_AT572D940HF
935e38efaeSAndrew Victor	bool "AT572D940HF"
945e38efaeSAndrew Victor	select CPU_ARM926T
955e38efaeSAndrew Victor	select GENERIC_TIME
965e38efaeSAndrew Victor	select GENERIC_CLOCKEVENTS
975e38efaeSAndrew Victor
989f1ccefeSGreg Ungererconfig ARCH_AT91X40
999f1ccefeSGreg Ungerer	bool "AT91x40"
1009f1ccefeSGreg Ungerer
1019d041268SAndrew Victorendchoice
1029d041268SAndrew Victor
1039f1ccefeSGreg Ungererconfig AT91_PMC_UNIT
1049f1ccefeSGreg Ungerer	bool
1059f1ccefeSGreg Ungerer	default !ARCH_AT91X40
1069f1ccefeSGreg Ungerer
1079d041268SAndrew Victor# ----------------------------------------------------------
1089d041268SAndrew Victor
1099d041268SAndrew Victorif ARCH_AT91RM9200
1109d041268SAndrew Victor
1119d041268SAndrew Victorcomment "AT91RM9200 Board Type"
1129d041268SAndrew Victor
1139d041268SAndrew Victorconfig MACH_ONEARM
1149d041268SAndrew Victor	bool "Ajeco 1ARM Single Board Computer"
1159d041268SAndrew Victor	help
1169d041268SAndrew Victor	  Select this if you are using Ajeco's 1ARM Single Board Computer.
1179d041268SAndrew Victor	  <http://www.ajeco.fi/products.htm>
1189d041268SAndrew Victor
1199d041268SAndrew Victorconfig ARCH_AT91RM9200DK
1209d041268SAndrew Victor	bool "Atmel AT91RM9200-DK Development board"
1212ef9f59aSJean-Christophe PLAGNIOL-VILLARD	select HAVE_AT91_DATAFLASH_CARD
1229d041268SAndrew Victor	help
1239d041268SAndrew Victor	  Select this if you are using Atmel's AT91RM9200-DK Development board.
1249d041268SAndrew Victor	  (Discontinued)
1259d041268SAndrew Victor
1269d041268SAndrew Victorconfig MACH_AT91RM9200EK
1279d041268SAndrew Victor	bool "Atmel AT91RM9200-EK Evaluation Kit"
1282ef9f59aSJean-Christophe PLAGNIOL-VILLARD	select HAVE_AT91_DATAFLASH_CARD
1299d041268SAndrew Victor	help
1309d041268SAndrew Victor	  Select this if you are using Atmel's AT91RM9200-EK Evaluation Kit.
1319d041268SAndrew Victor	  <http://www.atmel.com/dyn/products/tools_card.asp?tool_id=3507>
1329d041268SAndrew Victor
1339d041268SAndrew Victorconfig MACH_CSB337
1349d041268SAndrew Victor	bool "Cogent CSB337"
1359d041268SAndrew Victor	help
1369d041268SAndrew Victor	  Select this if you are using Cogent's CSB337 board.
1379d041268SAndrew Victor	  <http://www.cogcomp.com/csb_csb337.htm>
1389d041268SAndrew Victor
1399d041268SAndrew Victorconfig MACH_CSB637
1409d041268SAndrew Victor	bool "Cogent CSB637"
1419d041268SAndrew Victor	help
1429d041268SAndrew Victor	  Select this if you are using Cogent's CSB637 board.
1439d041268SAndrew Victor	  <http://www.cogcomp.com/csb_csb637.htm>
1449d041268SAndrew Victor
1459d041268SAndrew Victorconfig MACH_CARMEVA
1469d041268SAndrew Victor	bool "Conitec ARM&EVA"
1479d041268SAndrew Victor	help
1489d041268SAndrew Victor	  Select this if you are using Conitec's AT91RM9200-MCU-Module.
1499d041268SAndrew Victor	  <http://www.conitec.net/english/linuxboard.htm>
1509d041268SAndrew Victor
1519d041268SAndrew Victorconfig MACH_ATEB9200
1529d041268SAndrew Victor	bool "Embest ATEB9200"
1539d041268SAndrew Victor	help
1549d041268SAndrew Victor	  Select this if you are using Embest's ATEB9200 board.
1559d041268SAndrew Victor	  <http://www.embedinfo.com/english/product/ATEB9200.asp>
1569d041268SAndrew Victor
1579d041268SAndrew Victorconfig MACH_KB9200
1589d041268SAndrew Victor	bool "KwikByte KB920x"
1599d041268SAndrew Victor	help
1609d041268SAndrew Victor	  Select this if you are using KwikByte's KB920x board.
1619d041268SAndrew Victor	  <http://kwikbyte.com/KB9202_description_new.htm>
1629d041268SAndrew Victor
1635d01f133SSimon Richterconfig MACH_PICOTUX2XX
1645d01f133SSimon Richter	bool "picotux 200"
1655d01f133SSimon Richter	help
1665d01f133SSimon Richter	  Select this if you are using a picotux 200.
1675d01f133SSimon Richter	  <http://www.picotux.com/>
1685d01f133SSimon Richter
1699d041268SAndrew Victorconfig MACH_KAFA
1709d041268SAndrew Victor	bool "Sperry-Sun KAFA board"
1719d041268SAndrew Victor	help
1729d041268SAndrew Victor	  Select this if you are using Sperry-Sun's KAFA board.
1739d041268SAndrew Victor
1742f036ac6SAndrew Victorconfig MACH_ECBAT91
1752f036ac6SAndrew Victor	bool "emQbit ECB_AT91 SBC"
1762ef9f59aSJean-Christophe PLAGNIOL-VILLARD	select HAVE_AT91_DATAFLASH_CARD
1772f036ac6SAndrew Victor	help
1782f036ac6SAndrew Victor	  Select this if you are using emQbit's ECB_AT91 board.
1792f036ac6SAndrew Victor	  <http://wiki.emqbit.com/free-ecb-at91>
1802f036ac6SAndrew Victor
181e3ba22dbSAndrew Victorconfig MACH_YL9200
182e3ba22dbSAndrew Victor	bool "ucDragon YL-9200"
183e3ba22dbSAndrew Victor	help
184e3ba22dbSAndrew Victor	  Select this if you are using the ucDragon YL-9200 board.
185e3ba22dbSAndrew Victor
18610233a93SEric Bénardconfig MACH_CPUAT91
18710233a93SEric Bénard	bool "Eukrea CPUAT91"
18810233a93SEric Bénard	help
18910233a93SEric Bénard	  Select this if you are using the Eukrea Electromatique's
19010233a93SEric Bénard	  CPUAT91 board <http://www.eukrea.com/>.
19110233a93SEric Bénard
19201c62c9bSUwe Kleine-Königconfig MACH_ECO920
19301c62c9bSUwe Kleine-König	bool "eco920"
19401c62c9bSUwe Kleine-König	help
19501c62c9bSUwe Kleine-König	  Select this if you are using the eco920 board
19601c62c9bSUwe Kleine-König
1979d041268SAndrew Victorendif
1989d041268SAndrew Victor
1999d041268SAndrew Victor# ----------------------------------------------------------
2009d041268SAndrew Victor
2019d041268SAndrew Victorif ARCH_AT91SAM9260
2029d041268SAndrew Victor
203f7eee89bSAndrew Victorcomment "AT91SAM9260 Variants"
2049d041268SAndrew Victor
205f7eee89bSAndrew Victorconfig ARCH_AT91SAM9260_SAM9XE
206f7eee89bSAndrew Victor	bool "AT91SAM9XE"
2079d041268SAndrew Victor	help
208f7eee89bSAndrew Victor	  Select this if you are using Atmel's AT91SAM9XE System-on-Chip.
209a982ac06SMatt LaPlante	  They are basically AT91SAM9260s with various sizes of embedded Flash.
210f7eee89bSAndrew Victor
211f7eee89bSAndrew Victorcomment "AT91SAM9260 / AT91SAM9XE Board Type"
212f7eee89bSAndrew Victor
213f7eee89bSAndrew Victorconfig MACH_AT91SAM9260EK
214f7eee89bSAndrew Victor	bool "Atmel AT91SAM9260-EK / AT91SAM9XE Evaluation Kit"
2152ef9f59aSJean-Christophe PLAGNIOL-VILLARD	select HAVE_AT91_DATAFLASH_CARD
2162ef9f59aSJean-Christophe PLAGNIOL-VILLARD	select HAVE_NAND_ATMEL_BUSWIDTH_16
217f7eee89bSAndrew Victor	help
218f7eee89bSAndrew Victor	  Select this if you are using Atmel's AT91SAM9260-EK or AT91SAM9XE Evaluation Kit
2199d041268SAndrew Victor	  <http://www.atmel.com/dyn/products/tools_card.asp?tool_id=3933>
2209d041268SAndrew Victor
22135131fb6SAndrew Victorconfig MACH_CAM60
22235131fb6SAndrew Victor	bool "KwikByte KB9260 (CAM60) board"
22335131fb6SAndrew Victor	help
22435131fb6SAndrew Victor	  Select this if you are using KwikByte's KB9260 (CAM60) board based on the Atmel AT91SAM9260.
22535131fb6SAndrew Victor	  <http://www.kwikbyte.com/KB9260.html>
22635131fb6SAndrew Victor
22766dbfc6cSAndrew Victorconfig MACH_SAM9_L9260
22866dbfc6cSAndrew Victor	bool "Olimex SAM9-L9260 board"
2292ef9f59aSJean-Christophe PLAGNIOL-VILLARD	select HAVE_AT91_DATAFLASH_CARD
23066dbfc6cSAndrew Victor	help
23166dbfc6cSAndrew Victor	  Select this if you are using Olimex's SAM9-L9260 board based on the Atmel AT91SAM9260.
23266dbfc6cSAndrew Victor	  <http://www.olimex.com/dev/sam9-L9260.html>
23366dbfc6cSAndrew Victor
2349c784f95SSergey Lapinconfig MACH_AFEB9260
2359c784f95SSergey Lapin	bool "Custom afeb9260 board v1"
2369c784f95SSergey Lapin	help
2379c784f95SSergey Lapin	  Select this if you are using custom afeb9260 board based on
2389c784f95SSergey Lapin	  open hardware design. Select this for revision 1 of the board.
2399c784f95SSergey Lapin	  <svn://194.85.238.22/home/users/george/svn/arm9eb>
2409c784f95SSergey Lapin	  <http://groups.google.com/group/arm9fpga-evolution-board>
2419c784f95SSergey Lapin
242ca0a789aSAndrew Victorconfig MACH_USB_A9260
243ca0a789aSAndrew Victor	bool "CALAO USB-A9260"
244ca0a789aSAndrew Victor	help
245ca0a789aSAndrew Victor	  Select this if you are using a Calao Systems USB-A9260.
246ca0a789aSAndrew Victor	  <http://www.calao-systems.com>
247ca0a789aSAndrew Victor
248ca0a789aSAndrew Victorconfig MACH_QIL_A9260
249ca0a789aSAndrew Victor	bool "CALAO QIL-A9260 board"
250ca0a789aSAndrew Victor	help
251ca0a789aSAndrew Victor	  Select this if you are using a Calao Systems QIL-A9260 Board.
252ca0a789aSAndrew Victor	  <http://www.calao-systems.com>
253ca0a789aSAndrew Victor
25441a353d1SEric Bénardconfig MACH_CPU9260
25541a353d1SEric Bénard	bool "Eukrea CPU9260 board"
25641a353d1SEric Bénard	help
25741a353d1SEric Bénard	  Select this if you are using a Eukrea Electromatique's
25841a353d1SEric Bénard	  CPU9260 Board <http://www.eukrea.com/>
25941a353d1SEric Bénard
2609d041268SAndrew Victorendif
2619d041268SAndrew Victor
2629d041268SAndrew Victor# ----------------------------------------------------------
2639d041268SAndrew Victor
2649d041268SAndrew Victorif ARCH_AT91SAM9261
2659d041268SAndrew Victor
2669d041268SAndrew Victorcomment "AT91SAM9261 Board Type"
2679d041268SAndrew Victor
2689d041268SAndrew Victorconfig MACH_AT91SAM9261EK
2699d041268SAndrew Victor	bool "Atmel AT91SAM9261-EK Evaluation Kit"
2702ef9f59aSJean-Christophe PLAGNIOL-VILLARD	select HAVE_AT91_DATAFLASH_CARD
2712ef9f59aSJean-Christophe PLAGNIOL-VILLARD	select HAVE_NAND_ATMEL_BUSWIDTH_16
2729d041268SAndrew Victor	help
2739d041268SAndrew Victor	  Select this if you are using Atmel's AT91SAM9261-EK Evaluation Kit.
2749d041268SAndrew Victor	  <http://www.atmel.com/dyn/products/tools_card.asp?tool_id=3820>
2759d041268SAndrew Victor
2769d041268SAndrew Victorendif
2779d041268SAndrew Victor
2789d041268SAndrew Victor# ----------------------------------------------------------
2799d041268SAndrew Victor
280b319ff80SNicolas Ferreif ARCH_AT91SAM9G10
281b319ff80SNicolas Ferre
282b319ff80SNicolas Ferrecomment "AT91SAM9G10 Board Type"
283b319ff80SNicolas Ferre
284b319ff80SNicolas Ferreconfig MACH_AT91SAM9G10EK
285b319ff80SNicolas Ferre	bool "Atmel AT91SAM9G10-EK Evaluation Kit"
2862ef9f59aSJean-Christophe PLAGNIOL-VILLARD	select HAVE_AT91_DATAFLASH_CARD
2872ef9f59aSJean-Christophe PLAGNIOL-VILLARD	select HAVE_NAND_ATMEL_BUSWIDTH_16
288b319ff80SNicolas Ferre	help
289b319ff80SNicolas Ferre	  Select this if you are using Atmel's AT91SAM9G10-EK Evaluation Kit.
290b319ff80SNicolas Ferre	  <http://www.atmel.com/dyn/products/tools_card.asp?tool_id=4588>
291b319ff80SNicolas Ferre
292b319ff80SNicolas Ferreendif
293b319ff80SNicolas Ferre
294b319ff80SNicolas Ferre# ----------------------------------------------------------
295b319ff80SNicolas Ferre
296e6d92e63SAndrew Victorif ARCH_AT91SAM9263
297e6d92e63SAndrew Victor
298e6d92e63SAndrew Victorcomment "AT91SAM9263 Board Type"
299e6d92e63SAndrew Victor
300e6d92e63SAndrew Victorconfig MACH_AT91SAM9263EK
301e6d92e63SAndrew Victor	bool "Atmel AT91SAM9263-EK Evaluation Kit"
3022ef9f59aSJean-Christophe PLAGNIOL-VILLARD	select HAVE_AT91_DATAFLASH_CARD
3032ef9f59aSJean-Christophe PLAGNIOL-VILLARD	select HAVE_NAND_ATMEL_BUSWIDTH_16
304e6d92e63SAndrew Victor	help
305e6d92e63SAndrew Victor	  Select this if you are using Atmel's AT91SAM9263-EK Evaluation Kit.
306e6d92e63SAndrew Victor	  <http://www.atmel.com/dyn/products/tools_card.asp?tool_id=4057>
307e6d92e63SAndrew Victor
308ca0a789aSAndrew Victorconfig MACH_USB_A9263
309ca0a789aSAndrew Victor	bool "CALAO USB-A9263"
310ca0a789aSAndrew Victor	help
311ca0a789aSAndrew Victor	  Select this if you are using a Calao Systems USB-A9263.
312ca0a789aSAndrew Victor	  <http://www.calao-systems.com>
313ca0a789aSAndrew Victor
314ffc63b7dSAndrew Victorconfig MACH_NEOCORE926
315ffc63b7dSAndrew Victor	bool "Adeneo NEOCORE926"
3162ef9f59aSJean-Christophe PLAGNIOL-VILLARD	select HAVE_AT91_DATAFLASH_CARD
317ffc63b7dSAndrew Victor	help
318ffc63b7dSAndrew Victor	  Select this if you are using the Adeneo Neocore 926 board.
319ffc63b7dSAndrew Victor
320e6d92e63SAndrew Victorendif
321e6d92e63SAndrew Victor
322e6d92e63SAndrew Victor# ----------------------------------------------------------
323e6d92e63SAndrew Victor
324c42dcb3dSAndrew Victorif ARCH_AT91SAM9RL
325c42dcb3dSAndrew Victor
326c42dcb3dSAndrew Victorcomment "AT91SAM9RL Board Type"
327c42dcb3dSAndrew Victor
328c42dcb3dSAndrew Victorconfig MACH_AT91SAM9RLEK
329c42dcb3dSAndrew Victor	bool "Atmel AT91SAM9RL-EK Evaluation Kit"
330c42dcb3dSAndrew Victor	help
331c42dcb3dSAndrew Victor	  Select this if you are using Atmel's AT91SAM9RL-EK Evaluation Kit.
332c42dcb3dSAndrew Victor
333c42dcb3dSAndrew Victorendif
334c42dcb3dSAndrew Victor
335c42dcb3dSAndrew Victor# ----------------------------------------------------------
336c42dcb3dSAndrew Victor
33761352667Ssedji gaouaouif ARCH_AT91SAM9G20
33861352667Ssedji gaouaou
33961352667Ssedji gaouaoucomment "AT91SAM9G20 Board Type"
34061352667Ssedji gaouaou
34161352667Ssedji gaouaouconfig MACH_AT91SAM9G20EK
34261352667Ssedji gaouaou	bool "Atmel AT91SAM9G20-EK Evaluation Kit"
3432ef9f59aSJean-Christophe PLAGNIOL-VILLARD	select HAVE_AT91_DATAFLASH_CARD
3442ef9f59aSJean-Christophe PLAGNIOL-VILLARD	select HAVE_NAND_ATMEL_BUSWIDTH_16
34561352667Ssedji gaouaou	help
3460f74296aSNicolas Ferre	  Select this if you are using Atmel's AT91SAM9G20-EK Evaluation Kit
3470f74296aSNicolas Ferre	  that embeds only one SD/MMC slot.
3480f74296aSNicolas Ferre
3490f74296aSNicolas Ferreconfig MACH_AT91SAM9G20EK_2MMC
3500f74296aSNicolas Ferre	bool "Atmel AT91SAM9G20-EK Evaluation Kit with 2 SD/MMC Slots"
3512ef9f59aSJean-Christophe PLAGNIOL-VILLARD	select HAVE_NAND_ATMEL_BUSWIDTH_16
3520f74296aSNicolas Ferre	help
3530f74296aSNicolas Ferre	  Select this if you are using an Atmel AT91SAM9G20-EK Evaluation Kit
3540f74296aSNicolas Ferre	  with 2 SD/MMC Slots. This is the case for AT91SAM9G20-EK rev. C and
3550f74296aSNicolas Ferre	  onwards.
35661352667Ssedji gaouaou
35741a353d1SEric Bénardconfig MACH_CPU9G20
35841a353d1SEric Bénard	bool "Eukrea CPU9G20 board"
35941a353d1SEric Bénard	help
36041a353d1SEric Bénard	  Select this if you are using a Eukrea Electromatique's
36141a353d1SEric Bénard	  CPU9G20 Board <http://www.eukrea.com/>
36241a353d1SEric Bénard
3639b404b7cSChristian Glindkampconfig MACH_PORTUXG20
3649b404b7cSChristian Glindkamp	bool "taskit PortuxG20"
3659b404b7cSChristian Glindkamp	help
3669b404b7cSChristian Glindkamp	  Select this if you are using taskit's PortuxG20.
3679b404b7cSChristian Glindkamp	  <http://www.taskit.de/en/>
3689b404b7cSChristian Glindkamp
3699b404b7cSChristian Glindkampconfig MACH_STAMP9G20
3709b404b7cSChristian Glindkamp	bool "taskit Stamp9G20 CPU module"
3719b404b7cSChristian Glindkamp	help
3729b404b7cSChristian Glindkamp	  Select this if you are using taskit's Stamp9G20 CPU module on its
3739b404b7cSChristian Glindkamp	  evaluation board.
3749b404b7cSChristian Glindkamp	  <http://www.taskit.de/en/>
3759b404b7cSChristian Glindkamp
37661352667Ssedji gaouaouendif
37761352667Ssedji gaouaou
37861352667Ssedji gaouaou# ----------------------------------------------------------
37961352667Ssedji gaouaou
380789b23bcSNicolas Ferreif ARCH_AT91SAM9G45
381789b23bcSNicolas Ferre
382789b23bcSNicolas Ferrecomment "AT91SAM9G45 Board Type"
383789b23bcSNicolas Ferre
384789b23bcSNicolas Ferreconfig MACH_AT91SAM9G45EKES
385789b23bcSNicolas Ferre	bool "Atmel AT91SAM9G45-EKES Evaluation Kit"
3862ef9f59aSJean-Christophe PLAGNIOL-VILLARD	select HAVE_NAND_ATMEL_BUSWIDTH_16
387789b23bcSNicolas Ferre	help
388789b23bcSNicolas Ferre	  Select this if you are using Atmel's AT91SAM9G45-EKES Evaluation Kit.
389789b23bcSNicolas Ferre	  "ES" at the end of the name means that this board is an
390789b23bcSNicolas Ferre	  Engineering Sample.
391789b23bcSNicolas Ferre
392789b23bcSNicolas Ferreendif
393789b23bcSNicolas Ferre
394789b23bcSNicolas Ferre# ----------------------------------------------------------
395789b23bcSNicolas Ferre
39686640caeSAndrew Victorif ARCH_AT91CAP9
39786640caeSAndrew Victor
39886640caeSAndrew Victorcomment "AT91CAP9 Board Type"
39986640caeSAndrew Victor
40086640caeSAndrew Victorconfig MACH_AT91CAP9ADK
40186640caeSAndrew Victor	bool "Atmel AT91CAP9A-DK Evaluation Kit"
4022ef9f59aSJean-Christophe PLAGNIOL-VILLARD	select HAVE_AT91_DATAFLASH_CARD
4032ef9f59aSJean-Christophe PLAGNIOL-VILLARD	select HAVE_NAND_ATMEL_BUSWIDTH_16
40486640caeSAndrew Victor	help
40586640caeSAndrew Victor	  Select this if you are using Atmel's AT91CAP9A-DK Evaluation Kit.
40686640caeSAndrew Victor	  <http://www.atmel.com/dyn/products/tools_card.asp?tool_id=4138>
40786640caeSAndrew Victor
40886640caeSAndrew Victorendif
40986640caeSAndrew Victor
41086640caeSAndrew Victor# ----------------------------------------------------------
41186640caeSAndrew Victor
412c9a8fdd8SAndrew Victorif ARCH_AT572D940HF
413c9a8fdd8SAndrew Victor
414c9a8fdd8SAndrew Victorcomment "AT572D940HF Board Type"
415c9a8fdd8SAndrew Victor
416c9a8fdd8SAndrew Victorconfig MACH_AT572D940HFEB
417c9a8fdd8SAndrew Victor	bool "AT572D940HF-EK"
418c9a8fdd8SAndrew Victor	depends on ARCH_AT572D940HF
419c9a8fdd8SAndrew Victor	select HAVE_AT91_DATAFLASH_CARD
420c9a8fdd8SAndrew Victor	select HAVE_NAND_ATMEL_BUSWIDTH_16
421c9a8fdd8SAndrew Victor	help
422c9a8fdd8SAndrew Victor	  Select this if you are using Atmel's AT572D940HF-EK evaluation kit.
423c9a8fdd8SAndrew Victor	  <http://www.atmel.com/products/diopsis/default.asp>
424c9a8fdd8SAndrew Victor
425c9a8fdd8SAndrew Victorendif
426c9a8fdd8SAndrew Victor
427c9a8fdd8SAndrew Victor# ----------------------------------------------------------
428c9a8fdd8SAndrew Victor
4299f1ccefeSGreg Ungererif ARCH_AT91X40
4309f1ccefeSGreg Ungerer
4319f1ccefeSGreg Ungerercomment "AT91X40 Board Type"
4329f1ccefeSGreg Ungerer
4339f1ccefeSGreg Ungererconfig MACH_AT91EB01
4349f1ccefeSGreg Ungerer	bool "Atmel AT91EB01 Evaluation Kit"
4359f1ccefeSGreg Ungerer	help
4369f1ccefeSGreg Ungerer	  Select this if you are using Atmel's AT91EB01 Evaluation Kit.
4379f1ccefeSGreg Ungerer	  It is also a popular target for simulators such as GDB's
4389f1ccefeSGreg Ungerer	  ARM simulator (commonly known as the ARMulator) and the
4399f1ccefeSGreg Ungerer	  Skyeye simulator.
4409f1ccefeSGreg Ungerer
4419f1ccefeSGreg Ungererendif
4429f1ccefeSGreg Ungerer
4439f1ccefeSGreg Ungerer# ----------------------------------------------------------
4449f1ccefeSGreg Ungerer
4459d041268SAndrew Victorcomment "AT91 Board Options"
4469d041268SAndrew Victor
4479d041268SAndrew Victorconfig MTD_AT91_DATAFLASH_CARD
4489d041268SAndrew Victor	bool "Enable DataFlash Card support"
4492ef9f59aSJean-Christophe PLAGNIOL-VILLARD	depends on HAVE_AT91_DATAFLASH_CARD
4509d041268SAndrew Victor	help
4519d041268SAndrew Victor	  Enable support for the DataFlash card.
4529d041268SAndrew Victor
453f6ed6f78SPieter du Preezconfig MTD_NAND_ATMEL_BUSWIDTH_16
4549d041268SAndrew Victor	bool "Enable 16-bit data bus interface to NAND flash"
4552ef9f59aSJean-Christophe PLAGNIOL-VILLARD	depends on HAVE_NAND_ATMEL_BUSWIDTH_16
4569d041268SAndrew Victor	help
4579d041268SAndrew Victor	  On AT91SAM926x boards both types of NAND flash can be present
4589d041268SAndrew Victor	  (8 and 16 bit data bus width).
4599d041268SAndrew Victor
4609d041268SAndrew Victor# ----------------------------------------------------------
4619d041268SAndrew Victor
4629d041268SAndrew Victorcomment "AT91 Feature Selections"
4639d041268SAndrew Victor
4649d041268SAndrew Victorconfig AT91_PROGRAMMABLE_CLOCKS
4659d041268SAndrew Victor	bool "Programmable Clocks"
4669d041268SAndrew Victor	help
4679d041268SAndrew Victor	  Select this if you need to program one or more of the PCK0..PCK3
4689d041268SAndrew Victor	  programmable clock outputs.
4699d041268SAndrew Victor
470eaad2db0SAndrew Victorconfig AT91_SLOW_CLOCK
471eaad2db0SAndrew Victor	bool "Suspend-to-RAM disables main oscillator"
472eaad2db0SAndrew Victor	depends on SUSPEND
473eaad2db0SAndrew Victor	help
474eaad2db0SAndrew Victor	  Select this if you want Suspend-to-RAM to save the most power
475eaad2db0SAndrew Victor	  possible (without powering off the CPU) by disabling the PLLs
476eaad2db0SAndrew Victor	  and main oscillator so that only the 32 KiHz clock is available.
477eaad2db0SAndrew Victor
478eaad2db0SAndrew Victor	  When only that slow-clock is available, some peripherals lose
479eaad2db0SAndrew Victor	  functionality.  Many can't issue wakeup events unless faster
480eaad2db0SAndrew Victor	  clocks are available.  Some lose their operating state and
481eaad2db0SAndrew Victor	  need to be completely re-initialized.
482eaad2db0SAndrew Victor
4835248c657SDavid Brownellconfig AT91_TIMER_HZ
4845248c657SDavid Brownell       int "Kernel HZ (jiffies per second)"
4855248c657SDavid Brownell       range 32 1024
4865248c657SDavid Brownell       depends on ARCH_AT91
4875248c657SDavid Brownell       default "128" if ARCH_AT91RM9200
4885248c657SDavid Brownell       default "100"
4895248c657SDavid Brownell       help
4905248c657SDavid Brownell	  On AT91rm9200 chips where you're using a system clock derived
4915248c657SDavid Brownell	  from the 32768 Hz hardware clock, this tick rate should divide
4925248c657SDavid Brownell	  it exactly: use a power-of-two value, such as 128 or 256, to
4935248c657SDavid Brownell	  reduce timing errors caused by rounding.
4945248c657SDavid Brownell
4955248c657SDavid Brownell	  On AT91sam926x chips, or otherwise when using a higher precision
4965248c657SDavid Brownell	  system clock (of at least several MHz), rounding is less of a
4975248c657SDavid Brownell	  problem so it can be safer to use a decimal values like 100.
4985248c657SDavid Brownell
499fa3218d8SGuennadi Liakhovetskichoice
500fa3218d8SGuennadi Liakhovetski	prompt "Select a UART for early kernel messages"
501fa3218d8SGuennadi Liakhovetski
502fa3218d8SGuennadi Liakhovetskiconfig AT91_EARLY_DBGU
503fa3218d8SGuennadi Liakhovetski	bool "DBGU"
504fa3218d8SGuennadi Liakhovetski
505fa3218d8SGuennadi Liakhovetskiconfig AT91_EARLY_USART0
506fa3218d8SGuennadi Liakhovetski	bool "USART0"
507fa3218d8SGuennadi Liakhovetski
508fa3218d8SGuennadi Liakhovetskiconfig AT91_EARLY_USART1
509fa3218d8SGuennadi Liakhovetski	bool "USART1"
510fa3218d8SGuennadi Liakhovetski
511fa3218d8SGuennadi Liakhovetskiconfig AT91_EARLY_USART2
512fa3218d8SGuennadi Liakhovetski	bool "USART2"
513fa3218d8SGuennadi Liakhovetski	depends on ! ARCH_AT91X40
514fa3218d8SGuennadi Liakhovetski
515fa3218d8SGuennadi Liakhovetskiconfig AT91_EARLY_USART3
516fa3218d8SGuennadi Liakhovetski	bool "USART3"
5172ef9f59aSJean-Christophe PLAGNIOL-VILLARD	depends on HAVE_AT91_USART3
518fa3218d8SGuennadi Liakhovetski
519fa3218d8SGuennadi Liakhovetskiconfig AT91_EARLY_USART4
520fa3218d8SGuennadi Liakhovetski	bool "USART4"
5212ef9f59aSJean-Christophe PLAGNIOL-VILLARD	depends on HAVE_AT91_USART4
522fa3218d8SGuennadi Liakhovetski
523fa3218d8SGuennadi Liakhovetskiconfig AT91_EARLY_USART5
524fa3218d8SGuennadi Liakhovetski	bool "USART5"
5252ef9f59aSJean-Christophe PLAGNIOL-VILLARD	depends on HAVE_AT91_USART5
526fa3218d8SGuennadi Liakhovetski
527fa3218d8SGuennadi Liakhovetskiendchoice
528fa3218d8SGuennadi Liakhovetski
5299d041268SAndrew Victorendmenu
5309d041268SAndrew Victor
5319d041268SAndrew Victorendif
532