xref: /openbmc/linux/arch/arm/mach-at91/Kconfig (revision 9918ceaf)
19d041268SAndrew Victorif ARCH_AT91
29d041268SAndrew Victor
32ef9f59aSJean-Christophe PLAGNIOL-VILLARDconfig HAVE_AT91_DATAFLASH_CARD
42ef9f59aSJean-Christophe PLAGNIOL-VILLARD	bool
52ef9f59aSJean-Christophe PLAGNIOL-VILLARD
613079a73SJean-Christophe PLAGNIOL-VILLARDconfig HAVE_AT91_DBGU0
713079a73SJean-Christophe PLAGNIOL-VILLARD	bool
813079a73SJean-Christophe PLAGNIOL-VILLARD
913079a73SJean-Christophe PLAGNIOL-VILLARDconfig HAVE_AT91_DBGU1
1013079a73SJean-Christophe PLAGNIOL-VILLARD	bool
1113079a73SJean-Christophe PLAGNIOL-VILLARD
122ef9f59aSJean-Christophe PLAGNIOL-VILLARDconfig HAVE_AT91_USART3
132ef9f59aSJean-Christophe PLAGNIOL-VILLARD	bool
142ef9f59aSJean-Christophe PLAGNIOL-VILLARD
152ef9f59aSJean-Christophe PLAGNIOL-VILLARDconfig HAVE_AT91_USART4
162ef9f59aSJean-Christophe PLAGNIOL-VILLARD	bool
172ef9f59aSJean-Christophe PLAGNIOL-VILLARD
182ef9f59aSJean-Christophe PLAGNIOL-VILLARDconfig HAVE_AT91_USART5
192ef9f59aSJean-Christophe PLAGNIOL-VILLARD	bool
202ef9f59aSJean-Christophe PLAGNIOL-VILLARD
21c0177594SJean-Christophe PLAGNIOL-VILLARDconfig AT91_SAM9_ALT_RESET
22c0177594SJean-Christophe PLAGNIOL-VILLARD	bool
23c0177594SJean-Christophe PLAGNIOL-VILLARD
2414f991a7SJean-Christophe PLAGNIOL-VILLARDconfig AT91_SAM9G45_RESET
2514f991a7SJean-Christophe PLAGNIOL-VILLARD	bool
2614f991a7SJean-Christophe PLAGNIOL-VILLARD
279d041268SAndrew Victormenu "Atmel AT91 System-on-Chip"
289d041268SAndrew Victor
299d041268SAndrew Victorchoice
309d041268SAndrew Victor	prompt "Atmel AT91 Processor"
319d041268SAndrew Victor
329d041268SAndrew Victorconfig ARCH_AT91RM9200
339d041268SAndrew Victor	bool "AT91RM9200"
34c750815eSRussell King	select CPU_ARM920T
355e802dfaSDavid Brownell	select GENERIC_CLOCKEVENTS
3613079a73SJean-Christophe PLAGNIOL-VILLARD	select HAVE_AT91_DBGU0
372ef9f59aSJean-Christophe PLAGNIOL-VILLARD	select HAVE_AT91_USART3
389d041268SAndrew Victor
399d041268SAndrew Victorconfig ARCH_AT91SAM9260
40f7eee89bSAndrew Victor	bool "AT91SAM9260 or AT91SAM9XE"
41c750815eSRussell King	select CPU_ARM926T
42ad48ce74SAndrew Victor	select GENERIC_CLOCKEVENTS
4313079a73SJean-Christophe PLAGNIOL-VILLARD	select HAVE_AT91_DBGU0
442ef9f59aSJean-Christophe PLAGNIOL-VILLARD	select HAVE_AT91_USART3
452ef9f59aSJean-Christophe PLAGNIOL-VILLARD	select HAVE_AT91_USART4
462ef9f59aSJean-Christophe PLAGNIOL-VILLARD	select HAVE_AT91_USART5
47ee621dd6SJean-Christophe PLAGNIOL-VILLARD	select HAVE_NET_MACB
48c0177594SJean-Christophe PLAGNIOL-VILLARD	select AT91_SAM9_ALT_RESET
499d041268SAndrew Victor
509d041268SAndrew Victorconfig ARCH_AT91SAM9261
519d041268SAndrew Victor	bool "AT91SAM9261"
52c750815eSRussell King	select CPU_ARM926T
53ad48ce74SAndrew Victor	select GENERIC_CLOCKEVENTS
540912e535SNicolas Ferre	select HAVE_FB_ATMEL
5513079a73SJean-Christophe PLAGNIOL-VILLARD	select HAVE_AT91_DBGU0
56c0177594SJean-Christophe PLAGNIOL-VILLARD	select AT91_SAM9_ALT_RESET
579d041268SAndrew Victor
58b319ff80SNicolas Ferreconfig ARCH_AT91SAM9G10
59b319ff80SNicolas Ferre	bool "AT91SAM9G10"
60b319ff80SNicolas Ferre	select CPU_ARM926T
61b319ff80SNicolas Ferre	select GENERIC_CLOCKEVENTS
6213079a73SJean-Christophe PLAGNIOL-VILLARD	select HAVE_AT91_DBGU0
630912e535SNicolas Ferre	select HAVE_FB_ATMEL
64c0177594SJean-Christophe PLAGNIOL-VILLARD	select AT91_SAM9_ALT_RESET
65b319ff80SNicolas Ferre
66b2c65616SAndrew Victorconfig ARCH_AT91SAM9263
67b2c65616SAndrew Victor	bool "AT91SAM9263"
68c750815eSRussell King	select CPU_ARM926T
69ad48ce74SAndrew Victor	select GENERIC_CLOCKEVENTS
700912e535SNicolas Ferre	select HAVE_FB_ATMEL
71ee621dd6SJean-Christophe PLAGNIOL-VILLARD	select HAVE_NET_MACB
7213079a73SJean-Christophe PLAGNIOL-VILLARD	select HAVE_AT91_DBGU1
73c0177594SJean-Christophe PLAGNIOL-VILLARD	select AT91_SAM9_ALT_RESET
74b2c65616SAndrew Victor
75877d7720SAndrew Victorconfig ARCH_AT91SAM9RL
76877d7720SAndrew Victor	bool "AT91SAM9RL"
77c750815eSRussell King	select CPU_ARM926T
78ad48ce74SAndrew Victor	select GENERIC_CLOCKEVENTS
792ef9f59aSJean-Christophe PLAGNIOL-VILLARD	select HAVE_AT91_USART3
800912e535SNicolas Ferre	select HAVE_FB_ATMEL
8113079a73SJean-Christophe PLAGNIOL-VILLARD	select HAVE_AT91_DBGU0
82c0177594SJean-Christophe PLAGNIOL-VILLARD	select AT91_SAM9_ALT_RESET
83877d7720SAndrew Victor
8461352667Ssedji gaouaouconfig ARCH_AT91SAM9G20
8561352667Ssedji gaouaou	bool "AT91SAM9G20"
86c750815eSRussell King	select CPU_ARM926T
8761352667Ssedji gaouaou	select GENERIC_CLOCKEVENTS
8813079a73SJean-Christophe PLAGNIOL-VILLARD	select HAVE_AT91_DBGU0
892ef9f59aSJean-Christophe PLAGNIOL-VILLARD	select HAVE_AT91_USART3
902ef9f59aSJean-Christophe PLAGNIOL-VILLARD	select HAVE_AT91_USART4
912ef9f59aSJean-Christophe PLAGNIOL-VILLARD	select HAVE_AT91_USART5
92ee621dd6SJean-Christophe PLAGNIOL-VILLARD	select HAVE_NET_MACB
93c0177594SJean-Christophe PLAGNIOL-VILLARD	select AT91_SAM9_ALT_RESET
9461352667Ssedji gaouaou
95789b23bcSNicolas Ferreconfig ARCH_AT91SAM9G45
96789b23bcSNicolas Ferre	bool "AT91SAM9G45"
97789b23bcSNicolas Ferre	select CPU_ARM926T
98789b23bcSNicolas Ferre	select GENERIC_CLOCKEVENTS
992ef9f59aSJean-Christophe PLAGNIOL-VILLARD	select HAVE_AT91_USART3
1000912e535SNicolas Ferre	select HAVE_FB_ATMEL
101ee621dd6SJean-Christophe PLAGNIOL-VILLARD	select HAVE_NET_MACB
10213079a73SJean-Christophe PLAGNIOL-VILLARD	select HAVE_AT91_DBGU1
10314f991a7SJean-Christophe PLAGNIOL-VILLARD	select AT91_SAM9G45_RESET
104789b23bcSNicolas Ferre
1059f1ccefeSGreg Ungererconfig ARCH_AT91X40
1069f1ccefeSGreg Ungerer	bool "AT91x40"
1075cfc8ee0SJohn Stultz	select ARCH_USES_GETTIMEOFFSET
1089f1ccefeSGreg Ungerer
1099d041268SAndrew Victorendchoice
1109d041268SAndrew Victor
1119f1ccefeSGreg Ungererconfig AT91_PMC_UNIT
1129f1ccefeSGreg Ungerer	bool
1139f1ccefeSGreg Ungerer	default !ARCH_AT91X40
1149f1ccefeSGreg Ungerer
1159d041268SAndrew Victor# ----------------------------------------------------------
1169d041268SAndrew Victor
1179d041268SAndrew Victorif ARCH_AT91RM9200
1189d041268SAndrew Victor
1199d041268SAndrew Victorcomment "AT91RM9200 Board Type"
1209d041268SAndrew Victor
1219d041268SAndrew Victorconfig MACH_ONEARM
1229d041268SAndrew Victor	bool "Ajeco 1ARM Single Board Computer"
1239d041268SAndrew Victor	help
1249d041268SAndrew Victor	  Select this if you are using Ajeco's 1ARM Single Board Computer.
12550a23e6eSJustin P. Mattock	  <http://www.ajeco.fi/>
1269d041268SAndrew Victor
1279d041268SAndrew Victorconfig ARCH_AT91RM9200DK
1289d041268SAndrew Victor	bool "Atmel AT91RM9200-DK Development board"
1292ef9f59aSJean-Christophe PLAGNIOL-VILLARD	select HAVE_AT91_DATAFLASH_CARD
1309d041268SAndrew Victor	help
1319d041268SAndrew Victor	  Select this if you are using Atmel's AT91RM9200-DK Development board.
1329d041268SAndrew Victor	  (Discontinued)
1339d041268SAndrew Victor
1349d041268SAndrew Victorconfig MACH_AT91RM9200EK
1359d041268SAndrew Victor	bool "Atmel AT91RM9200-EK Evaluation Kit"
1362ef9f59aSJean-Christophe PLAGNIOL-VILLARD	select HAVE_AT91_DATAFLASH_CARD
1379d041268SAndrew Victor	help
1389d041268SAndrew Victor	  Select this if you are using Atmel's AT91RM9200-EK Evaluation Kit.
1399d041268SAndrew Victor	  <http://www.atmel.com/dyn/products/tools_card.asp?tool_id=3507>
1409d041268SAndrew Victor
1419d041268SAndrew Victorconfig MACH_CSB337
1429d041268SAndrew Victor	bool "Cogent CSB337"
1439d041268SAndrew Victor	help
1449d041268SAndrew Victor	  Select this if you are using Cogent's CSB337 board.
1459d041268SAndrew Victor	  <http://www.cogcomp.com/csb_csb337.htm>
1469d041268SAndrew Victor
1479d041268SAndrew Victorconfig MACH_CSB637
1489d041268SAndrew Victor	bool "Cogent CSB637"
1499d041268SAndrew Victor	help
1509d041268SAndrew Victor	  Select this if you are using Cogent's CSB637 board.
1519d041268SAndrew Victor	  <http://www.cogcomp.com/csb_csb637.htm>
1529d041268SAndrew Victor
1539d041268SAndrew Victorconfig MACH_CARMEVA
1549d041268SAndrew Victor	bool "Conitec ARM&EVA"
1559d041268SAndrew Victor	help
1569d041268SAndrew Victor	  Select this if you are using Conitec's AT91RM9200-MCU-Module.
15750a23e6eSJustin P. Mattock	  <http://www.conitec.net/english/linuxboard.php>
1589d041268SAndrew Victor
1599d041268SAndrew Victorconfig MACH_ATEB9200
1609d041268SAndrew Victor	bool "Embest ATEB9200"
1619d041268SAndrew Victor	help
1629d041268SAndrew Victor	  Select this if you are using Embest's ATEB9200 board.
1639d041268SAndrew Victor	  <http://www.embedinfo.com/english/product/ATEB9200.asp>
1649d041268SAndrew Victor
1659d041268SAndrew Victorconfig MACH_KB9200
1669d041268SAndrew Victor	bool "KwikByte KB920x"
1679d041268SAndrew Victor	help
1689d041268SAndrew Victor	  Select this if you are using KwikByte's KB920x board.
16950a23e6eSJustin P. Mattock	  <http://www.kwikbyte.com/KB9202.html>
1709d041268SAndrew Victor
1715d01f133SSimon Richterconfig MACH_PICOTUX2XX
1725d01f133SSimon Richter	bool "picotux 200"
1735d01f133SSimon Richter	help
1745d01f133SSimon Richter	  Select this if you are using a picotux 200.
1755d01f133SSimon Richter	  <http://www.picotux.com/>
1765d01f133SSimon Richter
1779d041268SAndrew Victorconfig MACH_KAFA
1789d041268SAndrew Victor	bool "Sperry-Sun KAFA board"
1799d041268SAndrew Victor	help
1809d041268SAndrew Victor	  Select this if you are using Sperry-Sun's KAFA board.
1819d041268SAndrew Victor
1822f036ac6SAndrew Victorconfig MACH_ECBAT91
1832f036ac6SAndrew Victor	bool "emQbit ECB_AT91 SBC"
1842ef9f59aSJean-Christophe PLAGNIOL-VILLARD	select HAVE_AT91_DATAFLASH_CARD
1852f036ac6SAndrew Victor	help
1862f036ac6SAndrew Victor	  Select this if you are using emQbit's ECB_AT91 board.
1872f036ac6SAndrew Victor	  <http://wiki.emqbit.com/free-ecb-at91>
1882f036ac6SAndrew Victor
189e3ba22dbSAndrew Victorconfig MACH_YL9200
190e3ba22dbSAndrew Victor	bool "ucDragon YL-9200"
191e3ba22dbSAndrew Victor	help
192e3ba22dbSAndrew Victor	  Select this if you are using the ucDragon YL-9200 board.
193e3ba22dbSAndrew Victor
19410233a93SEric Bénardconfig MACH_CPUAT91
19510233a93SEric Bénard	bool "Eukrea CPUAT91"
19610233a93SEric Bénard	help
19710233a93SEric Bénard	  Select this if you are using the Eukrea Electromatique's
19810233a93SEric Bénard	  CPUAT91 board <http://www.eukrea.com/>.
19910233a93SEric Bénard
20001c62c9bSUwe Kleine-Königconfig MACH_ECO920
20101c62c9bSUwe Kleine-König	bool "eco920"
20201c62c9bSUwe Kleine-König	help
20301c62c9bSUwe Kleine-König	  Select this if you are using the eco920 board
20401c62c9bSUwe Kleine-König
20582cb8654SJosef Holzmayrconfig MACH_RSI_EWS
20682cb8654SJosef Holzmayr	bool "RSI Embedded Webserver"
20782cb8654SJosef Holzmayr	depends on ARCH_AT91RM9200
20882cb8654SJosef Holzmayr	help
20982cb8654SJosef Holzmayr	  Select this if you are using RSIs EWS board.
2109d041268SAndrew Victorendif
2119d041268SAndrew Victor
2129d041268SAndrew Victor# ----------------------------------------------------------
2139d041268SAndrew Victor
2149d041268SAndrew Victorif ARCH_AT91SAM9260
2159d041268SAndrew Victor
216f7eee89bSAndrew Victorcomment "AT91SAM9260 Variants"
2179d041268SAndrew Victor
218f7eee89bSAndrew Victorcomment "AT91SAM9260 / AT91SAM9XE Board Type"
219f7eee89bSAndrew Victor
220f7eee89bSAndrew Victorconfig MACH_AT91SAM9260EK
221f7eee89bSAndrew Victor	bool "Atmel AT91SAM9260-EK / AT91SAM9XE Evaluation Kit"
2222ef9f59aSJean-Christophe PLAGNIOL-VILLARD	select HAVE_AT91_DATAFLASH_CARD
223f7eee89bSAndrew Victor	help
224f7eee89bSAndrew Victor	  Select this if you are using Atmel's AT91SAM9260-EK or AT91SAM9XE Evaluation Kit
2259d041268SAndrew Victor	  <http://www.atmel.com/dyn/products/tools_card.asp?tool_id=3933>
2269d041268SAndrew Victor
22735131fb6SAndrew Victorconfig MACH_CAM60
22835131fb6SAndrew Victor	bool "KwikByte KB9260 (CAM60) board"
22935131fb6SAndrew Victor	help
23035131fb6SAndrew Victor	  Select this if you are using KwikByte's KB9260 (CAM60) board based on the Atmel AT91SAM9260.
23135131fb6SAndrew Victor	  <http://www.kwikbyte.com/KB9260.html>
23235131fb6SAndrew Victor
23366dbfc6cSAndrew Victorconfig MACH_SAM9_L9260
23466dbfc6cSAndrew Victor	bool "Olimex SAM9-L9260 board"
2352ef9f59aSJean-Christophe PLAGNIOL-VILLARD	select HAVE_AT91_DATAFLASH_CARD
23666dbfc6cSAndrew Victor	help
23766dbfc6cSAndrew Victor	  Select this if you are using Olimex's SAM9-L9260 board based on the Atmel AT91SAM9260.
23866dbfc6cSAndrew Victor	  <http://www.olimex.com/dev/sam9-L9260.html>
23966dbfc6cSAndrew Victor
2409c784f95SSergey Lapinconfig MACH_AFEB9260
2419c784f95SSergey Lapin	bool "Custom afeb9260 board v1"
2429c784f95SSergey Lapin	help
2439c784f95SSergey Lapin	  Select this if you are using custom afeb9260 board based on
2449c784f95SSergey Lapin	  open hardware design. Select this for revision 1 of the board.
2459c784f95SSergey Lapin	  <svn://194.85.238.22/home/users/george/svn/arm9eb>
2469c784f95SSergey Lapin	  <http://groups.google.com/group/arm9fpga-evolution-board>
2479c784f95SSergey Lapin
248ca0a789aSAndrew Victorconfig MACH_USB_A9260
249ca0a789aSAndrew Victor	bool "CALAO USB-A9260"
250ca0a789aSAndrew Victor	help
251ca0a789aSAndrew Victor	  Select this if you are using a Calao Systems USB-A9260.
252ca0a789aSAndrew Victor	  <http://www.calao-systems.com>
253ca0a789aSAndrew Victor
254ca0a789aSAndrew Victorconfig MACH_QIL_A9260
255ca0a789aSAndrew Victor	bool "CALAO QIL-A9260 board"
256ca0a789aSAndrew Victor	help
257ca0a789aSAndrew Victor	  Select this if you are using a Calao Systems QIL-A9260 Board.
258ca0a789aSAndrew Victor	  <http://www.calao-systems.com>
259ca0a789aSAndrew Victor
26041a353d1SEric Bénardconfig MACH_CPU9260
26141a353d1SEric Bénard	bool "Eukrea CPU9260 board"
26241a353d1SEric Bénard	help
26341a353d1SEric Bénard	  Select this if you are using a Eukrea Electromatique's
26441a353d1SEric Bénard	  CPU9260 Board <http://www.eukrea.com/>
26541a353d1SEric Bénard
2668ed90595SMaxim Osipovconfig MACH_FLEXIBITY
2678ed90595SMaxim Osipov	bool "Flexibity Connect board"
2688ed90595SMaxim Osipov	help
2698ed90595SMaxim Osipov	  Select this if you are using Flexibity Connect board
2708ed90595SMaxim Osipov	  <http://www.flexibity.com>
2718ed90595SMaxim Osipov
2729d041268SAndrew Victorendif
2739d041268SAndrew Victor
2749d041268SAndrew Victor# ----------------------------------------------------------
2759d041268SAndrew Victor
2769d041268SAndrew Victorif ARCH_AT91SAM9261
2779d041268SAndrew Victor
2789d041268SAndrew Victorcomment "AT91SAM9261 Board Type"
2799d041268SAndrew Victor
2809d041268SAndrew Victorconfig MACH_AT91SAM9261EK
2819d041268SAndrew Victor	bool "Atmel AT91SAM9261-EK Evaluation Kit"
2822ef9f59aSJean-Christophe PLAGNIOL-VILLARD	select HAVE_AT91_DATAFLASH_CARD
2839d041268SAndrew Victor	help
2849d041268SAndrew Victor	  Select this if you are using Atmel's AT91SAM9261-EK Evaluation Kit.
2859d041268SAndrew Victor	  <http://www.atmel.com/dyn/products/tools_card.asp?tool_id=3820>
2869d041268SAndrew Victor
2879d041268SAndrew Victorendif
2889d041268SAndrew Victor
2899d041268SAndrew Victor# ----------------------------------------------------------
2909d041268SAndrew Victor
291b319ff80SNicolas Ferreif ARCH_AT91SAM9G10
292b319ff80SNicolas Ferre
293b319ff80SNicolas Ferrecomment "AT91SAM9G10 Board Type"
294b319ff80SNicolas Ferre
295b319ff80SNicolas Ferreconfig MACH_AT91SAM9G10EK
296b319ff80SNicolas Ferre	bool "Atmel AT91SAM9G10-EK Evaluation Kit"
2972ef9f59aSJean-Christophe PLAGNIOL-VILLARD	select HAVE_AT91_DATAFLASH_CARD
298b319ff80SNicolas Ferre	help
299b319ff80SNicolas Ferre	  Select this if you are using Atmel's AT91SAM9G10-EK Evaluation Kit.
300b319ff80SNicolas Ferre	  <http://www.atmel.com/dyn/products/tools_card.asp?tool_id=4588>
301b319ff80SNicolas Ferre
302b319ff80SNicolas Ferreendif
303b319ff80SNicolas Ferre
304b319ff80SNicolas Ferre# ----------------------------------------------------------
305b319ff80SNicolas Ferre
306e6d92e63SAndrew Victorif ARCH_AT91SAM9263
307e6d92e63SAndrew Victor
308e6d92e63SAndrew Victorcomment "AT91SAM9263 Board Type"
309e6d92e63SAndrew Victor
310e6d92e63SAndrew Victorconfig MACH_AT91SAM9263EK
311e6d92e63SAndrew Victor	bool "Atmel AT91SAM9263-EK Evaluation Kit"
3122ef9f59aSJean-Christophe PLAGNIOL-VILLARD	select HAVE_AT91_DATAFLASH_CARD
313e6d92e63SAndrew Victor	help
314e6d92e63SAndrew Victor	  Select this if you are using Atmel's AT91SAM9263-EK Evaluation Kit.
315e6d92e63SAndrew Victor	  <http://www.atmel.com/dyn/products/tools_card.asp?tool_id=4057>
316e6d92e63SAndrew Victor
317ca0a789aSAndrew Victorconfig MACH_USB_A9263
318ca0a789aSAndrew Victor	bool "CALAO USB-A9263"
319ca0a789aSAndrew Victor	help
320ca0a789aSAndrew Victor	  Select this if you are using a Calao Systems USB-A9263.
321ca0a789aSAndrew Victor	  <http://www.calao-systems.com>
322ca0a789aSAndrew Victor
323ffc63b7dSAndrew Victorconfig MACH_NEOCORE926
324ffc63b7dSAndrew Victor	bool "Adeneo NEOCORE926"
3252ef9f59aSJean-Christophe PLAGNIOL-VILLARD	select HAVE_AT91_DATAFLASH_CARD
326ffc63b7dSAndrew Victor	help
327ffc63b7dSAndrew Victor	  Select this if you are using the Adeneo Neocore 926 board.
328ffc63b7dSAndrew Victor
329e6d92e63SAndrew Victorendif
330e6d92e63SAndrew Victor
331e6d92e63SAndrew Victor# ----------------------------------------------------------
332e6d92e63SAndrew Victor
333c42dcb3dSAndrew Victorif ARCH_AT91SAM9RL
334c42dcb3dSAndrew Victor
335c42dcb3dSAndrew Victorcomment "AT91SAM9RL Board Type"
336c42dcb3dSAndrew Victor
337c42dcb3dSAndrew Victorconfig MACH_AT91SAM9RLEK
338c42dcb3dSAndrew Victor	bool "Atmel AT91SAM9RL-EK Evaluation Kit"
339c42dcb3dSAndrew Victor	help
340c42dcb3dSAndrew Victor	  Select this if you are using Atmel's AT91SAM9RL-EK Evaluation Kit.
341c42dcb3dSAndrew Victor
342c42dcb3dSAndrew Victorendif
343c42dcb3dSAndrew Victor
344c42dcb3dSAndrew Victor# ----------------------------------------------------------
345c42dcb3dSAndrew Victor
34661352667Ssedji gaouaouif ARCH_AT91SAM9G20
34761352667Ssedji gaouaou
34861352667Ssedji gaouaoucomment "AT91SAM9G20 Board Type"
34961352667Ssedji gaouaou
35061352667Ssedji gaouaouconfig MACH_AT91SAM9G20EK
35161352667Ssedji gaouaou	bool "Atmel AT91SAM9G20-EK Evaluation Kit"
3522ef9f59aSJean-Christophe PLAGNIOL-VILLARD	select HAVE_AT91_DATAFLASH_CARD
35361352667Ssedji gaouaou	help
3540f74296aSNicolas Ferre	  Select this if you are using Atmel's AT91SAM9G20-EK Evaluation Kit
3550f74296aSNicolas Ferre	  that embeds only one SD/MMC slot.
3560f74296aSNicolas Ferre
3570f74296aSNicolas Ferreconfig MACH_AT91SAM9G20EK_2MMC
358a6e016f1SJean-Christophe PLAGNIOL-VILLARD	depends on MACH_AT91SAM9G20EK
3590f74296aSNicolas Ferre	bool "Atmel AT91SAM9G20-EK Evaluation Kit with 2 SD/MMC Slots"
3600f74296aSNicolas Ferre	help
3610f74296aSNicolas Ferre	  Select this if you are using an Atmel AT91SAM9G20-EK Evaluation Kit
3620f74296aSNicolas Ferre	  with 2 SD/MMC Slots. This is the case for AT91SAM9G20-EK rev. C and
3630f74296aSNicolas Ferre	  onwards.
36461352667Ssedji gaouaou
36541a353d1SEric Bénardconfig MACH_CPU9G20
36641a353d1SEric Bénard	bool "Eukrea CPU9G20 board"
36741a353d1SEric Bénard	help
36841a353d1SEric Bénard	  Select this if you are using a Eukrea Electromatique's
36941a353d1SEric Bénard	  CPU9G20 Board <http://www.eukrea.com/>
37041a353d1SEric Bénard
3710fb55d3bSSergio Tanzilliconfig MACH_ACMENETUSFOXG20
3720fb55d3bSSergio Tanzilli	bool "Acme Systems srl FOX Board G20"
3730fb55d3bSSergio Tanzilli	help
3740fb55d3bSSergio Tanzilli	  Select this if you are using Acme Systems
3750fb55d3bSSergio Tanzilli	  FOX Board G20 <http://www.acmesystems.it>
3760fb55d3bSSergio Tanzilli
3779b404b7cSChristian Glindkampconfig MACH_PORTUXG20
3789b404b7cSChristian Glindkamp	bool "taskit PortuxG20"
3799b404b7cSChristian Glindkamp	help
3809b404b7cSChristian Glindkamp	  Select this if you are using taskit's PortuxG20.
3819b404b7cSChristian Glindkamp	  <http://www.taskit.de/en/>
3829b404b7cSChristian Glindkamp
3839b404b7cSChristian Glindkampconfig MACH_STAMP9G20
3849b404b7cSChristian Glindkamp	bool "taskit Stamp9G20 CPU module"
3859b404b7cSChristian Glindkamp	help
3869b404b7cSChristian Glindkamp	  Select this if you are using taskit's Stamp9G20 CPU module on its
3879b404b7cSChristian Glindkamp	  evaluation board.
3889b404b7cSChristian Glindkamp	  <http://www.taskit.de/en/>
3899b404b7cSChristian Glindkamp
390abf0c1bcSPeter Gsellmannconfig MACH_PCONTROL_G20
391abf0c1bcSPeter Gsellmann	bool "PControl G20 CPU module"
392abf0c1bcSPeter Gsellmann	help
393abf0c1bcSPeter Gsellmann	  Select this if you are using taskit's Stamp9G20 CPU module on this
394abf0c1bcSPeter Gsellmann	  carrier board, beeing the decentralized unit of a building automation
395abf0c1bcSPeter Gsellmann	  system; featuring nvram, eth-switch, iso-rs485, display, io
396fcdc2ea7SIgor Plyatov
397fcdc2ea7SIgor Plyatovconfig MACH_GSIA18S
398fcdc2ea7SIgor Plyatov	bool "GS_IA18_S board"
399fcdc2ea7SIgor Plyatov	help
400fcdc2ea7SIgor Plyatov	  This enables support for the GS_IA18_S board
401fcdc2ea7SIgor Plyatov	  produced by GeoSIG Ltd company. This is an internet accelerograph.
402fcdc2ea7SIgor Plyatov	  <http://www.geosig.com>
4030a072a24SJean-Christophe PLAGNIOL-VILLARD
4040a072a24SJean-Christophe PLAGNIOL-VILLARDconfig MACH_USB_A9G20
4050a072a24SJean-Christophe PLAGNIOL-VILLARD	bool "CALAO USB-A9G20"
4060a072a24SJean-Christophe PLAGNIOL-VILLARD	depends on ARCH_AT91SAM9G20
4070a072a24SJean-Christophe PLAGNIOL-VILLARD	help
4080a072a24SJean-Christophe PLAGNIOL-VILLARD	  Select this if you are using a Calao Systems USB-A9G20.
4090a072a24SJean-Christophe PLAGNIOL-VILLARD	  <http://www.calao-systems.com>
4100a072a24SJean-Christophe PLAGNIOL-VILLARD
41161352667Ssedji gaouaouendif
41261352667Ssedji gaouaou
413064baacaSRyan Mallonif (ARCH_AT91SAM9260 || ARCH_AT91SAM9G20)
414064baacaSRyan Malloncomment "AT91SAM9260/AT91SAM9G20 boards"
415064baacaSRyan Mallon
416064baacaSRyan Mallonconfig MACH_SNAPPER_9260
417064baacaSRyan Mallon        bool "Bluewater Systems Snapper 9260/9G20 module"
418064baacaSRyan Mallon        help
419064baacaSRyan Mallon          Select this if you are using the Bluewater Systems Snapper 9260 or
420064baacaSRyan Mallon          Snapper 9G20 modules.
421064baacaSRyan Mallon          <http://www.bluewatersys.com/>
422064baacaSRyan Mallonendif
423064baacaSRyan Mallon
42461352667Ssedji gaouaou# ----------------------------------------------------------
42561352667Ssedji gaouaou
426789b23bcSNicolas Ferreif ARCH_AT91SAM9G45
427789b23bcSNicolas Ferre
428789b23bcSNicolas Ferrecomment "AT91SAM9G45 Board Type"
429789b23bcSNicolas Ferre
43067dd8995SJean-Christophe PLAGNIOL-VILLARDconfig MACH_AT91SAM9M10G45EK
43167dd8995SJean-Christophe PLAGNIOL-VILLARD	bool "Atmel AT91SAM9M10G45-EK Evaluation Kits"
432789b23bcSNicolas Ferre	help
433789b23bcSNicolas Ferre	  Select this if you are using Atmel's AT91SAM9G45-EKES Evaluation Kit.
434789b23bcSNicolas Ferre	  "ES" at the end of the name means that this board is an
435789b23bcSNicolas Ferre	  Engineering Sample.
436789b23bcSNicolas Ferre
437789b23bcSNicolas Ferreendif
438789b23bcSNicolas Ferre
439789b23bcSNicolas Ferre# ----------------------------------------------------------
440789b23bcSNicolas Ferre
4419f1ccefeSGreg Ungererif ARCH_AT91X40
4429f1ccefeSGreg Ungerer
4439f1ccefeSGreg Ungerercomment "AT91X40 Board Type"
4449f1ccefeSGreg Ungerer
4459f1ccefeSGreg Ungererconfig MACH_AT91EB01
4469f1ccefeSGreg Ungerer	bool "Atmel AT91EB01 Evaluation Kit"
4479f1ccefeSGreg Ungerer	help
4489f1ccefeSGreg Ungerer	  Select this if you are using Atmel's AT91EB01 Evaluation Kit.
4499f1ccefeSGreg Ungerer	  It is also a popular target for simulators such as GDB's
4509f1ccefeSGreg Ungerer	  ARM simulator (commonly known as the ARMulator) and the
4519f1ccefeSGreg Ungerer	  Skyeye simulator.
4529f1ccefeSGreg Ungerer
4539f1ccefeSGreg Ungererendif
4549f1ccefeSGreg Ungerer
4559f1ccefeSGreg Ungerer# ----------------------------------------------------------
4569f1ccefeSGreg Ungerer
45749fe2ba3SNicolas Ferrecomment "Generic Board Type"
45849fe2ba3SNicolas Ferre
45949fe2ba3SNicolas Ferreconfig MACH_AT91SAM_DT
46049fe2ba3SNicolas Ferre	bool "Atmel AT91SAM Evaluation Kits with device-tree support"
46149fe2ba3SNicolas Ferre	select USE_OF
46249fe2ba3SNicolas Ferre	help
46349fe2ba3SNicolas Ferre	  Select this if you want to experiment device-tree with
46449fe2ba3SNicolas Ferre	  an Atmel Evaluation Kit.
46549fe2ba3SNicolas Ferre
46649fe2ba3SNicolas Ferre# ----------------------------------------------------------
46749fe2ba3SNicolas Ferre
4689d041268SAndrew Victorcomment "AT91 Board Options"
4699d041268SAndrew Victor
4709d041268SAndrew Victorconfig MTD_AT91_DATAFLASH_CARD
4719d041268SAndrew Victor	bool "Enable DataFlash Card support"
4722ef9f59aSJean-Christophe PLAGNIOL-VILLARD	depends on HAVE_AT91_DATAFLASH_CARD
4739d041268SAndrew Victor	help
4749d041268SAndrew Victor	  Enable support for the DataFlash card.
4759d041268SAndrew Victor
4769d041268SAndrew Victor# ----------------------------------------------------------
4779d041268SAndrew Victor
4789d041268SAndrew Victorcomment "AT91 Feature Selections"
4799d041268SAndrew Victor
4809d041268SAndrew Victorconfig AT91_PROGRAMMABLE_CLOCKS
4819d041268SAndrew Victor	bool "Programmable Clocks"
4829d041268SAndrew Victor	help
4839d041268SAndrew Victor	  Select this if you need to program one or more of the PCK0..PCK3
4849d041268SAndrew Victor	  programmable clock outputs.
4859d041268SAndrew Victor
486eaad2db0SAndrew Victorconfig AT91_SLOW_CLOCK
487eaad2db0SAndrew Victor	bool "Suspend-to-RAM disables main oscillator"
488eaad2db0SAndrew Victor	depends on SUSPEND
489eaad2db0SAndrew Victor	help
490eaad2db0SAndrew Victor	  Select this if you want Suspend-to-RAM to save the most power
491eaad2db0SAndrew Victor	  possible (without powering off the CPU) by disabling the PLLs
492eaad2db0SAndrew Victor	  and main oscillator so that only the 32 KiHz clock is available.
493eaad2db0SAndrew Victor
494eaad2db0SAndrew Victor	  When only that slow-clock is available, some peripherals lose
495eaad2db0SAndrew Victor	  functionality.  Many can't issue wakeup events unless faster
496eaad2db0SAndrew Victor	  clocks are available.  Some lose their operating state and
497eaad2db0SAndrew Victor	  need to be completely re-initialized.
498eaad2db0SAndrew Victor
4995248c657SDavid Brownellconfig AT91_TIMER_HZ
5005248c657SDavid Brownell       int "Kernel HZ (jiffies per second)"
5015248c657SDavid Brownell       range 32 1024
5025248c657SDavid Brownell       depends on ARCH_AT91
5035248c657SDavid Brownell       default "128" if ARCH_AT91RM9200
5045248c657SDavid Brownell       default "100"
5055248c657SDavid Brownell       help
5065248c657SDavid Brownell	  On AT91rm9200 chips where you're using a system clock derived
5075248c657SDavid Brownell	  from the 32768 Hz hardware clock, this tick rate should divide
5085248c657SDavid Brownell	  it exactly: use a power-of-two value, such as 128 or 256, to
5095248c657SDavid Brownell	  reduce timing errors caused by rounding.
5105248c657SDavid Brownell
5115248c657SDavid Brownell	  On AT91sam926x chips, or otherwise when using a higher precision
5125248c657SDavid Brownell	  system clock (of at least several MHz), rounding is less of a
5135248c657SDavid Brownell	  problem so it can be safer to use a decimal values like 100.
5145248c657SDavid Brownell
515fa3218d8SGuennadi Liakhovetskichoice
516fa3218d8SGuennadi Liakhovetski	prompt "Select a UART for early kernel messages"
517fa3218d8SGuennadi Liakhovetski
51813079a73SJean-Christophe PLAGNIOL-VILLARDconfig AT91_EARLY_DBGU0
51913079a73SJean-Christophe PLAGNIOL-VILLARD	bool "DBGU on rm9200, 9260/9g20, 9261/9g10 and 9rl"
52013079a73SJean-Christophe PLAGNIOL-VILLARD	depends on HAVE_AT91_DBGU0
52113079a73SJean-Christophe PLAGNIOL-VILLARD
52213079a73SJean-Christophe PLAGNIOL-VILLARDconfig AT91_EARLY_DBGU1
5239918ceafSJean-Christophe PLAGNIOL-VILLARD	bool "DBGU on 9263 and 9g45"
52413079a73SJean-Christophe PLAGNIOL-VILLARD	depends on HAVE_AT91_DBGU1
525fa3218d8SGuennadi Liakhovetski
526fa3218d8SGuennadi Liakhovetskiconfig AT91_EARLY_USART0
527fa3218d8SGuennadi Liakhovetski	bool "USART0"
528fa3218d8SGuennadi Liakhovetski
529fa3218d8SGuennadi Liakhovetskiconfig AT91_EARLY_USART1
530fa3218d8SGuennadi Liakhovetski	bool "USART1"
531fa3218d8SGuennadi Liakhovetski
532fa3218d8SGuennadi Liakhovetskiconfig AT91_EARLY_USART2
533fa3218d8SGuennadi Liakhovetski	bool "USART2"
534fa3218d8SGuennadi Liakhovetski	depends on ! ARCH_AT91X40
535fa3218d8SGuennadi Liakhovetski
536fa3218d8SGuennadi Liakhovetskiconfig AT91_EARLY_USART3
537fa3218d8SGuennadi Liakhovetski	bool "USART3"
5382ef9f59aSJean-Christophe PLAGNIOL-VILLARD	depends on HAVE_AT91_USART3
539fa3218d8SGuennadi Liakhovetski
540fa3218d8SGuennadi Liakhovetskiconfig AT91_EARLY_USART4
541fa3218d8SGuennadi Liakhovetski	bool "USART4"
5422ef9f59aSJean-Christophe PLAGNIOL-VILLARD	depends on HAVE_AT91_USART4
543fa3218d8SGuennadi Liakhovetski
544fa3218d8SGuennadi Liakhovetskiconfig AT91_EARLY_USART5
545fa3218d8SGuennadi Liakhovetski	bool "USART5"
5462ef9f59aSJean-Christophe PLAGNIOL-VILLARD	depends on HAVE_AT91_USART5
547fa3218d8SGuennadi Liakhovetski
548fa3218d8SGuennadi Liakhovetskiendchoice
549fa3218d8SGuennadi Liakhovetski
5509d041268SAndrew Victorendmenu
5519d041268SAndrew Victor
5529d041268SAndrew Victorendif
553