Kconfig 11 KB

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