| Andrew Victor | 8fc5ffa | 2006-06-29 16:06:33 +0100 | [diff] [blame] | 1 | if ARCH_AT91 | 
| SAN People | 73a59c1 | 2006-01-09 17:05:41 +0000 | [diff] [blame] | 2 |  | 
| Jean-Christophe PLAGNIOL-VILLARD | 2ef9f59 | 2009-10-22 18:50:26 +0200 | [diff] [blame] | 3 | config HAVE_AT91_DATAFLASH_CARD | 
 | 4 | 	bool | 
 | 5 |  | 
| Jean-Christophe PLAGNIOL-VILLARD | 2ef9f59 | 2009-10-22 18:50:26 +0200 | [diff] [blame] | 6 | config HAVE_AT91_USART3 | 
 | 7 | 	bool | 
 | 8 |  | 
 | 9 | config HAVE_AT91_USART4 | 
 | 10 | 	bool | 
 | 11 |  | 
 | 12 | config HAVE_AT91_USART5 | 
 | 13 | 	bool | 
 | 14 |  | 
| Andrew Victor | 8fc5ffa | 2006-06-29 16:06:33 +0100 | [diff] [blame] | 15 | menu "Atmel AT91 System-on-Chip" | 
 | 16 |  | 
| Andrew Victor | 05043d0 | 2006-12-01 11:51:19 +0100 | [diff] [blame] | 17 | choice | 
 | 18 | 	prompt "Atmel AT91 Processor" | 
| Andrew Victor | 8fc5ffa | 2006-06-29 16:06:33 +0100 | [diff] [blame] | 19 |  | 
 | 20 | config ARCH_AT91RM9200 | 
 | 21 | 	bool "AT91RM9200" | 
| Russell King | c750815 | 2008-10-26 10:55:14 +0000 | [diff] [blame] | 22 | 	select CPU_ARM920T | 
| David Brownell | 5e802df | 2007-07-31 01:41:26 +0100 | [diff] [blame] | 23 | 	select GENERIC_CLOCKEVENTS | 
| Jean-Christophe PLAGNIOL-VILLARD | 2ef9f59 | 2009-10-22 18:50:26 +0200 | [diff] [blame] | 24 | 	select HAVE_AT91_USART3 | 
| Andrew Victor | 8fc5ffa | 2006-06-29 16:06:33 +0100 | [diff] [blame] | 25 |  | 
 | 26 | config ARCH_AT91SAM9260 | 
| Andrew Victor | f7eee89 | 2007-02-15 08:17:38 +0100 | [diff] [blame] | 27 | 	bool "AT91SAM9260 or AT91SAM9XE" | 
| Russell King | c750815 | 2008-10-26 10:55:14 +0000 | [diff] [blame] | 28 | 	select CPU_ARM926T | 
| Andrew Victor | ad48ce7 | 2008-04-16 20:43:49 +0100 | [diff] [blame] | 29 | 	select GENERIC_CLOCKEVENTS | 
| Jean-Christophe PLAGNIOL-VILLARD | 2ef9f59 | 2009-10-22 18:50:26 +0200 | [diff] [blame] | 30 | 	select HAVE_AT91_USART3 | 
 | 31 | 	select HAVE_AT91_USART4 | 
 | 32 | 	select HAVE_AT91_USART5 | 
| Jean-Christophe PLAGNIOL-VILLARD | ee621dd | 2010-08-08 06:21:33 +0200 | [diff] [blame] | 33 | 	select HAVE_NET_MACB | 
| Andrew Victor | 8fc5ffa | 2006-06-29 16:06:33 +0100 | [diff] [blame] | 34 |  | 
 | 35 | config ARCH_AT91SAM9261 | 
 | 36 | 	bool "AT91SAM9261" | 
| Russell King | c750815 | 2008-10-26 10:55:14 +0000 | [diff] [blame] | 37 | 	select CPU_ARM926T | 
| Andrew Victor | ad48ce7 | 2008-04-16 20:43:49 +0100 | [diff] [blame] | 38 | 	select GENERIC_CLOCKEVENTS | 
| Nicolas Ferre | 0912e53 | 2009-06-23 16:30:56 +0200 | [diff] [blame] | 39 | 	select HAVE_FB_ATMEL | 
| Andrew Victor | 8fc5ffa | 2006-06-29 16:06:33 +0100 | [diff] [blame] | 40 |  | 
| Nicolas Ferre | b319ff8 | 2009-06-26 15:37:01 +0100 | [diff] [blame] | 41 | config ARCH_AT91SAM9G10 | 
 | 42 | 	bool "AT91SAM9G10" | 
 | 43 | 	select CPU_ARM926T | 
| Nicolas Ferre | b319ff8 | 2009-06-26 15:37:01 +0100 | [diff] [blame] | 44 | 	select GENERIC_CLOCKEVENTS | 
| Nicolas Ferre | 0912e53 | 2009-06-23 16:30:56 +0200 | [diff] [blame] | 45 | 	select HAVE_FB_ATMEL | 
| Nicolas Ferre | b319ff8 | 2009-06-26 15:37:01 +0100 | [diff] [blame] | 46 |  | 
| Andrew Victor | b2c6561 | 2007-02-08 09:42:40 +0100 | [diff] [blame] | 47 | config ARCH_AT91SAM9263 | 
 | 48 | 	bool "AT91SAM9263" | 
| Russell King | c750815 | 2008-10-26 10:55:14 +0000 | [diff] [blame] | 49 | 	select CPU_ARM926T | 
| Andrew Victor | ad48ce7 | 2008-04-16 20:43:49 +0100 | [diff] [blame] | 50 | 	select GENERIC_CLOCKEVENTS | 
| Nicolas Ferre | 0912e53 | 2009-06-23 16:30:56 +0200 | [diff] [blame] | 51 | 	select HAVE_FB_ATMEL | 
| Jean-Christophe PLAGNIOL-VILLARD | ee621dd | 2010-08-08 06:21:33 +0200 | [diff] [blame] | 52 | 	select HAVE_NET_MACB | 
| Andrew Victor | b2c6561 | 2007-02-08 09:42:40 +0100 | [diff] [blame] | 53 |  | 
| Andrew Victor | 877d772 | 2007-05-11 20:49:56 +0100 | [diff] [blame] | 54 | config ARCH_AT91SAM9RL | 
 | 55 | 	bool "AT91SAM9RL" | 
| Russell King | c750815 | 2008-10-26 10:55:14 +0000 | [diff] [blame] | 56 | 	select CPU_ARM926T | 
| Andrew Victor | ad48ce7 | 2008-04-16 20:43:49 +0100 | [diff] [blame] | 57 | 	select GENERIC_CLOCKEVENTS | 
| Jean-Christophe PLAGNIOL-VILLARD | 2ef9f59 | 2009-10-22 18:50:26 +0200 | [diff] [blame] | 58 | 	select HAVE_AT91_USART3 | 
| Nicolas Ferre | 0912e53 | 2009-06-23 16:30:56 +0200 | [diff] [blame] | 59 | 	select HAVE_FB_ATMEL | 
| Andrew Victor | 877d772 | 2007-05-11 20:49:56 +0100 | [diff] [blame] | 60 |  | 
| sedji gaouaou | 6135266 | 2008-07-10 10:15:35 +0100 | [diff] [blame] | 61 | config ARCH_AT91SAM9G20 | 
 | 62 | 	bool "AT91SAM9G20" | 
| Russell King | c750815 | 2008-10-26 10:55:14 +0000 | [diff] [blame] | 63 | 	select CPU_ARM926T | 
| sedji gaouaou | 6135266 | 2008-07-10 10:15:35 +0100 | [diff] [blame] | 64 | 	select GENERIC_CLOCKEVENTS | 
| Jean-Christophe PLAGNIOL-VILLARD | 2ef9f59 | 2009-10-22 18:50:26 +0200 | [diff] [blame] | 65 | 	select HAVE_AT91_USART3 | 
 | 66 | 	select HAVE_AT91_USART4 | 
 | 67 | 	select HAVE_AT91_USART5 | 
| Jean-Christophe PLAGNIOL-VILLARD | ee621dd | 2010-08-08 06:21:33 +0200 | [diff] [blame] | 68 | 	select HAVE_NET_MACB | 
| sedji gaouaou | 6135266 | 2008-07-10 10:15:35 +0100 | [diff] [blame] | 69 |  | 
| Nicolas Ferre | 789b23b | 2009-06-26 15:36:58 +0100 | [diff] [blame] | 70 | config ARCH_AT91SAM9G45 | 
 | 71 | 	bool "AT91SAM9G45" | 
 | 72 | 	select CPU_ARM926T | 
| Nicolas Ferre | 789b23b | 2009-06-26 15:36:58 +0100 | [diff] [blame] | 73 | 	select GENERIC_CLOCKEVENTS | 
| Jean-Christophe PLAGNIOL-VILLARD | 2ef9f59 | 2009-10-22 18:50:26 +0200 | [diff] [blame] | 74 | 	select HAVE_AT91_USART3 | 
| Nicolas Ferre | 0912e53 | 2009-06-23 16:30:56 +0200 | [diff] [blame] | 75 | 	select HAVE_FB_ATMEL | 
| Jean-Christophe PLAGNIOL-VILLARD | ee621dd | 2010-08-08 06:21:33 +0200 | [diff] [blame] | 76 | 	select HAVE_NET_MACB | 
| Nicolas Ferre | 789b23b | 2009-06-26 15:36:58 +0100 | [diff] [blame] | 77 |  | 
| Andrew Victor | 2b3b351 | 2008-01-24 15:10:39 +0100 | [diff] [blame] | 78 | config ARCH_AT91CAP9 | 
 | 79 | 	bool "AT91CAP9" | 
| Russell King | c750815 | 2008-10-26 10:55:14 +0000 | [diff] [blame] | 80 | 	select CPU_ARM926T | 
| Andrew Victor | ad48ce7 | 2008-04-16 20:43:49 +0100 | [diff] [blame] | 81 | 	select GENERIC_CLOCKEVENTS | 
| Nicolas Ferre | 0912e53 | 2009-06-23 16:30:56 +0200 | [diff] [blame] | 82 | 	select HAVE_FB_ATMEL | 
| Uwe Kleine-König | 568aa75 | 2011-04-19 10:21:20 +0200 | [diff] [blame] | 83 | 	select HAVE_NET_MACB | 
| Andrew Victor | 2b3b351 | 2008-01-24 15:10:39 +0100 | [diff] [blame] | 84 |  | 
| Greg Ungerer | 9f1ccef | 2007-07-30 02:39:21 +0100 | [diff] [blame] | 85 | config ARCH_AT91X40 | 
 | 86 | 	bool "AT91x40" | 
| John Stultz | 5cfc8ee | 2010-03-24 00:22:36 +0000 | [diff] [blame] | 87 | 	select ARCH_USES_GETTIMEOFFSET | 
| Greg Ungerer | 9f1ccef | 2007-07-30 02:39:21 +0100 | [diff] [blame] | 88 |  | 
| Andrew Victor | 05043d0 | 2006-12-01 11:51:19 +0100 | [diff] [blame] | 89 | endchoice | 
 | 90 |  | 
| Greg Ungerer | 9f1ccef | 2007-07-30 02:39:21 +0100 | [diff] [blame] | 91 | config AT91_PMC_UNIT | 
 | 92 | 	bool | 
 | 93 | 	default !ARCH_AT91X40 | 
 | 94 |  | 
| Andrew Victor | 8fc5ffa | 2006-06-29 16:06:33 +0100 | [diff] [blame] | 95 | # ---------------------------------------------------------- | 
 | 96 |  | 
 | 97 | if ARCH_AT91RM9200 | 
| SAN People | 73a59c1 | 2006-01-09 17:05:41 +0000 | [diff] [blame] | 98 |  | 
 | 99 | comment "AT91RM9200 Board Type" | 
 | 100 |  | 
| Lennert Buytenhek | b184a4c | 2006-06-26 17:48:29 +0100 | [diff] [blame] | 101 | config MACH_ONEARM | 
 | 102 | 	bool "Ajeco 1ARM Single Board Computer" | 
| Lennert Buytenhek | b184a4c | 2006-06-26 17:48:29 +0100 | [diff] [blame] | 103 | 	help | 
| Andrew Victor | 8fc5ffa | 2006-06-29 16:06:33 +0100 | [diff] [blame] | 104 | 	  Select this if you are using Ajeco's 1ARM Single Board Computer. | 
| Justin P. Mattock | 50a23e6 | 2010-10-16 10:36:23 -0700 | [diff] [blame] | 105 | 	  <http://www.ajeco.fi/> | 
| Lennert Buytenhek | b184a4c | 2006-06-26 17:48:29 +0100 | [diff] [blame] | 106 |  | 
| SAN People | 73a59c1 | 2006-01-09 17:05:41 +0000 | [diff] [blame] | 107 | config ARCH_AT91RM9200DK | 
 | 108 | 	bool "Atmel AT91RM9200-DK Development board" | 
| Jean-Christophe PLAGNIOL-VILLARD | 2ef9f59 | 2009-10-22 18:50:26 +0200 | [diff] [blame] | 109 | 	select HAVE_AT91_DATAFLASH_CARD | 
| SAN People | 73a59c1 | 2006-01-09 17:05:41 +0000 | [diff] [blame] | 110 | 	help | 
| Andrew Victor | 8fc5ffa | 2006-06-29 16:06:33 +0100 | [diff] [blame] | 111 | 	  Select this if you are using Atmel's AT91RM9200-DK Development board. | 
 | 112 | 	  (Discontinued) | 
 | 113 |  | 
| SAN People | 73a59c1 | 2006-01-09 17:05:41 +0000 | [diff] [blame] | 114 | config MACH_AT91RM9200EK | 
 | 115 | 	bool "Atmel AT91RM9200-EK Evaluation Kit" | 
| Jean-Christophe PLAGNIOL-VILLARD | 2ef9f59 | 2009-10-22 18:50:26 +0200 | [diff] [blame] | 116 | 	select HAVE_AT91_DATAFLASH_CARD | 
| SAN People | 73a59c1 | 2006-01-09 17:05:41 +0000 | [diff] [blame] | 117 | 	help | 
| Andrew Victor | 8fc5ffa | 2006-06-29 16:06:33 +0100 | [diff] [blame] | 118 | 	  Select this if you are using Atmel's AT91RM9200-EK Evaluation Kit. | 
 | 119 | 	  <http://www.atmel.com/dyn/products/tools_card.asp?tool_id=3507> | 
| SAN People | 73a59c1 | 2006-01-09 17:05:41 +0000 | [diff] [blame] | 120 |  | 
 | 121 | config MACH_CSB337 | 
| Andrew Victor | 8fc5ffa | 2006-06-29 16:06:33 +0100 | [diff] [blame] | 122 | 	bool "Cogent CSB337" | 
| SAN People | 73a59c1 | 2006-01-09 17:05:41 +0000 | [diff] [blame] | 123 | 	help | 
| Andrew Victor | 8fc5ffa | 2006-06-29 16:06:33 +0100 | [diff] [blame] | 124 | 	  Select this if you are using Cogent's CSB337 board. | 
 | 125 | 	  <http://www.cogcomp.com/csb_csb337.htm> | 
| SAN People | 73a59c1 | 2006-01-09 17:05:41 +0000 | [diff] [blame] | 126 |  | 
 | 127 | config MACH_CSB637 | 
| Andrew Victor | 8fc5ffa | 2006-06-29 16:06:33 +0100 | [diff] [blame] | 128 | 	bool "Cogent CSB637" | 
| SAN People | 73a59c1 | 2006-01-09 17:05:41 +0000 | [diff] [blame] | 129 | 	help | 
| Andrew Victor | 8fc5ffa | 2006-06-29 16:06:33 +0100 | [diff] [blame] | 130 | 	  Select this if you are using Cogent's CSB637 board. | 
 | 131 | 	  <http://www.cogcomp.com/csb_csb637.htm> | 
| SAN People | 73a59c1 | 2006-01-09 17:05:41 +0000 | [diff] [blame] | 132 |  | 
 | 133 | config MACH_CARMEVA | 
| Andrew Victor | 8fc5ffa | 2006-06-29 16:06:33 +0100 | [diff] [blame] | 134 | 	bool "Conitec ARM&EVA" | 
| SAN People | 73a59c1 | 2006-01-09 17:05:41 +0000 | [diff] [blame] | 135 | 	help | 
| Andrew Victor | 8fc5ffa | 2006-06-29 16:06:33 +0100 | [diff] [blame] | 136 | 	  Select this if you are using Conitec's AT91RM9200-MCU-Module. | 
| Justin P. Mattock | 50a23e6 | 2010-10-16 10:36:23 -0700 | [diff] [blame] | 137 | 	  <http://www.conitec.net/english/linuxboard.php> | 
| SAN People | 73a59c1 | 2006-01-09 17:05:41 +0000 | [diff] [blame] | 138 |  | 
| Andrew Victor | 6902f52 | 2006-06-20 19:30:18 +0100 | [diff] [blame] | 139 | config MACH_ATEB9200 | 
| Andrew Victor | 8fc5ffa | 2006-06-29 16:06:33 +0100 | [diff] [blame] | 140 | 	bool "Embest ATEB9200" | 
| Andrew Victor | 6902f52 | 2006-06-20 19:30:18 +0100 | [diff] [blame] | 141 | 	help | 
| Andrew Victor | 8fc5ffa | 2006-06-29 16:06:33 +0100 | [diff] [blame] | 142 | 	  Select this if you are using Embest's ATEB9200 board. | 
 | 143 | 	  <http://www.embedinfo.com/english/product/ATEB9200.asp> | 
 | 144 |  | 
 | 145 | config MACH_KB9200 | 
 | 146 | 	bool "KwikByte KB920x" | 
| Andrew Victor | 8fc5ffa | 2006-06-29 16:06:33 +0100 | [diff] [blame] | 147 | 	help | 
 | 148 | 	  Select this if you are using KwikByte's KB920x board. | 
| Justin P. Mattock | 50a23e6 | 2010-10-16 10:36:23 -0700 | [diff] [blame] | 149 | 	  <http://www.kwikbyte.com/KB9202.html> | 
| Andrew Victor | 6902f52 | 2006-06-20 19:30:18 +0100 | [diff] [blame] | 150 |  | 
| Simon Richter | 5d01f13 | 2007-04-02 14:06:29 +0100 | [diff] [blame] | 151 | config MACH_PICOTUX2XX | 
 | 152 | 	bool "picotux 200" | 
| Simon Richter | 5d01f13 | 2007-04-02 14:06:29 +0100 | [diff] [blame] | 153 | 	help | 
 | 154 | 	  Select this if you are using a picotux 200. | 
 | 155 | 	  <http://www.picotux.com/> | 
 | 156 |  | 
| Andrew Victor | 6902f52 | 2006-06-20 19:30:18 +0100 | [diff] [blame] | 157 | config MACH_KAFA | 
 | 158 | 	bool "Sperry-Sun KAFA board" | 
| Andrew Victor | 6902f52 | 2006-06-20 19:30:18 +0100 | [diff] [blame] | 159 | 	help | 
| Andrew Victor | 8fc5ffa | 2006-06-29 16:06:33 +0100 | [diff] [blame] | 160 | 	  Select this if you are using Sperry-Sun's KAFA board. | 
 | 161 |  | 
| Andrew Victor | 2f036ac | 2008-04-15 21:10:11 +0100 | [diff] [blame] | 162 | config MACH_ECBAT91 | 
 | 163 | 	bool "emQbit ECB_AT91 SBC" | 
| Jean-Christophe PLAGNIOL-VILLARD | 2ef9f59 | 2009-10-22 18:50:26 +0200 | [diff] [blame] | 164 | 	select HAVE_AT91_DATAFLASH_CARD | 
| Andrew Victor | 2f036ac | 2008-04-15 21:10:11 +0100 | [diff] [blame] | 165 | 	help | 
 | 166 | 	  Select this if you are using emQbit's ECB_AT91 board. | 
 | 167 | 	  <http://wiki.emqbit.com/free-ecb-at91> | 
 | 168 |  | 
| Andrew Victor | e3ba22d | 2008-05-24 17:06:45 +0100 | [diff] [blame] | 169 | config MACH_YL9200 | 
 | 170 | 	bool "ucDragon YL-9200" | 
| Andrew Victor | e3ba22d | 2008-05-24 17:06:45 +0100 | [diff] [blame] | 171 | 	help | 
 | 172 | 	  Select this if you are using the ucDragon YL-9200 board. | 
 | 173 |  | 
| Eric Bénard | 10233a9 | 2009-07-30 07:23:42 +0100 | [diff] [blame] | 174 | config MACH_CPUAT91 | 
 | 175 | 	bool "Eukrea CPUAT91" | 
| Eric Bénard | 10233a9 | 2009-07-30 07:23:42 +0100 | [diff] [blame] | 176 | 	help | 
 | 177 | 	  Select this if you are using the Eukrea Electromatique's | 
 | 178 | 	  CPUAT91 board <http://www.eukrea.com/>. | 
 | 179 |  | 
| Uwe Kleine-König | 01c62c9 | 2009-11-03 20:39:02 +0100 | [diff] [blame] | 180 | config MACH_ECO920 | 
 | 181 | 	bool "eco920" | 
 | 182 | 	help | 
 | 183 | 	  Select this if you are using the eco920 board | 
 | 184 |  | 
| Andrew Victor | 8fc5ffa | 2006-06-29 16:06:33 +0100 | [diff] [blame] | 185 | endif | 
 | 186 |  | 
 | 187 | # ---------------------------------------------------------- | 
 | 188 |  | 
 | 189 | if ARCH_AT91SAM9260 | 
 | 190 |  | 
| Andrew Victor | f7eee89 | 2007-02-15 08:17:38 +0100 | [diff] [blame] | 191 | comment "AT91SAM9260 Variants" | 
| Andrew Victor | 8fc5ffa | 2006-06-29 16:06:33 +0100 | [diff] [blame] | 192 |  | 
| Andrew Victor | f7eee89 | 2007-02-15 08:17:38 +0100 | [diff] [blame] | 193 | config ARCH_AT91SAM9260_SAM9XE | 
 | 194 | 	bool "AT91SAM9XE" | 
| Andrew Victor | 58a0cd7 | 2006-12-01 14:51:13 +0100 | [diff] [blame] | 195 | 	help | 
| Andrew Victor | f7eee89 | 2007-02-15 08:17:38 +0100 | [diff] [blame] | 196 | 	  Select this if you are using Atmel's AT91SAM9XE System-on-Chip. | 
| Matt LaPlante | a982ac0 | 2007-05-09 07:35:06 +0200 | [diff] [blame] | 197 | 	  They are basically AT91SAM9260s with various sizes of embedded Flash. | 
| Andrew Victor | f7eee89 | 2007-02-15 08:17:38 +0100 | [diff] [blame] | 198 |  | 
 | 199 | comment "AT91SAM9260 / AT91SAM9XE Board Type" | 
 | 200 |  | 
 | 201 | config MACH_AT91SAM9260EK | 
 | 202 | 	bool "Atmel AT91SAM9260-EK / AT91SAM9XE Evaluation Kit" | 
| Jean-Christophe PLAGNIOL-VILLARD | 2ef9f59 | 2009-10-22 18:50:26 +0200 | [diff] [blame] | 203 | 	select HAVE_AT91_DATAFLASH_CARD | 
| Andrew Victor | f7eee89 | 2007-02-15 08:17:38 +0100 | [diff] [blame] | 204 | 	help | 
 | 205 | 	  Select this if you are using Atmel's AT91SAM9260-EK or AT91SAM9XE Evaluation Kit | 
| Andrew Victor | 58a0cd7 | 2006-12-01 14:51:13 +0100 | [diff] [blame] | 206 | 	  <http://www.atmel.com/dyn/products/tools_card.asp?tool_id=3933> | 
 | 207 |  | 
| Andrew Victor | 35131fb | 2008-04-15 21:05:03 +0100 | [diff] [blame] | 208 | config MACH_CAM60 | 
 | 209 | 	bool "KwikByte KB9260 (CAM60) board" | 
| Andrew Victor | 35131fb | 2008-04-15 21:05:03 +0100 | [diff] [blame] | 210 | 	help | 
 | 211 | 	  Select this if you are using KwikByte's KB9260 (CAM60) board based on the Atmel AT91SAM9260. | 
 | 212 | 	  <http://www.kwikbyte.com/KB9260.html> | 
 | 213 |  | 
| Andrew Victor | 66dbfc6 | 2008-04-15 21:07:08 +0100 | [diff] [blame] | 214 | config MACH_SAM9_L9260 | 
 | 215 | 	bool "Olimex SAM9-L9260 board" | 
| Jean-Christophe PLAGNIOL-VILLARD | 2ef9f59 | 2009-10-22 18:50:26 +0200 | [diff] [blame] | 216 | 	select HAVE_AT91_DATAFLASH_CARD | 
| Andrew Victor | 66dbfc6 | 2008-04-15 21:07:08 +0100 | [diff] [blame] | 217 | 	help | 
 | 218 | 	  Select this if you are using Olimex's SAM9-L9260 board based on the Atmel AT91SAM9260. | 
 | 219 | 	  <http://www.olimex.com/dev/sam9-L9260.html> | 
 | 220 |  | 
| Sergey Lapin | 9c784f9 | 2008-08-03 02:29:48 +0100 | [diff] [blame] | 221 | config MACH_AFEB9260 | 
 | 222 | 	bool "Custom afeb9260 board v1" | 
| Sergey Lapin | 9c784f9 | 2008-08-03 02:29:48 +0100 | [diff] [blame] | 223 | 	help | 
 | 224 | 	  Select this if you are using custom afeb9260 board based on | 
 | 225 | 	  open hardware design. Select this for revision 1 of the board. | 
 | 226 | 	  <svn://194.85.238.22/home/users/george/svn/arm9eb> | 
 | 227 | 	  <http://groups.google.com/group/arm9fpga-evolution-board> | 
 | 228 |  | 
| Andrew Victor | ca0a789 | 2008-05-24 17:47:04 +0100 | [diff] [blame] | 229 | config MACH_USB_A9260 | 
 | 230 | 	bool "CALAO USB-A9260" | 
| Andrew Victor | ca0a789 | 2008-05-24 17:47:04 +0100 | [diff] [blame] | 231 | 	help | 
 | 232 | 	  Select this if you are using a Calao Systems USB-A9260. | 
 | 233 | 	  <http://www.calao-systems.com> | 
 | 234 |  | 
 | 235 | config MACH_QIL_A9260 | 
 | 236 | 	bool "CALAO QIL-A9260 board" | 
| Andrew Victor | ca0a789 | 2008-05-24 17:47:04 +0100 | [diff] [blame] | 237 | 	help | 
 | 238 | 	  Select this if you are using a Calao Systems QIL-A9260 Board. | 
 | 239 | 	  <http://www.calao-systems.com> | 
 | 240 |  | 
| Eric Bénard | 41a353d | 2009-07-30 07:20:03 +0100 | [diff] [blame] | 241 | config MACH_CPU9260 | 
 | 242 | 	bool "Eukrea CPU9260 board" | 
| Eric Bénard | 41a353d | 2009-07-30 07:20:03 +0100 | [diff] [blame] | 243 | 	help | 
 | 244 | 	  Select this if you are using a Eukrea Electromatique's | 
 | 245 | 	  CPU9260 Board <http://www.eukrea.com/> | 
 | 246 |  | 
| Maxim Osipov | 8ed9059 | 2010-09-15 11:54:49 +0100 | [diff] [blame] | 247 | config MACH_FLEXIBITY | 
 | 248 | 	bool "Flexibity Connect board" | 
 | 249 | 	help | 
 | 250 | 	  Select this if you are using Flexibity Connect board | 
 | 251 | 	  <http://www.flexibity.com> | 
 | 252 |  | 
| Andrew Victor | 8fc5ffa | 2006-06-29 16:06:33 +0100 | [diff] [blame] | 253 | endif | 
 | 254 |  | 
 | 255 | # ---------------------------------------------------------- | 
 | 256 |  | 
 | 257 | if ARCH_AT91SAM9261 | 
 | 258 |  | 
 | 259 | comment "AT91SAM9261 Board Type" | 
 | 260 |  | 
| Andrew Victor | 58a0cd7 | 2006-12-01 14:51:13 +0100 | [diff] [blame] | 261 | config MACH_AT91SAM9261EK | 
 | 262 | 	bool "Atmel AT91SAM9261-EK Evaluation Kit" | 
| Jean-Christophe PLAGNIOL-VILLARD | 2ef9f59 | 2009-10-22 18:50:26 +0200 | [diff] [blame] | 263 | 	select HAVE_AT91_DATAFLASH_CARD | 
| Andrew Victor | 58a0cd7 | 2006-12-01 14:51:13 +0100 | [diff] [blame] | 264 | 	help | 
 | 265 | 	  Select this if you are using Atmel's AT91SAM9261-EK Evaluation Kit. | 
 | 266 | 	  <http://www.atmel.com/dyn/products/tools_card.asp?tool_id=3820> | 
 | 267 |  | 
| Andrew Victor | 8fc5ffa | 2006-06-29 16:06:33 +0100 | [diff] [blame] | 268 | endif | 
| Andrew Victor | 6902f52 | 2006-06-20 19:30:18 +0100 | [diff] [blame] | 269 |  | 
| Andrew Victor | 58a0cd7 | 2006-12-01 14:51:13 +0100 | [diff] [blame] | 270 | # ---------------------------------------------------------- | 
 | 271 |  | 
| Nicolas Ferre | b319ff8 | 2009-06-26 15:37:01 +0100 | [diff] [blame] | 272 | if ARCH_AT91SAM9G10 | 
 | 273 |  | 
 | 274 | comment "AT91SAM9G10 Board Type" | 
 | 275 |  | 
 | 276 | config MACH_AT91SAM9G10EK | 
 | 277 | 	bool "Atmel AT91SAM9G10-EK Evaluation Kit" | 
| Jean-Christophe PLAGNIOL-VILLARD | 2ef9f59 | 2009-10-22 18:50:26 +0200 | [diff] [blame] | 278 | 	select HAVE_AT91_DATAFLASH_CARD | 
| Nicolas Ferre | b319ff8 | 2009-06-26 15:37:01 +0100 | [diff] [blame] | 279 | 	help | 
 | 280 | 	  Select this if you are using Atmel's AT91SAM9G10-EK Evaluation Kit. | 
 | 281 | 	  <http://www.atmel.com/dyn/products/tools_card.asp?tool_id=4588> | 
 | 282 |  | 
 | 283 | endif | 
 | 284 |  | 
 | 285 | # ---------------------------------------------------------- | 
 | 286 |  | 
| Andrew Victor | e6d92e6 | 2007-02-08 10:22:16 +0100 | [diff] [blame] | 287 | if ARCH_AT91SAM9263 | 
 | 288 |  | 
 | 289 | comment "AT91SAM9263 Board Type" | 
 | 290 |  | 
 | 291 | config MACH_AT91SAM9263EK | 
 | 292 | 	bool "Atmel AT91SAM9263-EK Evaluation Kit" | 
| Jean-Christophe PLAGNIOL-VILLARD | 2ef9f59 | 2009-10-22 18:50:26 +0200 | [diff] [blame] | 293 | 	select HAVE_AT91_DATAFLASH_CARD | 
| Andrew Victor | e6d92e6 | 2007-02-08 10:22:16 +0100 | [diff] [blame] | 294 | 	help | 
 | 295 | 	  Select this if you are using Atmel's AT91SAM9263-EK Evaluation Kit. | 
 | 296 | 	  <http://www.atmel.com/dyn/products/tools_card.asp?tool_id=4057> | 
 | 297 |  | 
| Andrew Victor | ca0a789 | 2008-05-24 17:47:04 +0100 | [diff] [blame] | 298 | config MACH_USB_A9263 | 
 | 299 | 	bool "CALAO USB-A9263" | 
| Andrew Victor | ca0a789 | 2008-05-24 17:47:04 +0100 | [diff] [blame] | 300 | 	help | 
 | 301 | 	  Select this if you are using a Calao Systems USB-A9263. | 
 | 302 | 	  <http://www.calao-systems.com> | 
 | 303 |  | 
| Andrew Victor | ffc63b7 | 2008-10-06 20:13:53 +0100 | [diff] [blame] | 304 | config MACH_NEOCORE926 | 
 | 305 | 	bool "Adeneo NEOCORE926" | 
| Jean-Christophe PLAGNIOL-VILLARD | 2ef9f59 | 2009-10-22 18:50:26 +0200 | [diff] [blame] | 306 | 	select HAVE_AT91_DATAFLASH_CARD | 
| Andrew Victor | ffc63b7 | 2008-10-06 20:13:53 +0100 | [diff] [blame] | 307 | 	help | 
 | 308 | 	  Select this if you are using the Adeneo Neocore 926 board. | 
 | 309 |  | 
| Andrew Victor | e6d92e6 | 2007-02-08 10:22:16 +0100 | [diff] [blame] | 310 | endif | 
 | 311 |  | 
 | 312 | # ---------------------------------------------------------- | 
 | 313 |  | 
| Andrew Victor | c42dcb3 | 2007-05-11 19:24:18 +0100 | [diff] [blame] | 314 | if ARCH_AT91SAM9RL | 
 | 315 |  | 
 | 316 | comment "AT91SAM9RL Board Type" | 
 | 317 |  | 
 | 318 | config MACH_AT91SAM9RLEK | 
 | 319 | 	bool "Atmel AT91SAM9RL-EK Evaluation Kit" | 
| Andrew Victor | c42dcb3 | 2007-05-11 19:24:18 +0100 | [diff] [blame] | 320 | 	help | 
 | 321 | 	  Select this if you are using Atmel's AT91SAM9RL-EK Evaluation Kit. | 
 | 322 |  | 
 | 323 | endif | 
 | 324 |  | 
 | 325 | # ---------------------------------------------------------- | 
 | 326 |  | 
| sedji gaouaou | 6135266 | 2008-07-10 10:15:35 +0100 | [diff] [blame] | 327 | if ARCH_AT91SAM9G20 | 
 | 328 |  | 
 | 329 | comment "AT91SAM9G20 Board Type" | 
 | 330 |  | 
 | 331 | config MACH_AT91SAM9G20EK | 
 | 332 | 	bool "Atmel AT91SAM9G20-EK Evaluation Kit" | 
| Jean-Christophe PLAGNIOL-VILLARD | 2ef9f59 | 2009-10-22 18:50:26 +0200 | [diff] [blame] | 333 | 	select HAVE_AT91_DATAFLASH_CARD | 
| sedji gaouaou | 6135266 | 2008-07-10 10:15:35 +0100 | [diff] [blame] | 334 | 	help | 
| Nicolas Ferre | 0f74296 | 2009-10-20 16:32:53 +0200 | [diff] [blame] | 335 | 	  Select this if you are using Atmel's AT91SAM9G20-EK Evaluation Kit | 
 | 336 | 	  that embeds only one SD/MMC slot. | 
 | 337 |  | 
 | 338 | config MACH_AT91SAM9G20EK_2MMC | 
| Jean-Christophe PLAGNIOL-VILLARD | a6e016f | 2010-09-21 18:01:37 +0200 | [diff] [blame] | 339 | 	depends on MACH_AT91SAM9G20EK | 
| Nicolas Ferre | 0f74296 | 2009-10-20 16:32:53 +0200 | [diff] [blame] | 340 | 	bool "Atmel AT91SAM9G20-EK Evaluation Kit with 2 SD/MMC Slots" | 
| Nicolas Ferre | 0f74296 | 2009-10-20 16:32:53 +0200 | [diff] [blame] | 341 | 	help | 
 | 342 | 	  Select this if you are using an Atmel AT91SAM9G20-EK Evaluation Kit | 
 | 343 | 	  with 2 SD/MMC Slots. This is the case for AT91SAM9G20-EK rev. C and | 
 | 344 | 	  onwards. | 
| sedji gaouaou | 6135266 | 2008-07-10 10:15:35 +0100 | [diff] [blame] | 345 |  | 
| Eric Bénard | 41a353d | 2009-07-30 07:20:03 +0100 | [diff] [blame] | 346 | config MACH_CPU9G20 | 
 | 347 | 	bool "Eukrea CPU9G20 board" | 
| Eric Bénard | 41a353d | 2009-07-30 07:20:03 +0100 | [diff] [blame] | 348 | 	help | 
 | 349 | 	  Select this if you are using a Eukrea Electromatique's | 
 | 350 | 	  CPU9G20 Board <http://www.eukrea.com/> | 
 | 351 |  | 
| Sergio Tanzilli | 0fb55d3 | 2010-10-14 02:06:26 +0200 | [diff] [blame] | 352 | config MACH_ACMENETUSFOXG20 | 
 | 353 | 	bool "Acme Systems srl FOX Board G20" | 
 | 354 | 	help | 
 | 355 | 	  Select this if you are using Acme Systems | 
 | 356 | 	  FOX Board G20 <http://www.acmesystems.it> | 
 | 357 |  | 
| Christian Glindkamp | 9b404b7 | 2010-04-13 14:55:10 +0100 | [diff] [blame] | 358 | config MACH_PORTUXG20 | 
 | 359 | 	bool "taskit PortuxG20" | 
 | 360 | 	help | 
 | 361 | 	  Select this if you are using taskit's PortuxG20. | 
 | 362 | 	  <http://www.taskit.de/en/> | 
 | 363 |  | 
 | 364 | config MACH_STAMP9G20 | 
 | 365 | 	bool "taskit Stamp9G20 CPU module" | 
 | 366 | 	help | 
 | 367 | 	  Select this if you are using taskit's Stamp9G20 CPU module on its | 
 | 368 | 	  evaluation board. | 
 | 369 | 	  <http://www.taskit.de/en/> | 
 | 370 |  | 
| Peter Gsellmann | abf0c1b | 2010-10-13 16:18:51 +0200 | [diff] [blame] | 371 | config MACH_PCONTROL_G20 | 
 | 372 | 	bool "PControl G20 CPU module" | 
 | 373 | 	help | 
 | 374 | 	  Select this if you are using taskit's Stamp9G20 CPU module on this | 
 | 375 | 	  carrier board, beeing the decentralized unit of a building automation | 
 | 376 | 	  system; featuring nvram, eth-switch, iso-rs485, display, io | 
| Igor Plyatov | fcdc2ea | 2011-01-14 19:01:13 +0100 | [diff] [blame] | 377 |  | 
 | 378 | config MACH_GSIA18S | 
 | 379 | 	bool "GS_IA18_S board" | 
 | 380 | 	help | 
 | 381 | 	  This enables support for the GS_IA18_S board | 
 | 382 | 	  produced by GeoSIG Ltd company. This is an internet accelerograph. | 
 | 383 | 	  <http://www.geosig.com> | 
| sedji gaouaou | 6135266 | 2008-07-10 10:15:35 +0100 | [diff] [blame] | 384 | endif | 
 | 385 |  | 
| Ryan Mallon | 064baac | 2010-07-06 21:48:53 +0100 | [diff] [blame] | 386 | if (ARCH_AT91SAM9260 || ARCH_AT91SAM9G20) | 
 | 387 | comment "AT91SAM9260/AT91SAM9G20 boards" | 
 | 388 |  | 
 | 389 | config MACH_SNAPPER_9260 | 
 | 390 |         bool "Bluewater Systems Snapper 9260/9G20 module" | 
 | 391 |         help | 
 | 392 |           Select this if you are using the Bluewater Systems Snapper 9260 or | 
 | 393 |           Snapper 9G20 modules. | 
 | 394 |           <http://www.bluewatersys.com/> | 
 | 395 | endif | 
 | 396 |  | 
| sedji gaouaou | 6135266 | 2008-07-10 10:15:35 +0100 | [diff] [blame] | 397 | # ---------------------------------------------------------- | 
 | 398 |  | 
| Nicolas Ferre | 789b23b | 2009-06-26 15:36:58 +0100 | [diff] [blame] | 399 | if ARCH_AT91SAM9G45 | 
 | 400 |  | 
 | 401 | comment "AT91SAM9G45 Board Type" | 
 | 402 |  | 
| Jean-Christophe PLAGNIOL-VILLARD | 67dd899 | 2010-09-22 07:55:59 +0200 | [diff] [blame] | 403 | config MACH_AT91SAM9M10G45EK | 
 | 404 | 	bool "Atmel AT91SAM9M10G45-EK Evaluation Kits" | 
| Nicolas Ferre | 789b23b | 2009-06-26 15:36:58 +0100 | [diff] [blame] | 405 | 	help | 
 | 406 | 	  Select this if you are using Atmel's AT91SAM9G45-EKES Evaluation Kit. | 
 | 407 | 	  "ES" at the end of the name means that this board is an | 
 | 408 | 	  Engineering Sample. | 
 | 409 |  | 
 | 410 | endif | 
 | 411 |  | 
 | 412 | # ---------------------------------------------------------- | 
 | 413 |  | 
| Andrew Victor | 86640ca | 2008-01-24 15:16:41 +0100 | [diff] [blame] | 414 | if ARCH_AT91CAP9 | 
 | 415 |  | 
 | 416 | comment "AT91CAP9 Board Type" | 
 | 417 |  | 
 | 418 | config MACH_AT91CAP9ADK | 
 | 419 | 	bool "Atmel AT91CAP9A-DK Evaluation Kit" | 
| Jean-Christophe PLAGNIOL-VILLARD | 2ef9f59 | 2009-10-22 18:50:26 +0200 | [diff] [blame] | 420 | 	select HAVE_AT91_DATAFLASH_CARD | 
| Andrew Victor | 86640ca | 2008-01-24 15:16:41 +0100 | [diff] [blame] | 421 | 	help | 
 | 422 | 	  Select this if you are using Atmel's AT91CAP9A-DK Evaluation Kit. | 
 | 423 | 	  <http://www.atmel.com/dyn/products/tools_card.asp?tool_id=4138> | 
 | 424 |  | 
 | 425 | endif | 
 | 426 |  | 
 | 427 | # ---------------------------------------------------------- | 
 | 428 |  | 
| Greg Ungerer | 9f1ccef | 2007-07-30 02:39:21 +0100 | [diff] [blame] | 429 | if ARCH_AT91X40 | 
 | 430 |  | 
 | 431 | comment "AT91X40 Board Type" | 
 | 432 |  | 
 | 433 | config MACH_AT91EB01 | 
 | 434 | 	bool "Atmel AT91EB01 Evaluation Kit" | 
 | 435 | 	help | 
 | 436 | 	  Select this if you are using Atmel's AT91EB01 Evaluation Kit. | 
 | 437 | 	  It is also a popular target for simulators such as GDB's | 
 | 438 | 	  ARM simulator (commonly known as the ARMulator) and the | 
 | 439 | 	  Skyeye simulator. | 
 | 440 |  | 
 | 441 | endif | 
 | 442 |  | 
 | 443 | # ---------------------------------------------------------- | 
 | 444 |  | 
| Andrew Victor | 58a0cd7 | 2006-12-01 14:51:13 +0100 | [diff] [blame] | 445 | comment "AT91 Board Options" | 
 | 446 |  | 
 | 447 | config MTD_AT91_DATAFLASH_CARD | 
 | 448 | 	bool "Enable DataFlash Card support" | 
| Jean-Christophe PLAGNIOL-VILLARD | 2ef9f59 | 2009-10-22 18:50:26 +0200 | [diff] [blame] | 449 | 	depends on HAVE_AT91_DATAFLASH_CARD | 
| Andrew Victor | 58a0cd7 | 2006-12-01 14:51:13 +0100 | [diff] [blame] | 450 | 	help | 
 | 451 | 	  Enable support for the DataFlash card. | 
 | 452 |  | 
| Andrew Victor | 8fc5ffa | 2006-06-29 16:06:33 +0100 | [diff] [blame] | 453 | # ---------------------------------------------------------- | 
 | 454 |  | 
 | 455 | comment "AT91 Feature Selections" | 
| SAN People | 73a59c1 | 2006-01-09 17:05:41 +0000 | [diff] [blame] | 456 |  | 
 | 457 | config AT91_PROGRAMMABLE_CLOCKS | 
 | 458 | 	bool "Programmable Clocks" | 
 | 459 | 	help | 
 | 460 | 	  Select this if you need to program one or more of the PCK0..PCK3 | 
 | 461 | 	  programmable clock outputs. | 
 | 462 |  | 
| Andrew Victor | eaad2db | 2008-09-21 21:35:18 +0100 | [diff] [blame] | 463 | config AT91_SLOW_CLOCK | 
 | 464 | 	bool "Suspend-to-RAM disables main oscillator" | 
 | 465 | 	depends on SUSPEND | 
 | 466 | 	help | 
 | 467 | 	  Select this if you want Suspend-to-RAM to save the most power | 
 | 468 | 	  possible (without powering off the CPU) by disabling the PLLs | 
 | 469 | 	  and main oscillator so that only the 32 KiHz clock is available. | 
 | 470 |  | 
 | 471 | 	  When only that slow-clock is available, some peripherals lose | 
 | 472 | 	  functionality.  Many can't issue wakeup events unless faster | 
 | 473 | 	  clocks are available.  Some lose their operating state and | 
 | 474 | 	  need to be completely re-initialized. | 
 | 475 |  | 
| David Brownell | 5248c65 | 2007-11-12 17:59:10 +0100 | [diff] [blame] | 476 | config AT91_TIMER_HZ | 
 | 477 |        int "Kernel HZ (jiffies per second)" | 
 | 478 |        range 32 1024 | 
 | 479 |        depends on ARCH_AT91 | 
 | 480 |        default "128" if ARCH_AT91RM9200 | 
 | 481 |        default "100" | 
 | 482 |        help | 
 | 483 | 	  On AT91rm9200 chips where you're using a system clock derived | 
 | 484 | 	  from the 32768 Hz hardware clock, this tick rate should divide | 
 | 485 | 	  it exactly: use a power-of-two value, such as 128 or 256, to | 
 | 486 | 	  reduce timing errors caused by rounding. | 
 | 487 |  | 
 | 488 | 	  On AT91sam926x chips, or otherwise when using a higher precision | 
 | 489 | 	  system clock (of at least several MHz), rounding is less of a | 
 | 490 | 	  problem so it can be safer to use a decimal values like 100. | 
 | 491 |  | 
| Guennadi Liakhovetski | fa3218d | 2008-01-29 15:43:13 +0100 | [diff] [blame] | 492 | choice | 
 | 493 | 	prompt "Select a UART for early kernel messages" | 
 | 494 |  | 
 | 495 | config AT91_EARLY_DBGU | 
 | 496 | 	bool "DBGU" | 
 | 497 |  | 
 | 498 | config AT91_EARLY_USART0 | 
 | 499 | 	bool "USART0" | 
 | 500 |  | 
 | 501 | config AT91_EARLY_USART1 | 
 | 502 | 	bool "USART1" | 
 | 503 |  | 
 | 504 | config AT91_EARLY_USART2 | 
 | 505 | 	bool "USART2" | 
 | 506 | 	depends on ! ARCH_AT91X40 | 
 | 507 |  | 
 | 508 | config AT91_EARLY_USART3 | 
 | 509 | 	bool "USART3" | 
| Jean-Christophe PLAGNIOL-VILLARD | 2ef9f59 | 2009-10-22 18:50:26 +0200 | [diff] [blame] | 510 | 	depends on HAVE_AT91_USART3 | 
| Guennadi Liakhovetski | fa3218d | 2008-01-29 15:43:13 +0100 | [diff] [blame] | 511 |  | 
 | 512 | config AT91_EARLY_USART4 | 
 | 513 | 	bool "USART4" | 
| Jean-Christophe PLAGNIOL-VILLARD | 2ef9f59 | 2009-10-22 18:50:26 +0200 | [diff] [blame] | 514 | 	depends on HAVE_AT91_USART4 | 
| Guennadi Liakhovetski | fa3218d | 2008-01-29 15:43:13 +0100 | [diff] [blame] | 515 |  | 
 | 516 | config AT91_EARLY_USART5 | 
 | 517 | 	bool "USART5" | 
| Jean-Christophe PLAGNIOL-VILLARD | 2ef9f59 | 2009-10-22 18:50:26 +0200 | [diff] [blame] | 518 | 	depends on HAVE_AT91_USART5 | 
| Guennadi Liakhovetski | fa3218d | 2008-01-29 15:43:13 +0100 | [diff] [blame] | 519 |  | 
 | 520 | endchoice | 
 | 521 |  | 
| SAN People | 73a59c1 | 2006-01-09 17:05:41 +0000 | [diff] [blame] | 522 | endmenu | 
 | 523 |  | 
 | 524 | endif |