xref: /openbmc/linux/arch/arm/mach-at91/Kconfig (revision 35ed3c7a)
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
12c0177594SJean-Christophe PLAGNIOL-VILLARDconfig AT91_SAM9_ALT_RESET
13c0177594SJean-Christophe PLAGNIOL-VILLARD	bool
1421ea52aaSJean-Christophe PLAGNIOL-VILLARD	default !ARCH_AT91X40
15c0177594SJean-Christophe PLAGNIOL-VILLARD
1614f991a7SJean-Christophe PLAGNIOL-VILLARDconfig AT91_SAM9G45_RESET
1714f991a7SJean-Christophe PLAGNIOL-VILLARD	bool
1821ea52aaSJean-Christophe PLAGNIOL-VILLARD	default !ARCH_AT91X40
1914f991a7SJean-Christophe PLAGNIOL-VILLARD
201441bd32SJean-Christophe PLAGNIOL-VILLARDconfig SOC_AT91SAM9
211441bd32SJean-Christophe PLAGNIOL-VILLARD	bool
221441bd32SJean-Christophe PLAGNIOL-VILLARD	select CPU_ARM926T
23b1b3f49cSRussell King	select GENERIC_CLOCKEVENTS
241441bd32SJean-Christophe PLAGNIOL-VILLARD
259d041268SAndrew Victormenu "Atmel AT91 System-on-Chip"
269d041268SAndrew Victor
271e3ce2b8SJean-Christophe PLAGNIOL-VILLARDcomment "Atmel AT91 Processor"
289d041268SAndrew Victor
291e3ce2b8SJean-Christophe PLAGNIOL-VILLARDconfig SOC_AT91SAM9
301e3ce2b8SJean-Christophe PLAGNIOL-VILLARD	bool
31b1b3f49cSRussell King	select AT91_SAM9_SMC
32b1b3f49cSRussell King	select AT91_SAM9_TIME
331e3ce2b8SJean-Christophe PLAGNIOL-VILLARD	select CPU_ARM926T
343e135466SLudovic Desroches	select MULTI_IRQ_HANDLER
358fe82a55SLudovic Desroches	select SPARSE_IRQ
361e3ce2b8SJean-Christophe PLAGNIOL-VILLARD
371e3ce2b8SJean-Christophe PLAGNIOL-VILLARDconfig SOC_AT91RM9200
389d041268SAndrew Victor	bool "AT91RM9200"
39c750815eSRussell King	select CPU_ARM920T
405e802dfaSDavid Brownell	select GENERIC_CLOCKEVENTS
4113079a73SJean-Christophe PLAGNIOL-VILLARD	select HAVE_AT91_DBGU0
42b1b3f49cSRussell King	select MULTI_IRQ_HANDLER
43b1b3f49cSRussell King	select SPARSE_IRQ
449d041268SAndrew Victor
451e3ce2b8SJean-Christophe PLAGNIOL-VILLARDconfig SOC_AT91SAM9260
461e3ce2b8SJean-Christophe PLAGNIOL-VILLARD	bool "AT91SAM9260, AT91SAM9XE or AT91SAM9G20"
4713079a73SJean-Christophe PLAGNIOL-VILLARD	select HAVE_AT91_DBGU0
48ee621dd6SJean-Christophe PLAGNIOL-VILLARD	select HAVE_NET_MACB
49b1b3f49cSRussell King	select SOC_AT91SAM9
501e3ce2b8SJean-Christophe PLAGNIOL-VILLARD	help
511e3ce2b8SJean-Christophe PLAGNIOL-VILLARD	  Select this if you are using one of Atmel's AT91SAM9260, AT91SAM9XE
521e3ce2b8SJean-Christophe PLAGNIOL-VILLARD	  or AT91SAM9G20 SoC.
539d041268SAndrew Victor
541e3ce2b8SJean-Christophe PLAGNIOL-VILLARDconfig SOC_AT91SAM9261
551e3ce2b8SJean-Christophe PLAGNIOL-VILLARD	bool "AT91SAM9261 or AT91SAM9G10"
5613079a73SJean-Christophe PLAGNIOL-VILLARD	select HAVE_AT91_DBGU0
570912e535SNicolas Ferre	select HAVE_FB_ATMEL
58b1b3f49cSRussell King	select SOC_AT91SAM9
591e3ce2b8SJean-Christophe PLAGNIOL-VILLARD	help
601e3ce2b8SJean-Christophe PLAGNIOL-VILLARD	  Select this if you are using one of Atmel's AT91SAM9261 or AT91SAM9G10 SoC.
61b319ff80SNicolas Ferre
621e3ce2b8SJean-Christophe PLAGNIOL-VILLARDconfig SOC_AT91SAM9263
63b2c65616SAndrew Victor	bool "AT91SAM9263"
641e3ce2b8SJean-Christophe PLAGNIOL-VILLARD	select HAVE_AT91_DBGU1
650912e535SNicolas Ferre	select HAVE_FB_ATMEL
66ee621dd6SJean-Christophe PLAGNIOL-VILLARD	select HAVE_NET_MACB
67b1b3f49cSRussell King	select SOC_AT91SAM9
68b2c65616SAndrew Victor
691e3ce2b8SJean-Christophe PLAGNIOL-VILLARDconfig SOC_AT91SAM9RL
70877d7720SAndrew Victor	bool "AT91SAM9RL"
711e3ce2b8SJean-Christophe PLAGNIOL-VILLARD	select HAVE_AT91_DBGU0
720912e535SNicolas Ferre	select HAVE_FB_ATMEL
73b1b3f49cSRussell King	select SOC_AT91SAM9
74877d7720SAndrew Victor
751e3ce2b8SJean-Christophe PLAGNIOL-VILLARDconfig SOC_AT91SAM9G45
76ca1dcbf7SNicolas Ferre	bool "AT91SAM9G45 or AT91SAM9M10 families"
771e3ce2b8SJean-Christophe PLAGNIOL-VILLARD	select HAVE_AT91_DBGU1
780912e535SNicolas Ferre	select HAVE_FB_ATMEL
79ee621dd6SJean-Christophe PLAGNIOL-VILLARD	select HAVE_NET_MACB
80b1b3f49cSRussell King	select SOC_AT91SAM9
81ca1dcbf7SNicolas Ferre	help
82ca1dcbf7SNicolas Ferre	  Select this if you are using one of Atmel's AT91SAM9G45 family SoC.
83ca1dcbf7SNicolas Ferre	  This support covers AT91SAM9G45, AT91SAM9G46, AT91SAM9M10 and AT91SAM9M11.
84789b23bcSNicolas Ferre
851e3ce2b8SJean-Christophe PLAGNIOL-VILLARDconfig SOC_AT91SAM9X5
869a3ee403SNicolas Ferre	bool "AT91SAM9x5 family"
871e3ce2b8SJean-Christophe PLAGNIOL-VILLARD	select HAVE_AT91_DBGU0
889a3ee403SNicolas Ferre	select HAVE_FB_ATMEL
899a3ee403SNicolas Ferre	select HAVE_NET_MACB
90b1b3f49cSRussell King	select SOC_AT91SAM9
91a26e1af5SNicolas Ferre	help
92a26e1af5SNicolas Ferre	  Select this if you are using one of Atmel's AT91SAM9x5 family SoC.
93a26e1af5SNicolas Ferre	  This means that your SAM9 name finishes with a '5' (except if it is
94a26e1af5SNicolas Ferre	  AT91SAM9G45!).
95a26e1af5SNicolas Ferre	  This support covers AT91SAM9G15, AT91SAM9G25, AT91SAM9X25, AT91SAM9G35
96a26e1af5SNicolas Ferre	  and AT91SAM9X35.
979a3ee403SNicolas Ferre
9874db4fb9SHong Xuconfig SOC_AT91SAM9N12
9974db4fb9SHong Xu	bool "AT91SAM9N12 family"
10074db4fb9SHong Xu	select HAVE_AT91_DBGU0
10174db4fb9SHong Xu	select HAVE_FB_ATMEL
102b1b3f49cSRussell King	select SOC_AT91SAM9
10374db4fb9SHong Xu	help
10474db4fb9SHong Xu	  Select this if you are using Atmel's AT91SAM9N12 SoC.
10574db4fb9SHong Xu
1061e3ce2b8SJean-Christophe PLAGNIOL-VILLARDchoice
1071e3ce2b8SJean-Christophe PLAGNIOL-VILLARD	prompt "Atmel AT91 Processor Devices for non DT boards"
1081e3ce2b8SJean-Christophe PLAGNIOL-VILLARD
1091e3ce2b8SJean-Christophe PLAGNIOL-VILLARDconfig ARCH_AT91_NONE
1101e3ce2b8SJean-Christophe PLAGNIOL-VILLARD	bool "None"
1111e3ce2b8SJean-Christophe PLAGNIOL-VILLARD
1121e3ce2b8SJean-Christophe PLAGNIOL-VILLARDconfig ARCH_AT91RM9200
1131e3ce2b8SJean-Christophe PLAGNIOL-VILLARD	bool "AT91RM9200"
1141e3ce2b8SJean-Christophe PLAGNIOL-VILLARD	select SOC_AT91RM9200
1151e3ce2b8SJean-Christophe PLAGNIOL-VILLARD
1161e3ce2b8SJean-Christophe PLAGNIOL-VILLARDconfig ARCH_AT91SAM9260
1171e3ce2b8SJean-Christophe PLAGNIOL-VILLARD	bool "AT91SAM9260 or AT91SAM9XE"
1181e3ce2b8SJean-Christophe PLAGNIOL-VILLARD	select SOC_AT91SAM9260
1191e3ce2b8SJean-Christophe PLAGNIOL-VILLARD
1201e3ce2b8SJean-Christophe PLAGNIOL-VILLARDconfig ARCH_AT91SAM9261
1211e3ce2b8SJean-Christophe PLAGNIOL-VILLARD	bool "AT91SAM9261"
1221e3ce2b8SJean-Christophe PLAGNIOL-VILLARD	select SOC_AT91SAM9261
1231e3ce2b8SJean-Christophe PLAGNIOL-VILLARD
1241e3ce2b8SJean-Christophe PLAGNIOL-VILLARDconfig ARCH_AT91SAM9G10
1251e3ce2b8SJean-Christophe PLAGNIOL-VILLARD	bool "AT91SAM9G10"
1261e3ce2b8SJean-Christophe PLAGNIOL-VILLARD	select SOC_AT91SAM9261
1271e3ce2b8SJean-Christophe PLAGNIOL-VILLARD
1281e3ce2b8SJean-Christophe PLAGNIOL-VILLARDconfig ARCH_AT91SAM9263
1291e3ce2b8SJean-Christophe PLAGNIOL-VILLARD	bool "AT91SAM9263"
1301e3ce2b8SJean-Christophe PLAGNIOL-VILLARD	select SOC_AT91SAM9263
1311e3ce2b8SJean-Christophe PLAGNIOL-VILLARD
1321e3ce2b8SJean-Christophe PLAGNIOL-VILLARDconfig ARCH_AT91SAM9RL
1331e3ce2b8SJean-Christophe PLAGNIOL-VILLARD	bool "AT91SAM9RL"
1341e3ce2b8SJean-Christophe PLAGNIOL-VILLARD	select SOC_AT91SAM9RL
1351e3ce2b8SJean-Christophe PLAGNIOL-VILLARD
1361e3ce2b8SJean-Christophe PLAGNIOL-VILLARDconfig ARCH_AT91SAM9G20
1371e3ce2b8SJean-Christophe PLAGNIOL-VILLARD	bool "AT91SAM9G20"
1381e3ce2b8SJean-Christophe PLAGNIOL-VILLARD	select SOC_AT91SAM9260
1391e3ce2b8SJean-Christophe PLAGNIOL-VILLARD
1401e3ce2b8SJean-Christophe PLAGNIOL-VILLARDconfig ARCH_AT91SAM9G45
1411e3ce2b8SJean-Christophe PLAGNIOL-VILLARD	bool "AT91SAM9G45"
1421e3ce2b8SJean-Christophe PLAGNIOL-VILLARD	select SOC_AT91SAM9G45
1431e3ce2b8SJean-Christophe PLAGNIOL-VILLARD
1449f1ccefeSGreg Ungererconfig ARCH_AT91X40
1459f1ccefeSGreg Ungerer	bool "AT91x40"
1461e3ce2b8SJean-Christophe PLAGNIOL-VILLARD	depends on !MMU
147b1b3f49cSRussell King	select ARCH_USES_GETTIMEOFFSET
14814070adeSArnd Bergmann	select MULTI_IRQ_HANDLER
14914070adeSArnd Bergmann	select SPARSE_IRQ
1509f1ccefeSGreg Ungerer
1519d041268SAndrew Victorendchoice
1529d041268SAndrew Victor
1539f1ccefeSGreg Ungererconfig AT91_PMC_UNIT
1549f1ccefeSGreg Ungerer	bool
1559f1ccefeSGreg Ungerer	default !ARCH_AT91X40
1569f1ccefeSGreg Ungerer
1579d041268SAndrew Victor# ----------------------------------------------------------
1589d041268SAndrew Victor
1599d041268SAndrew Victorif ARCH_AT91RM9200
1609d041268SAndrew Victor
1619d041268SAndrew Victorcomment "AT91RM9200 Board Type"
1629d041268SAndrew Victor
1639d041268SAndrew Victorconfig MACH_ONEARM
1649d041268SAndrew Victor	bool "Ajeco 1ARM Single Board Computer"
1659d041268SAndrew Victor	help
1669d041268SAndrew Victor	  Select this if you are using Ajeco's 1ARM Single Board Computer.
16750a23e6eSJustin P. Mattock	  <http://www.ajeco.fi/>
1689d041268SAndrew Victor
1699d041268SAndrew Victorconfig ARCH_AT91RM9200DK
1709d041268SAndrew Victor	bool "Atmel AT91RM9200-DK Development board"
1712ef9f59aSJean-Christophe PLAGNIOL-VILLARD	select HAVE_AT91_DATAFLASH_CARD
1729d041268SAndrew Victor	help
1739d041268SAndrew Victor	  Select this if you are using Atmel's AT91RM9200-DK Development board.
1749d041268SAndrew Victor	  (Discontinued)
1759d041268SAndrew Victor
1769d041268SAndrew Victorconfig MACH_AT91RM9200EK
1779d041268SAndrew Victor	bool "Atmel AT91RM9200-EK Evaluation Kit"
1782ef9f59aSJean-Christophe PLAGNIOL-VILLARD	select HAVE_AT91_DATAFLASH_CARD
1799d041268SAndrew Victor	help
1809d041268SAndrew Victor	  Select this if you are using Atmel's AT91RM9200-EK Evaluation Kit.
1819d041268SAndrew Victor	  <http://www.atmel.com/dyn/products/tools_card.asp?tool_id=3507>
1829d041268SAndrew Victor
1839d041268SAndrew Victorconfig MACH_CSB337
1849d041268SAndrew Victor	bool "Cogent CSB337"
1859d041268SAndrew Victor	help
1869d041268SAndrew Victor	  Select this if you are using Cogent's CSB337 board.
1879d041268SAndrew Victor	  <http://www.cogcomp.com/csb_csb337.htm>
1889d041268SAndrew Victor
1899d041268SAndrew Victorconfig MACH_CSB637
1909d041268SAndrew Victor	bool "Cogent CSB637"
1919d041268SAndrew Victor	help
1929d041268SAndrew Victor	  Select this if you are using Cogent's CSB637 board.
1939d041268SAndrew Victor	  <http://www.cogcomp.com/csb_csb637.htm>
1949d041268SAndrew Victor
1959d041268SAndrew Victorconfig MACH_CARMEVA
1969d041268SAndrew Victor	bool "Conitec ARM&EVA"
1979d041268SAndrew Victor	help
1989d041268SAndrew Victor	  Select this if you are using Conitec's AT91RM9200-MCU-Module.
19950a23e6eSJustin P. Mattock	  <http://www.conitec.net/english/linuxboard.php>
2009d041268SAndrew Victor
2019d041268SAndrew Victorconfig MACH_ATEB9200
2029d041268SAndrew Victor	bool "Embest ATEB9200"
2039d041268SAndrew Victor	help
2049d041268SAndrew Victor	  Select this if you are using Embest's ATEB9200 board.
2059d041268SAndrew Victor	  <http://www.embedinfo.com/english/product/ATEB9200.asp>
2069d041268SAndrew Victor
2079d041268SAndrew Victorconfig MACH_KB9200
2089d041268SAndrew Victor	bool "KwikByte KB920x"
2099d041268SAndrew Victor	help
2109d041268SAndrew Victor	  Select this if you are using KwikByte's KB920x board.
21150a23e6eSJustin P. Mattock	  <http://www.kwikbyte.com/KB9202.html>
2129d041268SAndrew Victor
2135d01f133SSimon Richterconfig MACH_PICOTUX2XX
2145d01f133SSimon Richter	bool "picotux 200"
2155d01f133SSimon Richter	help
2165d01f133SSimon Richter	  Select this if you are using a picotux 200.
2175d01f133SSimon Richter	  <http://www.picotux.com/>
2185d01f133SSimon Richter
2199d041268SAndrew Victorconfig MACH_KAFA
2209d041268SAndrew Victor	bool "Sperry-Sun KAFA board"
2219d041268SAndrew Victor	help
2229d041268SAndrew Victor	  Select this if you are using Sperry-Sun's KAFA board.
2239d041268SAndrew Victor
2242f036ac6SAndrew Victorconfig MACH_ECBAT91
2252f036ac6SAndrew Victor	bool "emQbit ECB_AT91 SBC"
2262ef9f59aSJean-Christophe PLAGNIOL-VILLARD	select HAVE_AT91_DATAFLASH_CARD
2272f036ac6SAndrew Victor	help
2282f036ac6SAndrew Victor	  Select this if you are using emQbit's ECB_AT91 board.
2292f036ac6SAndrew Victor	  <http://wiki.emqbit.com/free-ecb-at91>
2302f036ac6SAndrew Victor
231e3ba22dbSAndrew Victorconfig MACH_YL9200
232e3ba22dbSAndrew Victor	bool "ucDragon YL-9200"
233e3ba22dbSAndrew Victor	help
234e3ba22dbSAndrew Victor	  Select this if you are using the ucDragon YL-9200 board.
235e3ba22dbSAndrew Victor
23610233a93SEric Bénardconfig MACH_CPUAT91
23710233a93SEric Bénard	bool "Eukrea CPUAT91"
23810233a93SEric Bénard	help
23910233a93SEric Bénard	  Select this if you are using the Eukrea Electromatique's
24010233a93SEric Bénard	  CPUAT91 board <http://www.eukrea.com/>.
24110233a93SEric Bénard
24201c62c9bSUwe Kleine-Königconfig MACH_ECO920
24301c62c9bSUwe Kleine-König	bool "eco920"
24401c62c9bSUwe Kleine-König	help
24501c62c9bSUwe Kleine-König	  Select this if you are using the eco920 board
24601c62c9bSUwe Kleine-König
24782cb8654SJosef Holzmayrconfig MACH_RSI_EWS
24882cb8654SJosef Holzmayr	bool "RSI Embedded Webserver"
24982cb8654SJosef Holzmayr	depends on ARCH_AT91RM9200
25082cb8654SJosef Holzmayr	help
25182cb8654SJosef Holzmayr	  Select this if you are using RSIs EWS board.
2529d041268SAndrew Victorendif
2539d041268SAndrew Victor
2549d041268SAndrew Victor# ----------------------------------------------------------
2559d041268SAndrew Victor
2569d041268SAndrew Victorif ARCH_AT91SAM9260
2579d041268SAndrew Victor
258f7eee89bSAndrew Victorcomment "AT91SAM9260 Variants"
2599d041268SAndrew Victor
260f7eee89bSAndrew Victorcomment "AT91SAM9260 / AT91SAM9XE Board Type"
261f7eee89bSAndrew Victor
262f7eee89bSAndrew Victorconfig MACH_AT91SAM9260EK
263f7eee89bSAndrew Victor	bool "Atmel AT91SAM9260-EK / AT91SAM9XE Evaluation Kit"
2642ef9f59aSJean-Christophe PLAGNIOL-VILLARD	select HAVE_AT91_DATAFLASH_CARD
265f7eee89bSAndrew Victor	help
266f7eee89bSAndrew Victor	  Select this if you are using Atmel's AT91SAM9260-EK or AT91SAM9XE Evaluation Kit
2679d041268SAndrew Victor	  <http://www.atmel.com/dyn/products/tools_card.asp?tool_id=3933>
2689d041268SAndrew Victor
26935131fb6SAndrew Victorconfig MACH_CAM60
27035131fb6SAndrew Victor	bool "KwikByte KB9260 (CAM60) board"
27135131fb6SAndrew Victor	help
27235131fb6SAndrew Victor	  Select this if you are using KwikByte's KB9260 (CAM60) board based on the Atmel AT91SAM9260.
27335131fb6SAndrew Victor	  <http://www.kwikbyte.com/KB9260.html>
27435131fb6SAndrew Victor
27566dbfc6cSAndrew Victorconfig MACH_SAM9_L9260
27666dbfc6cSAndrew Victor	bool "Olimex SAM9-L9260 board"
2772ef9f59aSJean-Christophe PLAGNIOL-VILLARD	select HAVE_AT91_DATAFLASH_CARD
27866dbfc6cSAndrew Victor	help
27966dbfc6cSAndrew Victor	  Select this if you are using Olimex's SAM9-L9260 board based on the Atmel AT91SAM9260.
28066dbfc6cSAndrew Victor	  <http://www.olimex.com/dev/sam9-L9260.html>
28166dbfc6cSAndrew Victor
2829c784f95SSergey Lapinconfig MACH_AFEB9260
2839c784f95SSergey Lapin	bool "Custom afeb9260 board v1"
2849c784f95SSergey Lapin	help
2859c784f95SSergey Lapin	  Select this if you are using custom afeb9260 board based on
2869c784f95SSergey Lapin	  open hardware design. Select this for revision 1 of the board.
2879c784f95SSergey Lapin	  <svn://194.85.238.22/home/users/george/svn/arm9eb>
2889c784f95SSergey Lapin	  <http://groups.google.com/group/arm9fpga-evolution-board>
2899c784f95SSergey Lapin
290ca0a789aSAndrew Victorconfig MACH_USB_A9260
291ca0a789aSAndrew Victor	bool "CALAO USB-A9260"
292ca0a789aSAndrew Victor	help
293ca0a789aSAndrew Victor	  Select this if you are using a Calao Systems USB-A9260.
294ca0a789aSAndrew Victor	  <http://www.calao-systems.com>
295ca0a789aSAndrew Victor
296ca0a789aSAndrew Victorconfig MACH_QIL_A9260
297ca0a789aSAndrew Victor	bool "CALAO QIL-A9260 board"
298ca0a789aSAndrew Victor	help
299ca0a789aSAndrew Victor	  Select this if you are using a Calao Systems QIL-A9260 Board.
300ca0a789aSAndrew Victor	  <http://www.calao-systems.com>
301ca0a789aSAndrew Victor
30241a353d1SEric Bénardconfig MACH_CPU9260
30341a353d1SEric Bénard	bool "Eukrea CPU9260 board"
30441a353d1SEric Bénard	help
30541a353d1SEric Bénard	  Select this if you are using a Eukrea Electromatique's
30641a353d1SEric Bénard	  CPU9260 Board <http://www.eukrea.com/>
30741a353d1SEric Bénard
3088ed90595SMaxim Osipovconfig MACH_FLEXIBITY
3098ed90595SMaxim Osipov	bool "Flexibity Connect board"
3108ed90595SMaxim Osipov	help
3118ed90595SMaxim Osipov	  Select this if you are using Flexibity Connect board
3128ed90595SMaxim Osipov	  <http://www.flexibity.com>
3138ed90595SMaxim Osipov
3149d041268SAndrew Victorendif
3159d041268SAndrew Victor
3169d041268SAndrew Victor# ----------------------------------------------------------
3179d041268SAndrew Victor
3189d041268SAndrew Victorif ARCH_AT91SAM9261
3199d041268SAndrew Victor
3209d041268SAndrew Victorcomment "AT91SAM9261 Board Type"
3219d041268SAndrew Victor
3229d041268SAndrew Victorconfig MACH_AT91SAM9261EK
3239d041268SAndrew Victor	bool "Atmel AT91SAM9261-EK Evaluation Kit"
3242ef9f59aSJean-Christophe PLAGNIOL-VILLARD	select HAVE_AT91_DATAFLASH_CARD
3259d041268SAndrew Victor	help
3269d041268SAndrew Victor	  Select this if you are using Atmel's AT91SAM9261-EK Evaluation Kit.
3279d041268SAndrew Victor	  <http://www.atmel.com/dyn/products/tools_card.asp?tool_id=3820>
3289d041268SAndrew Victor
3299d041268SAndrew Victorendif
3309d041268SAndrew Victor
3319d041268SAndrew Victor# ----------------------------------------------------------
3329d041268SAndrew Victor
333b319ff80SNicolas Ferreif ARCH_AT91SAM9G10
334b319ff80SNicolas Ferre
335b319ff80SNicolas Ferrecomment "AT91SAM9G10 Board Type"
336b319ff80SNicolas Ferre
337b319ff80SNicolas Ferreconfig MACH_AT91SAM9G10EK
338b319ff80SNicolas Ferre	bool "Atmel AT91SAM9G10-EK Evaluation Kit"
3392ef9f59aSJean-Christophe PLAGNIOL-VILLARD	select HAVE_AT91_DATAFLASH_CARD
340b319ff80SNicolas Ferre	help
341b319ff80SNicolas Ferre	  Select this if you are using Atmel's AT91SAM9G10-EK Evaluation Kit.
342b319ff80SNicolas Ferre	  <http://www.atmel.com/dyn/products/tools_card.asp?tool_id=4588>
343b319ff80SNicolas Ferre
344b319ff80SNicolas Ferreendif
345b319ff80SNicolas Ferre
346b319ff80SNicolas Ferre# ----------------------------------------------------------
347b319ff80SNicolas Ferre
348e6d92e63SAndrew Victorif ARCH_AT91SAM9263
349e6d92e63SAndrew Victor
350e6d92e63SAndrew Victorcomment "AT91SAM9263 Board Type"
351e6d92e63SAndrew Victor
352e6d92e63SAndrew Victorconfig MACH_AT91SAM9263EK
353e6d92e63SAndrew Victor	bool "Atmel AT91SAM9263-EK Evaluation Kit"
3542ef9f59aSJean-Christophe PLAGNIOL-VILLARD	select HAVE_AT91_DATAFLASH_CARD
355e6d92e63SAndrew Victor	help
356e6d92e63SAndrew Victor	  Select this if you are using Atmel's AT91SAM9263-EK Evaluation Kit.
357e6d92e63SAndrew Victor	  <http://www.atmel.com/dyn/products/tools_card.asp?tool_id=4057>
358e6d92e63SAndrew Victor
359ca0a789aSAndrew Victorconfig MACH_USB_A9263
360ca0a789aSAndrew Victor	bool "CALAO USB-A9263"
361ca0a789aSAndrew Victor	help
362ca0a789aSAndrew Victor	  Select this if you are using a Calao Systems USB-A9263.
363ca0a789aSAndrew Victor	  <http://www.calao-systems.com>
364ca0a789aSAndrew Victor
365ffc63b7dSAndrew Victorconfig MACH_NEOCORE926
366ffc63b7dSAndrew Victor	bool "Adeneo NEOCORE926"
3672ef9f59aSJean-Christophe PLAGNIOL-VILLARD	select HAVE_AT91_DATAFLASH_CARD
368ffc63b7dSAndrew Victor	help
369ffc63b7dSAndrew Victor	  Select this if you are using the Adeneo Neocore 926 board.
370ffc63b7dSAndrew Victor
371e6d92e63SAndrew Victorendif
372e6d92e63SAndrew Victor
373e6d92e63SAndrew Victor# ----------------------------------------------------------
374e6d92e63SAndrew Victor
375c42dcb3dSAndrew Victorif ARCH_AT91SAM9RL
376c42dcb3dSAndrew Victor
377c42dcb3dSAndrew Victorcomment "AT91SAM9RL Board Type"
378c42dcb3dSAndrew Victor
379c42dcb3dSAndrew Victorconfig MACH_AT91SAM9RLEK
380c42dcb3dSAndrew Victor	bool "Atmel AT91SAM9RL-EK Evaluation Kit"
381c42dcb3dSAndrew Victor	help
382c42dcb3dSAndrew Victor	  Select this if you are using Atmel's AT91SAM9RL-EK Evaluation Kit.
383c42dcb3dSAndrew Victor
384c42dcb3dSAndrew Victorendif
385c42dcb3dSAndrew Victor
386c42dcb3dSAndrew Victor# ----------------------------------------------------------
387c42dcb3dSAndrew Victor
38861352667Ssedji gaouaouif ARCH_AT91SAM9G20
38961352667Ssedji gaouaou
39061352667Ssedji gaouaoucomment "AT91SAM9G20 Board Type"
39161352667Ssedji gaouaou
39261352667Ssedji gaouaouconfig MACH_AT91SAM9G20EK
39361352667Ssedji gaouaou	bool "Atmel AT91SAM9G20-EK Evaluation Kit"
3942ef9f59aSJean-Christophe PLAGNIOL-VILLARD	select HAVE_AT91_DATAFLASH_CARD
39561352667Ssedji gaouaou	help
3960f74296aSNicolas Ferre	  Select this if you are using Atmel's AT91SAM9G20-EK Evaluation Kit
3970f74296aSNicolas Ferre	  that embeds only one SD/MMC slot.
3980f74296aSNicolas Ferre
3990f74296aSNicolas Ferreconfig MACH_AT91SAM9G20EK_2MMC
400a6e016f1SJean-Christophe PLAGNIOL-VILLARD	depends on MACH_AT91SAM9G20EK
4010f74296aSNicolas Ferre	bool "Atmel AT91SAM9G20-EK Evaluation Kit with 2 SD/MMC Slots"
4020f74296aSNicolas Ferre	help
4030f74296aSNicolas Ferre	  Select this if you are using an Atmel AT91SAM9G20-EK Evaluation Kit
4040f74296aSNicolas Ferre	  with 2 SD/MMC Slots. This is the case for AT91SAM9G20-EK rev. C and
4050f74296aSNicolas Ferre	  onwards.
406ff65e398SNicolas Ferre	  <http://www.atmel.com/tools/SAM9G20-EK.aspx>
40761352667Ssedji gaouaou
40841a353d1SEric Bénardconfig MACH_CPU9G20
40941a353d1SEric Bénard	bool "Eukrea CPU9G20 board"
41041a353d1SEric Bénard	help
41141a353d1SEric Bénard	  Select this if you are using a Eukrea Electromatique's
41241a353d1SEric Bénard	  CPU9G20 Board <http://www.eukrea.com/>
41341a353d1SEric Bénard
4140fb55d3bSSergio Tanzilliconfig MACH_ACMENETUSFOXG20
4150fb55d3bSSergio Tanzilli	bool "Acme Systems srl FOX Board G20"
4160fb55d3bSSergio Tanzilli	help
4170fb55d3bSSergio Tanzilli	  Select this if you are using Acme Systems
4180fb55d3bSSergio Tanzilli	  FOX Board G20 <http://www.acmesystems.it>
4190fb55d3bSSergio Tanzilli
4209b404b7cSChristian Glindkampconfig MACH_PORTUXG20
4219b404b7cSChristian Glindkamp	bool "taskit PortuxG20"
4229b404b7cSChristian Glindkamp	help
4239b404b7cSChristian Glindkamp	  Select this if you are using taskit's PortuxG20.
4249b404b7cSChristian Glindkamp	  <http://www.taskit.de/en/>
4259b404b7cSChristian Glindkamp
4269b404b7cSChristian Glindkampconfig MACH_STAMP9G20
4279b404b7cSChristian Glindkamp	bool "taskit Stamp9G20 CPU module"
4289b404b7cSChristian Glindkamp	help
4299b404b7cSChristian Glindkamp	  Select this if you are using taskit's Stamp9G20 CPU module on its
4309b404b7cSChristian Glindkamp	  evaluation board.
4319b404b7cSChristian Glindkamp	  <http://www.taskit.de/en/>
4329b404b7cSChristian Glindkamp
433abf0c1bcSPeter Gsellmannconfig MACH_PCONTROL_G20
434abf0c1bcSPeter Gsellmann	bool "PControl G20 CPU module"
435abf0c1bcSPeter Gsellmann	help
436abf0c1bcSPeter Gsellmann	  Select this if you are using taskit's Stamp9G20 CPU module on this
437abf0c1bcSPeter Gsellmann	  carrier board, beeing the decentralized unit of a building automation
438abf0c1bcSPeter Gsellmann	  system; featuring nvram, eth-switch, iso-rs485, display, io
439fcdc2ea7SIgor Plyatov
440fcdc2ea7SIgor Plyatovconfig MACH_GSIA18S
441fcdc2ea7SIgor Plyatov	bool "GS_IA18_S board"
442fcdc2ea7SIgor Plyatov	help
443fcdc2ea7SIgor Plyatov	  This enables support for the GS_IA18_S board
444fcdc2ea7SIgor Plyatov	  produced by GeoSIG Ltd company. This is an internet accelerograph.
445fcdc2ea7SIgor Plyatov	  <http://www.geosig.com>
4460a072a24SJean-Christophe PLAGNIOL-VILLARD
4470a072a24SJean-Christophe PLAGNIOL-VILLARDconfig MACH_USB_A9G20
4480a072a24SJean-Christophe PLAGNIOL-VILLARD	bool "CALAO USB-A9G20"
4490a072a24SJean-Christophe PLAGNIOL-VILLARD	depends on ARCH_AT91SAM9G20
4500a072a24SJean-Christophe PLAGNIOL-VILLARD	help
4510a072a24SJean-Christophe PLAGNIOL-VILLARD	  Select this if you are using a Calao Systems USB-A9G20.
4520a072a24SJean-Christophe PLAGNIOL-VILLARD	  <http://www.calao-systems.com>
4530a072a24SJean-Christophe PLAGNIOL-VILLARD
45461352667Ssedji gaouaouendif
45561352667Ssedji gaouaou
456064baacaSRyan Mallonif (ARCH_AT91SAM9260 || ARCH_AT91SAM9G20)
457064baacaSRyan Malloncomment "AT91SAM9260/AT91SAM9G20 boards"
458064baacaSRyan Mallon
459064baacaSRyan Mallonconfig MACH_SNAPPER_9260
460064baacaSRyan Mallon        bool "Bluewater Systems Snapper 9260/9G20 module"
461064baacaSRyan Mallon        help
462064baacaSRyan Mallon          Select this if you are using the Bluewater Systems Snapper 9260 or
463064baacaSRyan Mallon          Snapper 9G20 modules.
464064baacaSRyan Mallon          <http://www.bluewatersys.com/>
465064baacaSRyan Mallonendif
466064baacaSRyan Mallon
46761352667Ssedji gaouaou# ----------------------------------------------------------
46861352667Ssedji gaouaou
469789b23bcSNicolas Ferreif ARCH_AT91SAM9G45
470789b23bcSNicolas Ferre
471789b23bcSNicolas Ferrecomment "AT91SAM9G45 Board Type"
472789b23bcSNicolas Ferre
47367dd8995SJean-Christophe PLAGNIOL-VILLARDconfig MACH_AT91SAM9M10G45EK
47467dd8995SJean-Christophe PLAGNIOL-VILLARD	bool "Atmel AT91SAM9M10G45-EK Evaluation Kits"
475789b23bcSNicolas Ferre	help
476fefbc407SNicolas Ferre	  Select this if you are using Atmel's AT91SAM9M10G45-EK Evaluation Kit.
477fefbc407SNicolas Ferre	  Those boards can be populated with any SoC of AT91SAM9G45 or AT91SAM9M10
478fefbc407SNicolas Ferre	  families: AT91SAM9G45, AT91SAM9G46, AT91SAM9M10 and AT91SAM9M11.
479fefbc407SNicolas Ferre	  <http://www.atmel.com/tools/SAM9M10-G45-EK.aspx>
480789b23bcSNicolas Ferre
481789b23bcSNicolas Ferreendif
482789b23bcSNicolas Ferre
483789b23bcSNicolas Ferre# ----------------------------------------------------------
484789b23bcSNicolas Ferre
4859f1ccefeSGreg Ungererif ARCH_AT91X40
4869f1ccefeSGreg Ungerer
4879f1ccefeSGreg Ungerercomment "AT91X40 Board Type"
4889f1ccefeSGreg Ungerer
4899f1ccefeSGreg Ungererconfig MACH_AT91EB01
4909f1ccefeSGreg Ungerer	bool "Atmel AT91EB01 Evaluation Kit"
4919f1ccefeSGreg Ungerer	help
4929f1ccefeSGreg Ungerer	  Select this if you are using Atmel's AT91EB01 Evaluation Kit.
4939f1ccefeSGreg Ungerer	  It is also a popular target for simulators such as GDB's
4949f1ccefeSGreg Ungerer	  ARM simulator (commonly known as the ARMulator) and the
4959f1ccefeSGreg Ungerer	  Skyeye simulator.
4969f1ccefeSGreg Ungerer
4979f1ccefeSGreg Ungererendif
4989f1ccefeSGreg Ungerer
4999f1ccefeSGreg Ungerer# ----------------------------------------------------------
5009f1ccefeSGreg Ungerer
50149fe2ba3SNicolas Ferrecomment "Generic Board Type"
50249fe2ba3SNicolas Ferre
50349fe2ba3SNicolas Ferreconfig MACH_AT91SAM_DT
50449fe2ba3SNicolas Ferre	bool "Atmel AT91SAM Evaluation Kits with device-tree support"
50535ed3c7aSJoachim Eastwood	depends on SOC_AT91SAM9
50649fe2ba3SNicolas Ferre	select USE_OF
50749fe2ba3SNicolas Ferre	help
50849fe2ba3SNicolas Ferre	  Select this if you want to experiment device-tree with
50949fe2ba3SNicolas Ferre	  an Atmel Evaluation Kit.
51049fe2ba3SNicolas Ferre
51149fe2ba3SNicolas Ferre# ----------------------------------------------------------
51249fe2ba3SNicolas Ferre
5139d041268SAndrew Victorcomment "AT91 Board Options"
5149d041268SAndrew Victor
5159d041268SAndrew Victorconfig MTD_AT91_DATAFLASH_CARD
5169d041268SAndrew Victor	bool "Enable DataFlash Card support"
5172ef9f59aSJean-Christophe PLAGNIOL-VILLARD	depends on HAVE_AT91_DATAFLASH_CARD
5189d041268SAndrew Victor	help
5199d041268SAndrew Victor	  Enable support for the DataFlash card.
5209d041268SAndrew Victor
5219d041268SAndrew Victor# ----------------------------------------------------------
5229d041268SAndrew Victor
5239d041268SAndrew Victorcomment "AT91 Feature Selections"
5249d041268SAndrew Victor
5259d041268SAndrew Victorconfig AT91_PROGRAMMABLE_CLOCKS
5269d041268SAndrew Victor	bool "Programmable Clocks"
5279d041268SAndrew Victor	help
5289d041268SAndrew Victor	  Select this if you need to program one or more of the PCK0..PCK3
5299d041268SAndrew Victor	  programmable clock outputs.
5309d041268SAndrew Victor
531eaad2db0SAndrew Victorconfig AT91_SLOW_CLOCK
532eaad2db0SAndrew Victor	bool "Suspend-to-RAM disables main oscillator"
533eaad2db0SAndrew Victor	depends on SUSPEND
534eaad2db0SAndrew Victor	help
535eaad2db0SAndrew Victor	  Select this if you want Suspend-to-RAM to save the most power
536eaad2db0SAndrew Victor	  possible (without powering off the CPU) by disabling the PLLs
537eaad2db0SAndrew Victor	  and main oscillator so that only the 32 KiHz clock is available.
538eaad2db0SAndrew Victor
539eaad2db0SAndrew Victor	  When only that slow-clock is available, some peripherals lose
540eaad2db0SAndrew Victor	  functionality.  Many can't issue wakeup events unless faster
541eaad2db0SAndrew Victor	  clocks are available.  Some lose their operating state and
542eaad2db0SAndrew Victor	  need to be completely re-initialized.
543eaad2db0SAndrew Victor
5445248c657SDavid Brownellconfig AT91_TIMER_HZ
5455248c657SDavid Brownell       int "Kernel HZ (jiffies per second)"
5465248c657SDavid Brownell       range 32 1024
5475248c657SDavid Brownell       depends on ARCH_AT91
5485248c657SDavid Brownell       default "128" if ARCH_AT91RM9200
5495248c657SDavid Brownell       default "100"
5505248c657SDavid Brownell       help
5515248c657SDavid Brownell	  On AT91rm9200 chips where you're using a system clock derived
5525248c657SDavid Brownell	  from the 32768 Hz hardware clock, this tick rate should divide
5535248c657SDavid Brownell	  it exactly: use a power-of-two value, such as 128 or 256, to
5545248c657SDavid Brownell	  reduce timing errors caused by rounding.
5555248c657SDavid Brownell
5565248c657SDavid Brownell	  On AT91sam926x chips, or otherwise when using a higher precision
5575248c657SDavid Brownell	  system clock (of at least several MHz), rounding is less of a
5585248c657SDavid Brownell	  problem so it can be safer to use a decimal values like 100.
5595248c657SDavid Brownell
5609d041268SAndrew Victorendmenu
5619d041268SAndrew Victor
5629d041268SAndrew Victorendif
563