Kconfig.non_dt 9.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399
  1. menu "Atmel Non-DT world"
  2. config HAVE_AT91_DATAFLASH_CARD
  3. bool
  4. choice
  5. prompt "Atmel AT91 Processor Devices for non DT boards"
  6. config ARCH_AT91_NONE
  7. bool "None"
  8. config ARCH_AT91RM9200
  9. bool "AT91RM9200"
  10. select SOC_AT91RM9200
  11. config ARCH_AT91SAM9260
  12. bool "AT91SAM9260 or AT91SAM9XE"
  13. select SOC_AT91SAM9260
  14. config ARCH_AT91SAM9261
  15. bool "AT91SAM9261"
  16. select SOC_AT91SAM9261
  17. config ARCH_AT91SAM9G10
  18. bool "AT91SAM9G10"
  19. select SOC_AT91SAM9261
  20. config ARCH_AT91SAM9263
  21. bool "AT91SAM9263"
  22. select SOC_AT91SAM9263
  23. config ARCH_AT91SAM9RL
  24. bool "AT91SAM9RL"
  25. select SOC_AT91SAM9RL
  26. config ARCH_AT91SAM9G20
  27. bool "AT91SAM9G20"
  28. select SOC_AT91SAM9260
  29. config ARCH_AT91SAM9G45
  30. bool "AT91SAM9G45"
  31. select SOC_AT91SAM9G45
  32. config ARCH_AT91X40
  33. bool "AT91x40"
  34. depends on !MMU
  35. select ARCH_USES_GETTIMEOFFSET
  36. select MULTI_IRQ_HANDLER
  37. select SPARSE_IRQ
  38. endchoice
  39. # ----------------------------------------------------------
  40. if ARCH_AT91RM9200
  41. comment "AT91RM9200 Board Type"
  42. config MACH_ONEARM
  43. bool "Ajeco 1ARM Single Board Computer"
  44. help
  45. Select this if you are using Ajeco's 1ARM Single Board Computer.
  46. <http://www.ajeco.fi/>
  47. config ARCH_AT91RM9200DK
  48. bool "Atmel AT91RM9200-DK Development board"
  49. select HAVE_AT91_DATAFLASH_CARD
  50. help
  51. Select this if you are using Atmel's AT91RM9200-DK Development board.
  52. (Discontinued)
  53. config MACH_AT91RM9200EK
  54. bool "Atmel AT91RM9200-EK Evaluation Kit"
  55. select HAVE_AT91_DATAFLASH_CARD
  56. help
  57. Select this if you are using Atmel's AT91RM9200-EK Evaluation Kit.
  58. <http://www.atmel.com/dyn/products/tools_card.asp?tool_id=3507>
  59. config MACH_CSB337
  60. bool "Cogent CSB337"
  61. help
  62. Select this if you are using Cogent's CSB337 board.
  63. <http://www.cogcomp.com/csb_csb337.htm>
  64. config MACH_CSB637
  65. bool "Cogent CSB637"
  66. help
  67. Select this if you are using Cogent's CSB637 board.
  68. <http://www.cogcomp.com/csb_csb637.htm>
  69. config MACH_CARMEVA
  70. bool "Conitec ARM&EVA"
  71. help
  72. Select this if you are using Conitec's AT91RM9200-MCU-Module.
  73. <http://www.conitec.net/english/linuxboard.php>
  74. config MACH_ATEB9200
  75. bool "Embest ATEB9200"
  76. help
  77. Select this if you are using Embest's ATEB9200 board.
  78. <http://www.embedinfo.com/english/product/ATEB9200.asp>
  79. config MACH_KB9200
  80. bool "KwikByte KB920x"
  81. help
  82. Select this if you are using KwikByte's KB920x board.
  83. <http://www.kwikbyte.com/KB9202.html>
  84. config MACH_PICOTUX2XX
  85. bool "picotux 200"
  86. help
  87. Select this if you are using a picotux 200.
  88. <http://www.picotux.com/>
  89. config MACH_KAFA
  90. bool "Sperry-Sun KAFA board"
  91. help
  92. Select this if you are using Sperry-Sun's KAFA board.
  93. config MACH_ECBAT91
  94. bool "emQbit ECB_AT91 SBC"
  95. select HAVE_AT91_DATAFLASH_CARD
  96. help
  97. Select this if you are using emQbit's ECB_AT91 board.
  98. <http://wiki.emqbit.com/free-ecb-at91>
  99. config MACH_YL9200
  100. bool "ucDragon YL-9200"
  101. help
  102. Select this if you are using the ucDragon YL-9200 board.
  103. config MACH_CPUAT91
  104. bool "Eukrea CPUAT91"
  105. help
  106. Select this if you are using the Eukrea Electromatique's
  107. CPUAT91 board <http://www.eukrea.com/>.
  108. config MACH_ECO920
  109. bool "eco920"
  110. help
  111. Select this if you are using the eco920 board
  112. config MACH_RSI_EWS
  113. bool "RSI Embedded Webserver"
  114. depends on ARCH_AT91RM9200
  115. help
  116. Select this if you are using RSIs EWS board.
  117. endif
  118. # ----------------------------------------------------------
  119. if ARCH_AT91SAM9260
  120. comment "AT91SAM9260 Variants"
  121. comment "AT91SAM9260 / AT91SAM9XE Board Type"
  122. config MACH_AT91SAM9260EK
  123. bool "Atmel AT91SAM9260-EK / AT91SAM9XE Evaluation Kit"
  124. select HAVE_AT91_DATAFLASH_CARD
  125. help
  126. Select this if you are using Atmel's AT91SAM9260-EK or AT91SAM9XE Evaluation Kit
  127. <http://www.atmel.com/dyn/products/tools_card.asp?tool_id=3933>
  128. config MACH_CAM60
  129. bool "KwikByte KB9260 (CAM60) board"
  130. help
  131. Select this if you are using KwikByte's KB9260 (CAM60) board based on the Atmel AT91SAM9260.
  132. <http://www.kwikbyte.com/KB9260.html>
  133. config MACH_SAM9_L9260
  134. bool "Olimex SAM9-L9260 board"
  135. select HAVE_AT91_DATAFLASH_CARD
  136. help
  137. Select this if you are using Olimex's SAM9-L9260 board based on the Atmel AT91SAM9260.
  138. <http://www.olimex.com/dev/sam9-L9260.html>
  139. config MACH_AFEB9260
  140. bool "Custom afeb9260 board v1"
  141. help
  142. Select this if you are using custom afeb9260 board based on
  143. open hardware design. Select this for revision 1 of the board.
  144. <svn://194.85.238.22/home/users/george/svn/arm9eb>
  145. <http://groups.google.com/group/arm9fpga-evolution-board>
  146. config MACH_USB_A9260
  147. bool "CALAO USB-A9260"
  148. help
  149. Select this if you are using a Calao Systems USB-A9260.
  150. <http://www.calao-systems.com>
  151. config MACH_QIL_A9260
  152. bool "CALAO QIL-A9260 board"
  153. help
  154. Select this if you are using a Calao Systems QIL-A9260 Board.
  155. <http://www.calao-systems.com>
  156. config MACH_CPU9260
  157. bool "Eukrea CPU9260 board"
  158. help
  159. Select this if you are using a Eukrea Electromatique's
  160. CPU9260 Board <http://www.eukrea.com/>
  161. config MACH_FLEXIBITY
  162. bool "Flexibity Connect board"
  163. help
  164. Select this if you are using Flexibity Connect board
  165. <http://www.flexibity.com>
  166. endif
  167. # ----------------------------------------------------------
  168. if ARCH_AT91SAM9261
  169. comment "AT91SAM9261 Board Type"
  170. config MACH_AT91SAM9261EK
  171. bool "Atmel AT91SAM9261-EK Evaluation Kit"
  172. select HAVE_AT91_DATAFLASH_CARD
  173. help
  174. Select this if you are using Atmel's AT91SAM9261-EK Evaluation Kit.
  175. <http://www.atmel.com/dyn/products/tools_card.asp?tool_id=3820>
  176. endif
  177. # ----------------------------------------------------------
  178. if ARCH_AT91SAM9G10
  179. comment "AT91SAM9G10 Board Type"
  180. config MACH_AT91SAM9G10EK
  181. bool "Atmel AT91SAM9G10-EK Evaluation Kit"
  182. select HAVE_AT91_DATAFLASH_CARD
  183. help
  184. Select this if you are using Atmel's AT91SAM9G10-EK Evaluation Kit.
  185. <http://www.atmel.com/dyn/products/tools_card.asp?tool_id=4588>
  186. endif
  187. # ----------------------------------------------------------
  188. if ARCH_AT91SAM9263
  189. comment "AT91SAM9263 Board Type"
  190. config MACH_AT91SAM9263EK
  191. bool "Atmel AT91SAM9263-EK Evaluation Kit"
  192. select HAVE_AT91_DATAFLASH_CARD
  193. help
  194. Select this if you are using Atmel's AT91SAM9263-EK Evaluation Kit.
  195. <http://www.atmel.com/dyn/products/tools_card.asp?tool_id=4057>
  196. config MACH_USB_A9263
  197. bool "CALAO USB-A9263"
  198. help
  199. Select this if you are using a Calao Systems USB-A9263.
  200. <http://www.calao-systems.com>
  201. endif
  202. # ----------------------------------------------------------
  203. if ARCH_AT91SAM9RL
  204. comment "AT91SAM9RL Board Type"
  205. config MACH_AT91SAM9RLEK
  206. bool "Atmel AT91SAM9RL-EK Evaluation Kit"
  207. help
  208. Select this if you are using Atmel's AT91SAM9RL-EK Evaluation Kit.
  209. endif
  210. # ----------------------------------------------------------
  211. if ARCH_AT91SAM9G20
  212. comment "AT91SAM9G20 Board Type"
  213. config MACH_AT91SAM9G20EK
  214. bool "Atmel AT91SAM9G20-EK Evaluation Kit"
  215. select HAVE_AT91_DATAFLASH_CARD
  216. help
  217. Select this if you are using Atmel's AT91SAM9G20-EK Evaluation Kit
  218. that embeds only one SD/MMC slot.
  219. config MACH_AT91SAM9G20EK_2MMC
  220. depends on MACH_AT91SAM9G20EK
  221. bool "Atmel AT91SAM9G20-EK Evaluation Kit with 2 SD/MMC Slots"
  222. help
  223. Select this if you are using an Atmel AT91SAM9G20-EK Evaluation Kit
  224. with 2 SD/MMC Slots. This is the case for AT91SAM9G20-EK rev. C and
  225. onwards.
  226. <http://www.atmel.com/tools/SAM9G20-EK.aspx>
  227. config MACH_CPU9G20
  228. bool "Eukrea CPU9G20 board"
  229. help
  230. Select this if you are using a Eukrea Electromatique's
  231. CPU9G20 Board <http://www.eukrea.com/>
  232. config MACH_ACMENETUSFOXG20
  233. bool "Acme Systems srl FOX Board G20"
  234. help
  235. Select this if you are using Acme Systems
  236. FOX Board G20 <http://www.acmesystems.it>
  237. config MACH_PORTUXG20
  238. bool "taskit PortuxG20"
  239. help
  240. Select this if you are using taskit's PortuxG20.
  241. <http://www.taskit.de/en/>
  242. config MACH_STAMP9G20
  243. bool "taskit Stamp9G20 CPU module"
  244. help
  245. Select this if you are using taskit's Stamp9G20 CPU module on its
  246. evaluation board.
  247. <http://www.taskit.de/en/>
  248. config MACH_PCONTROL_G20
  249. bool "PControl G20 CPU module"
  250. help
  251. Select this if you are using taskit's Stamp9G20 CPU module on this
  252. carrier board, beeing the decentralized unit of a building automation
  253. system; featuring nvram, eth-switch, iso-rs485, display, io
  254. config MACH_GSIA18S
  255. bool "GS_IA18_S board"
  256. help
  257. This enables support for the GS_IA18_S board
  258. produced by GeoSIG Ltd company. This is an internet accelerograph.
  259. <http://www.geosig.com>
  260. config MACH_USB_A9G20
  261. bool "CALAO USB-A9G20"
  262. depends on ARCH_AT91SAM9G20
  263. help
  264. Select this if you are using a Calao Systems USB-A9G20.
  265. <http://www.calao-systems.com>
  266. endif
  267. if (ARCH_AT91SAM9260 || ARCH_AT91SAM9G20)
  268. comment "AT91SAM9260/AT91SAM9G20 boards"
  269. config MACH_SNAPPER_9260
  270. bool "Bluewater Systems Snapper 9260/9G20 module"
  271. help
  272. Select this if you are using the Bluewater Systems Snapper 9260 or
  273. Snapper 9G20 modules.
  274. <http://www.bluewatersys.com/>
  275. endif
  276. # ----------------------------------------------------------
  277. if ARCH_AT91SAM9G45
  278. comment "AT91SAM9G45 Board Type"
  279. config MACH_AT91SAM9M10G45EK
  280. bool "Atmel AT91SAM9M10G45-EK Evaluation Kits"
  281. help
  282. Select this if you are using Atmel's AT91SAM9M10G45-EK Evaluation Kit.
  283. Those boards can be populated with any SoC of AT91SAM9G45 or AT91SAM9M10
  284. families: AT91SAM9G45, AT91SAM9G46, AT91SAM9M10 and AT91SAM9M11.
  285. <http://www.atmel.com/tools/SAM9M10-G45-EK.aspx>
  286. endif
  287. # ----------------------------------------------------------
  288. if ARCH_AT91X40
  289. comment "AT91X40 Board Type"
  290. config MACH_AT91EB01
  291. bool "Atmel AT91EB01 Evaluation Kit"
  292. help
  293. Select this if you are using Atmel's AT91EB01 Evaluation Kit.
  294. It is also a popular target for simulators such as GDB's
  295. ARM simulator (commonly known as the ARMulator) and the
  296. Skyeye simulator.
  297. endif
  298. # ----------------------------------------------------------
  299. comment "AT91 Board Options"
  300. config MTD_AT91_DATAFLASH_CARD
  301. bool "Enable DataFlash Card support"
  302. depends on HAVE_AT91_DATAFLASH_CARD
  303. help
  304. Enable support for the DataFlash card.
  305. endmenu