Kconfig 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464
  1. if ARCH_AT91
  2. menu "Atmel AT91 System-on-Chip"
  3. choice
  4. prompt "Atmel AT91 Processor"
  5. config ARCH_AT91RM9200
  6. bool "AT91RM9200"
  7. select CPU_ARM920T
  8. select GENERIC_TIME
  9. select GENERIC_CLOCKEVENTS
  10. config ARCH_AT91SAM9260
  11. bool "AT91SAM9260 or AT91SAM9XE"
  12. select CPU_ARM926T
  13. select GENERIC_TIME
  14. select GENERIC_CLOCKEVENTS
  15. config ARCH_AT91SAM9261
  16. bool "AT91SAM9261"
  17. select CPU_ARM926T
  18. select GENERIC_TIME
  19. select GENERIC_CLOCKEVENTS
  20. config ARCH_AT91SAM9G10
  21. bool "AT91SAM9G10"
  22. select CPU_ARM926T
  23. select GENERIC_TIME
  24. select GENERIC_CLOCKEVENTS
  25. config ARCH_AT91SAM9263
  26. bool "AT91SAM9263"
  27. select CPU_ARM926T
  28. select GENERIC_TIME
  29. select GENERIC_CLOCKEVENTS
  30. config ARCH_AT91SAM9RL
  31. bool "AT91SAM9RL"
  32. select CPU_ARM926T
  33. select GENERIC_TIME
  34. select GENERIC_CLOCKEVENTS
  35. config ARCH_AT91SAM9G20
  36. bool "AT91SAM9G20"
  37. select CPU_ARM926T
  38. select GENERIC_TIME
  39. select GENERIC_CLOCKEVENTS
  40. config ARCH_AT91SAM9G45
  41. bool "AT91SAM9G45"
  42. select CPU_ARM926T
  43. select GENERIC_TIME
  44. select GENERIC_CLOCKEVENTS
  45. config ARCH_AT91CAP9
  46. bool "AT91CAP9"
  47. select CPU_ARM926T
  48. select GENERIC_TIME
  49. select GENERIC_CLOCKEVENTS
  50. config ARCH_AT91X40
  51. bool "AT91x40"
  52. endchoice
  53. config AT91_PMC_UNIT
  54. bool
  55. default !ARCH_AT91X40
  56. # ----------------------------------------------------------
  57. if ARCH_AT91RM9200
  58. comment "AT91RM9200 Board Type"
  59. config MACH_ONEARM
  60. bool "Ajeco 1ARM Single Board Computer"
  61. depends on ARCH_AT91RM9200
  62. help
  63. Select this if you are using Ajeco's 1ARM Single Board Computer.
  64. <http://www.ajeco.fi/products.htm>
  65. config ARCH_AT91RM9200DK
  66. bool "Atmel AT91RM9200-DK Development board"
  67. depends on ARCH_AT91RM9200
  68. help
  69. Select this if you are using Atmel's AT91RM9200-DK Development board.
  70. (Discontinued)
  71. config MACH_AT91RM9200EK
  72. bool "Atmel AT91RM9200-EK Evaluation Kit"
  73. depends on ARCH_AT91RM9200
  74. help
  75. Select this if you are using Atmel's AT91RM9200-EK Evaluation Kit.
  76. <http://www.atmel.com/dyn/products/tools_card.asp?tool_id=3507>
  77. config MACH_CSB337
  78. bool "Cogent CSB337"
  79. depends on ARCH_AT91RM9200
  80. help
  81. Select this if you are using Cogent's CSB337 board.
  82. <http://www.cogcomp.com/csb_csb337.htm>
  83. config MACH_CSB637
  84. bool "Cogent CSB637"
  85. depends on ARCH_AT91RM9200
  86. help
  87. Select this if you are using Cogent's CSB637 board.
  88. <http://www.cogcomp.com/csb_csb637.htm>
  89. config MACH_CARMEVA
  90. bool "Conitec ARM&EVA"
  91. depends on ARCH_AT91RM9200
  92. help
  93. Select this if you are using Conitec's AT91RM9200-MCU-Module.
  94. <http://www.conitec.net/english/linuxboard.htm>
  95. config MACH_ATEB9200
  96. bool "Embest ATEB9200"
  97. depends on ARCH_AT91RM9200
  98. help
  99. Select this if you are using Embest's ATEB9200 board.
  100. <http://www.embedinfo.com/english/product/ATEB9200.asp>
  101. config MACH_KB9200
  102. bool "KwikByte KB920x"
  103. depends on ARCH_AT91RM9200
  104. help
  105. Select this if you are using KwikByte's KB920x board.
  106. <http://kwikbyte.com/KB9202_description_new.htm>
  107. config MACH_PICOTUX2XX
  108. bool "picotux 200"
  109. depends on ARCH_AT91RM9200
  110. help
  111. Select this if you are using a picotux 200.
  112. <http://www.picotux.com/>
  113. config MACH_KAFA
  114. bool "Sperry-Sun KAFA board"
  115. depends on ARCH_AT91RM9200
  116. help
  117. Select this if you are using Sperry-Sun's KAFA board.
  118. config MACH_ECBAT91
  119. bool "emQbit ECB_AT91 SBC"
  120. depends on ARCH_AT91RM9200
  121. help
  122. Select this if you are using emQbit's ECB_AT91 board.
  123. <http://wiki.emqbit.com/free-ecb-at91>
  124. config MACH_YL9200
  125. bool "ucDragon YL-9200"
  126. depends on ARCH_AT91RM9200
  127. help
  128. Select this if you are using the ucDragon YL-9200 board.
  129. config MACH_CPUAT91
  130. bool "Eukrea CPUAT91"
  131. depends on ARCH_AT91RM9200
  132. help
  133. Select this if you are using the Eukrea Electromatique's
  134. CPUAT91 board <http://www.eukrea.com/>.
  135. endif
  136. # ----------------------------------------------------------
  137. if ARCH_AT91SAM9260
  138. comment "AT91SAM9260 Variants"
  139. config ARCH_AT91SAM9260_SAM9XE
  140. bool "AT91SAM9XE"
  141. depends on ARCH_AT91SAM9260
  142. help
  143. Select this if you are using Atmel's AT91SAM9XE System-on-Chip.
  144. They are basically AT91SAM9260s with various sizes of embedded Flash.
  145. comment "AT91SAM9260 / AT91SAM9XE Board Type"
  146. config MACH_AT91SAM9260EK
  147. bool "Atmel AT91SAM9260-EK / AT91SAM9XE Evaluation Kit"
  148. depends on ARCH_AT91SAM9260
  149. help
  150. Select this if you are using Atmel's AT91SAM9260-EK or AT91SAM9XE Evaluation Kit
  151. <http://www.atmel.com/dyn/products/tools_card.asp?tool_id=3933>
  152. config MACH_CAM60
  153. bool "KwikByte KB9260 (CAM60) board"
  154. depends on ARCH_AT91SAM9260
  155. help
  156. Select this if you are using KwikByte's KB9260 (CAM60) board based on the Atmel AT91SAM9260.
  157. <http://www.kwikbyte.com/KB9260.html>
  158. config MACH_SAM9_L9260
  159. bool "Olimex SAM9-L9260 board"
  160. depends on ARCH_AT91SAM9260
  161. help
  162. Select this if you are using Olimex's SAM9-L9260 board based on the Atmel AT91SAM9260.
  163. <http://www.olimex.com/dev/sam9-L9260.html>
  164. config MACH_AFEB9260
  165. bool "Custom afeb9260 board v1"
  166. depends on ARCH_AT91SAM9260
  167. help
  168. Select this if you are using custom afeb9260 board based on
  169. open hardware design. Select this for revision 1 of the board.
  170. <svn://194.85.238.22/home/users/george/svn/arm9eb>
  171. <http://groups.google.com/group/arm9fpga-evolution-board>
  172. config MACH_USB_A9260
  173. bool "CALAO USB-A9260"
  174. depends on ARCH_AT91SAM9260
  175. help
  176. Select this if you are using a Calao Systems USB-A9260.
  177. <http://www.calao-systems.com>
  178. config MACH_QIL_A9260
  179. bool "CALAO QIL-A9260 board"
  180. depends on ARCH_AT91SAM9260
  181. help
  182. Select this if you are using a Calao Systems QIL-A9260 Board.
  183. <http://www.calao-systems.com>
  184. config MACH_CPU9260
  185. bool "Eukrea CPU9260 board"
  186. depends on ARCH_AT91SAM9260
  187. help
  188. Select this if you are using a Eukrea Electromatique's
  189. CPU9260 Board <http://www.eukrea.com/>
  190. endif
  191. # ----------------------------------------------------------
  192. if ARCH_AT91SAM9261
  193. comment "AT91SAM9261 Board Type"
  194. config MACH_AT91SAM9261EK
  195. bool "Atmel AT91SAM9261-EK Evaluation Kit"
  196. depends on ARCH_AT91SAM9261
  197. help
  198. Select this if you are using Atmel's AT91SAM9261-EK Evaluation Kit.
  199. <http://www.atmel.com/dyn/products/tools_card.asp?tool_id=3820>
  200. endif
  201. # ----------------------------------------------------------
  202. if ARCH_AT91SAM9G10
  203. comment "AT91SAM9G10 Board Type"
  204. config MACH_AT91SAM9G10EK
  205. bool "Atmel AT91SAM9G10-EK Evaluation Kit"
  206. depends on ARCH_AT91SAM9G10
  207. help
  208. Select this if you are using Atmel's AT91SAM9G10-EK Evaluation Kit.
  209. <http://www.atmel.com/dyn/products/tools_card.asp?tool_id=4588>
  210. endif
  211. # ----------------------------------------------------------
  212. if ARCH_AT91SAM9263
  213. comment "AT91SAM9263 Board Type"
  214. config MACH_AT91SAM9263EK
  215. bool "Atmel AT91SAM9263-EK Evaluation Kit"
  216. depends on ARCH_AT91SAM9263
  217. help
  218. Select this if you are using Atmel's AT91SAM9263-EK Evaluation Kit.
  219. <http://www.atmel.com/dyn/products/tools_card.asp?tool_id=4057>
  220. config MACH_USB_A9263
  221. bool "CALAO USB-A9263"
  222. depends on ARCH_AT91SAM9263
  223. help
  224. Select this if you are using a Calao Systems USB-A9263.
  225. <http://www.calao-systems.com>
  226. config MACH_NEOCORE926
  227. bool "Adeneo NEOCORE926"
  228. depends on ARCH_AT91SAM9263
  229. help
  230. Select this if you are using the Adeneo Neocore 926 board.
  231. endif
  232. # ----------------------------------------------------------
  233. if ARCH_AT91SAM9RL
  234. comment "AT91SAM9RL Board Type"
  235. config MACH_AT91SAM9RLEK
  236. bool "Atmel AT91SAM9RL-EK Evaluation Kit"
  237. depends on ARCH_AT91SAM9RL
  238. help
  239. Select this if you are using Atmel's AT91SAM9RL-EK Evaluation Kit.
  240. endif
  241. # ----------------------------------------------------------
  242. if ARCH_AT91SAM9G20
  243. comment "AT91SAM9G20 Board Type"
  244. config MACH_AT91SAM9G20EK
  245. bool "Atmel AT91SAM9G20-EK Evaluation Kit"
  246. depends on ARCH_AT91SAM9G20
  247. help
  248. Select this if you are using Atmel's AT91SAM9G20-EK Evaluation Kit.
  249. config MACH_CPU9G20
  250. bool "Eukrea CPU9G20 board"
  251. depends on ARCH_AT91SAM9G20
  252. help
  253. Select this if you are using a Eukrea Electromatique's
  254. CPU9G20 Board <http://www.eukrea.com/>
  255. endif
  256. # ----------------------------------------------------------
  257. if ARCH_AT91SAM9G45
  258. comment "AT91SAM9G45 Board Type"
  259. config MACH_AT91SAM9G45EKES
  260. bool "Atmel AT91SAM9G45-EKES Evaluation Kit"
  261. depends on ARCH_AT91SAM9G45
  262. help
  263. Select this if you are using Atmel's AT91SAM9G45-EKES Evaluation Kit.
  264. "ES" at the end of the name means that this board is an
  265. Engineering Sample.
  266. endif
  267. # ----------------------------------------------------------
  268. if ARCH_AT91CAP9
  269. comment "AT91CAP9 Board Type"
  270. config MACH_AT91CAP9ADK
  271. bool "Atmel AT91CAP9A-DK Evaluation Kit"
  272. depends on ARCH_AT91CAP9
  273. help
  274. Select this if you are using Atmel's AT91CAP9A-DK Evaluation Kit.
  275. <http://www.atmel.com/dyn/products/tools_card.asp?tool_id=4138>
  276. endif
  277. # ----------------------------------------------------------
  278. if ARCH_AT91X40
  279. comment "AT91X40 Board Type"
  280. config MACH_AT91EB01
  281. bool "Atmel AT91EB01 Evaluation Kit"
  282. help
  283. Select this if you are using Atmel's AT91EB01 Evaluation Kit.
  284. It is also a popular target for simulators such as GDB's
  285. ARM simulator (commonly known as the ARMulator) and the
  286. Skyeye simulator.
  287. endif
  288. # ----------------------------------------------------------
  289. comment "AT91 Board Options"
  290. config MTD_AT91_DATAFLASH_CARD
  291. bool "Enable DataFlash Card support"
  292. depends on (ARCH_AT91RM9200DK || MACH_AT91RM9200EK || MACH_AT91SAM9260EK || MACH_AT91SAM9261EK || MACH_AT91SAM9G10EK || MACH_AT91SAM9263EK || MACH_AT91SAM9G20EK || MACH_ECBAT91 || MACH_SAM9_L9260 || MACH_AT91CAP9ADK || MACH_NEOCORE926)
  293. help
  294. Enable support for the DataFlash card.
  295. config MTD_NAND_ATMEL_BUSWIDTH_16
  296. bool "Enable 16-bit data bus interface to NAND flash"
  297. depends on (MACH_AT91SAM9260EK || MACH_AT91SAM9261EK || MACH_AT91SAM9G10EK || MACH_AT91SAM9263EK || MACH_AT91SAM9G20EK || MACH_AT91SAM9G45EKES || MACH_AT91CAP9ADK)
  298. help
  299. On AT91SAM926x boards both types of NAND flash can be present
  300. (8 and 16 bit data bus width).
  301. # ----------------------------------------------------------
  302. comment "AT91 Feature Selections"
  303. config AT91_PROGRAMMABLE_CLOCKS
  304. bool "Programmable Clocks"
  305. help
  306. Select this if you need to program one or more of the PCK0..PCK3
  307. programmable clock outputs.
  308. config AT91_SLOW_CLOCK
  309. bool "Suspend-to-RAM disables main oscillator"
  310. depends on SUSPEND
  311. help
  312. Select this if you want Suspend-to-RAM to save the most power
  313. possible (without powering off the CPU) by disabling the PLLs
  314. and main oscillator so that only the 32 KiHz clock is available.
  315. When only that slow-clock is available, some peripherals lose
  316. functionality. Many can't issue wakeup events unless faster
  317. clocks are available. Some lose their operating state and
  318. need to be completely re-initialized.
  319. config AT91_TIMER_HZ
  320. int "Kernel HZ (jiffies per second)"
  321. range 32 1024
  322. depends on ARCH_AT91
  323. default "128" if ARCH_AT91RM9200
  324. default "100"
  325. help
  326. On AT91rm9200 chips where you're using a system clock derived
  327. from the 32768 Hz hardware clock, this tick rate should divide
  328. it exactly: use a power-of-two value, such as 128 or 256, to
  329. reduce timing errors caused by rounding.
  330. On AT91sam926x chips, or otherwise when using a higher precision
  331. system clock (of at least several MHz), rounding is less of a
  332. problem so it can be safer to use a decimal values like 100.
  333. choice
  334. prompt "Select a UART for early kernel messages"
  335. config AT91_EARLY_DBGU
  336. bool "DBGU"
  337. config AT91_EARLY_USART0
  338. bool "USART0"
  339. config AT91_EARLY_USART1
  340. bool "USART1"
  341. config AT91_EARLY_USART2
  342. bool "USART2"
  343. depends on ! ARCH_AT91X40
  344. config AT91_EARLY_USART3
  345. bool "USART3"
  346. depends on (ARCH_AT91RM9200 || ARCH_AT91SAM9RL || ARCH_AT91SAM9260 || ARCH_AT91SAM9G20 || ARCH_AT91SAM9G45)
  347. config AT91_EARLY_USART4
  348. bool "USART4"
  349. depends on ARCH_AT91SAM9260 || ARCH_AT91SAM9G20
  350. config AT91_EARLY_USART5
  351. bool "USART5"
  352. depends on ARCH_AT91SAM9260 || ARCH_AT91SAM9G20
  353. endchoice
  354. endmenu
  355. endif