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