Kconfig.non_dt 8.8 KB

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