Kconfig 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555
  1. if ARCH_AT91
  2. config HAVE_AT91_DATAFLASH_CARD
  3. bool
  4. config HAVE_AT91_DBGU0
  5. bool
  6. config HAVE_AT91_DBGU1
  7. bool
  8. config AT91_SAM9_ALT_RESET
  9. bool
  10. default !ARCH_AT91X40
  11. config AT91_SAM9G45_RESET
  12. bool
  13. default !ARCH_AT91X40
  14. config SOC_AT91SAM9
  15. bool
  16. select CPU_ARM926T
  17. select GENERIC_CLOCKEVENTS
  18. select MULTI_IRQ_HANDLER
  19. select SPARSE_IRQ
  20. menu "Atmel AT91 System-on-Chip"
  21. comment "Atmel AT91 Processor"
  22. config SOC_AT91RM9200
  23. bool "AT91RM9200"
  24. select CPU_ARM920T
  25. select GENERIC_CLOCKEVENTS
  26. select HAVE_AT91_DBGU0
  27. select MULTI_IRQ_HANDLER
  28. select SPARSE_IRQ
  29. config SOC_AT91SAM9260
  30. bool "AT91SAM9260, AT91SAM9XE or AT91SAM9G20"
  31. select HAVE_AT91_DBGU0
  32. select HAVE_NET_MACB
  33. select SOC_AT91SAM9
  34. help
  35. Select this if you are using one of Atmel's AT91SAM9260, AT91SAM9XE
  36. or AT91SAM9G20 SoC.
  37. config SOC_AT91SAM9261
  38. bool "AT91SAM9261 or AT91SAM9G10"
  39. select HAVE_AT91_DBGU0
  40. select HAVE_FB_ATMEL
  41. select SOC_AT91SAM9
  42. help
  43. Select this if you are using one of Atmel's AT91SAM9261 or AT91SAM9G10 SoC.
  44. config SOC_AT91SAM9263
  45. bool "AT91SAM9263"
  46. select HAVE_AT91_DBGU1
  47. select HAVE_FB_ATMEL
  48. select HAVE_NET_MACB
  49. select SOC_AT91SAM9
  50. config SOC_AT91SAM9RL
  51. bool "AT91SAM9RL"
  52. select HAVE_AT91_DBGU0
  53. select HAVE_FB_ATMEL
  54. select SOC_AT91SAM9
  55. config SOC_AT91SAM9G45
  56. bool "AT91SAM9G45 or AT91SAM9M10 families"
  57. select HAVE_AT91_DBGU1
  58. select HAVE_FB_ATMEL
  59. select HAVE_NET_MACB
  60. select SOC_AT91SAM9
  61. help
  62. Select this if you are using one of Atmel's AT91SAM9G45 family SoC.
  63. This support covers AT91SAM9G45, AT91SAM9G46, AT91SAM9M10 and AT91SAM9M11.
  64. config SOC_AT91SAM9X5
  65. bool "AT91SAM9x5 family"
  66. select HAVE_AT91_DBGU0
  67. select HAVE_FB_ATMEL
  68. select HAVE_NET_MACB
  69. select SOC_AT91SAM9
  70. help
  71. Select this if you are using one of Atmel's AT91SAM9x5 family SoC.
  72. This means that your SAM9 name finishes with a '5' (except if it is
  73. AT91SAM9G45!).
  74. This support covers AT91SAM9G15, AT91SAM9G25, AT91SAM9X25, AT91SAM9G35
  75. and AT91SAM9X35.
  76. config SOC_AT91SAM9N12
  77. bool "AT91SAM9N12 family"
  78. select HAVE_AT91_DBGU0
  79. select HAVE_FB_ATMEL
  80. select SOC_AT91SAM9
  81. help
  82. Select this if you are using Atmel's AT91SAM9N12 SoC.
  83. choice
  84. prompt "Atmel AT91 Processor Devices for non DT boards"
  85. config ARCH_AT91_NONE
  86. bool "None"
  87. config ARCH_AT91RM9200
  88. bool "AT91RM9200"
  89. select SOC_AT91RM9200
  90. config ARCH_AT91SAM9260
  91. bool "AT91SAM9260 or AT91SAM9XE"
  92. select SOC_AT91SAM9260
  93. config ARCH_AT91SAM9261
  94. bool "AT91SAM9261"
  95. select SOC_AT91SAM9261
  96. config ARCH_AT91SAM9G10
  97. bool "AT91SAM9G10"
  98. select SOC_AT91SAM9261
  99. config ARCH_AT91SAM9263
  100. bool "AT91SAM9263"
  101. select SOC_AT91SAM9263
  102. config ARCH_AT91SAM9RL
  103. bool "AT91SAM9RL"
  104. select SOC_AT91SAM9RL
  105. config ARCH_AT91SAM9G20
  106. bool "AT91SAM9G20"
  107. select SOC_AT91SAM9260
  108. config ARCH_AT91SAM9G45
  109. bool "AT91SAM9G45"
  110. select SOC_AT91SAM9G45
  111. config ARCH_AT91X40
  112. bool "AT91x40"
  113. depends on !MMU
  114. select ARCH_USES_GETTIMEOFFSET
  115. select MULTI_IRQ_HANDLER
  116. select SPARSE_IRQ
  117. endchoice
  118. config AT91_PMC_UNIT
  119. bool
  120. default !ARCH_AT91X40
  121. # ----------------------------------------------------------
  122. if ARCH_AT91RM9200
  123. comment "AT91RM9200 Board Type"
  124. config MACH_ONEARM
  125. bool "Ajeco 1ARM Single Board Computer"
  126. help
  127. Select this if you are using Ajeco's 1ARM Single Board Computer.
  128. <http://www.ajeco.fi/>
  129. config ARCH_AT91RM9200DK
  130. bool "Atmel AT91RM9200-DK Development board"
  131. select HAVE_AT91_DATAFLASH_CARD
  132. help
  133. Select this if you are using Atmel's AT91RM9200-DK Development board.
  134. (Discontinued)
  135. config MACH_AT91RM9200EK
  136. bool "Atmel AT91RM9200-EK Evaluation Kit"
  137. select HAVE_AT91_DATAFLASH_CARD
  138. help
  139. Select this if you are using Atmel's AT91RM9200-EK Evaluation Kit.
  140. <http://www.atmel.com/dyn/products/tools_card.asp?tool_id=3507>
  141. config MACH_CSB337
  142. bool "Cogent CSB337"
  143. help
  144. Select this if you are using Cogent's CSB337 board.
  145. <http://www.cogcomp.com/csb_csb337.htm>
  146. config MACH_CSB637
  147. bool "Cogent CSB637"
  148. help
  149. Select this if you are using Cogent's CSB637 board.
  150. <http://www.cogcomp.com/csb_csb637.htm>
  151. config MACH_CARMEVA
  152. bool "Conitec ARM&EVA"
  153. help
  154. Select this if you are using Conitec's AT91RM9200-MCU-Module.
  155. <http://www.conitec.net/english/linuxboard.php>
  156. config MACH_ATEB9200
  157. bool "Embest ATEB9200"
  158. help
  159. Select this if you are using Embest's ATEB9200 board.
  160. <http://www.embedinfo.com/english/product/ATEB9200.asp>
  161. config MACH_KB9200
  162. bool "KwikByte KB920x"
  163. help
  164. Select this if you are using KwikByte's KB920x board.
  165. <http://www.kwikbyte.com/KB9202.html>
  166. config MACH_PICOTUX2XX
  167. bool "picotux 200"
  168. help
  169. Select this if you are using a picotux 200.
  170. <http://www.picotux.com/>
  171. config MACH_KAFA
  172. bool "Sperry-Sun KAFA board"
  173. help
  174. Select this if you are using Sperry-Sun's KAFA board.
  175. config MACH_ECBAT91
  176. bool "emQbit ECB_AT91 SBC"
  177. select HAVE_AT91_DATAFLASH_CARD
  178. help
  179. Select this if you are using emQbit's ECB_AT91 board.
  180. <http://wiki.emqbit.com/free-ecb-at91>
  181. config MACH_YL9200
  182. bool "ucDragon YL-9200"
  183. help
  184. Select this if you are using the ucDragon YL-9200 board.
  185. config MACH_CPUAT91
  186. bool "Eukrea CPUAT91"
  187. help
  188. Select this if you are using the Eukrea Electromatique's
  189. CPUAT91 board <http://www.eukrea.com/>.
  190. config MACH_ECO920
  191. bool "eco920"
  192. help
  193. Select this if you are using the eco920 board
  194. config MACH_RSI_EWS
  195. bool "RSI Embedded Webserver"
  196. depends on ARCH_AT91RM9200
  197. help
  198. Select this if you are using RSIs EWS board.
  199. endif
  200. # ----------------------------------------------------------
  201. if ARCH_AT91SAM9260
  202. comment "AT91SAM9260 Variants"
  203. comment "AT91SAM9260 / AT91SAM9XE Board Type"
  204. config MACH_AT91SAM9260EK
  205. bool "Atmel AT91SAM9260-EK / AT91SAM9XE Evaluation Kit"
  206. select HAVE_AT91_DATAFLASH_CARD
  207. help
  208. Select this if you are using Atmel's AT91SAM9260-EK or AT91SAM9XE Evaluation Kit
  209. <http://www.atmel.com/dyn/products/tools_card.asp?tool_id=3933>
  210. config MACH_CAM60
  211. bool "KwikByte KB9260 (CAM60) board"
  212. help
  213. Select this if you are using KwikByte's KB9260 (CAM60) board based on the Atmel AT91SAM9260.
  214. <http://www.kwikbyte.com/KB9260.html>
  215. config MACH_SAM9_L9260
  216. bool "Olimex SAM9-L9260 board"
  217. select HAVE_AT91_DATAFLASH_CARD
  218. help
  219. Select this if you are using Olimex's SAM9-L9260 board based on the Atmel AT91SAM9260.
  220. <http://www.olimex.com/dev/sam9-L9260.html>
  221. config MACH_AFEB9260
  222. bool "Custom afeb9260 board v1"
  223. help
  224. Select this if you are using custom afeb9260 board based on
  225. open hardware design. Select this for revision 1 of the board.
  226. <svn://194.85.238.22/home/users/george/svn/arm9eb>
  227. <http://groups.google.com/group/arm9fpga-evolution-board>
  228. config MACH_USB_A9260
  229. bool "CALAO USB-A9260"
  230. help
  231. Select this if you are using a Calao Systems USB-A9260.
  232. <http://www.calao-systems.com>
  233. config MACH_QIL_A9260
  234. bool "CALAO QIL-A9260 board"
  235. help
  236. Select this if you are using a Calao Systems QIL-A9260 Board.
  237. <http://www.calao-systems.com>
  238. config MACH_CPU9260
  239. bool "Eukrea CPU9260 board"
  240. help
  241. Select this if you are using a Eukrea Electromatique's
  242. CPU9260 Board <http://www.eukrea.com/>
  243. config MACH_FLEXIBITY
  244. bool "Flexibity Connect board"
  245. help
  246. Select this if you are using Flexibity Connect board
  247. <http://www.flexibity.com>
  248. endif
  249. # ----------------------------------------------------------
  250. if ARCH_AT91SAM9261
  251. comment "AT91SAM9261 Board Type"
  252. config MACH_AT91SAM9261EK
  253. bool "Atmel AT91SAM9261-EK Evaluation Kit"
  254. select HAVE_AT91_DATAFLASH_CARD
  255. help
  256. Select this if you are using Atmel's AT91SAM9261-EK Evaluation Kit.
  257. <http://www.atmel.com/dyn/products/tools_card.asp?tool_id=3820>
  258. endif
  259. # ----------------------------------------------------------
  260. if ARCH_AT91SAM9G10
  261. comment "AT91SAM9G10 Board Type"
  262. config MACH_AT91SAM9G10EK
  263. bool "Atmel AT91SAM9G10-EK Evaluation Kit"
  264. select HAVE_AT91_DATAFLASH_CARD
  265. help
  266. Select this if you are using Atmel's AT91SAM9G10-EK Evaluation Kit.
  267. <http://www.atmel.com/dyn/products/tools_card.asp?tool_id=4588>
  268. endif
  269. # ----------------------------------------------------------
  270. if ARCH_AT91SAM9263
  271. comment "AT91SAM9263 Board Type"
  272. config MACH_AT91SAM9263EK
  273. bool "Atmel AT91SAM9263-EK Evaluation Kit"
  274. select HAVE_AT91_DATAFLASH_CARD
  275. help
  276. Select this if you are using Atmel's AT91SAM9263-EK Evaluation Kit.
  277. <http://www.atmel.com/dyn/products/tools_card.asp?tool_id=4057>
  278. config MACH_USB_A9263
  279. bool "CALAO USB-A9263"
  280. help
  281. Select this if you are using a Calao Systems USB-A9263.
  282. <http://www.calao-systems.com>
  283. config MACH_NEOCORE926
  284. bool "Adeneo NEOCORE926"
  285. select HAVE_AT91_DATAFLASH_CARD
  286. help
  287. Select this if you are using the Adeneo Neocore 926 board.
  288. endif
  289. # ----------------------------------------------------------
  290. if ARCH_AT91SAM9RL
  291. comment "AT91SAM9RL Board Type"
  292. config MACH_AT91SAM9RLEK
  293. bool "Atmel AT91SAM9RL-EK Evaluation Kit"
  294. help
  295. Select this if you are using Atmel's AT91SAM9RL-EK Evaluation Kit.
  296. endif
  297. # ----------------------------------------------------------
  298. if ARCH_AT91SAM9G20
  299. comment "AT91SAM9G20 Board Type"
  300. config MACH_AT91SAM9G20EK
  301. bool "Atmel AT91SAM9G20-EK Evaluation Kit"
  302. select HAVE_AT91_DATAFLASH_CARD
  303. help
  304. Select this if you are using Atmel's AT91SAM9G20-EK Evaluation Kit
  305. that embeds only one SD/MMC slot.
  306. config MACH_AT91SAM9G20EK_2MMC
  307. depends on MACH_AT91SAM9G20EK
  308. bool "Atmel AT91SAM9G20-EK Evaluation Kit with 2 SD/MMC Slots"
  309. help
  310. Select this if you are using an Atmel AT91SAM9G20-EK Evaluation Kit
  311. with 2 SD/MMC Slots. This is the case for AT91SAM9G20-EK rev. C and
  312. onwards.
  313. <http://www.atmel.com/tools/SAM9G20-EK.aspx>
  314. config MACH_CPU9G20
  315. bool "Eukrea CPU9G20 board"
  316. help
  317. Select this if you are using a Eukrea Electromatique's
  318. CPU9G20 Board <http://www.eukrea.com/>
  319. config MACH_ACMENETUSFOXG20
  320. bool "Acme Systems srl FOX Board G20"
  321. help
  322. Select this if you are using Acme Systems
  323. FOX Board G20 <http://www.acmesystems.it>
  324. config MACH_PORTUXG20
  325. bool "taskit PortuxG20"
  326. help
  327. Select this if you are using taskit's PortuxG20.
  328. <http://www.taskit.de/en/>
  329. config MACH_STAMP9G20
  330. bool "taskit Stamp9G20 CPU module"
  331. help
  332. Select this if you are using taskit's Stamp9G20 CPU module on its
  333. evaluation board.
  334. <http://www.taskit.de/en/>
  335. config MACH_PCONTROL_G20
  336. bool "PControl G20 CPU module"
  337. help
  338. Select this if you are using taskit's Stamp9G20 CPU module on this
  339. carrier board, beeing the decentralized unit of a building automation
  340. system; featuring nvram, eth-switch, iso-rs485, display, io
  341. config MACH_GSIA18S
  342. bool "GS_IA18_S board"
  343. help
  344. This enables support for the GS_IA18_S board
  345. produced by GeoSIG Ltd company. This is an internet accelerograph.
  346. <http://www.geosig.com>
  347. config MACH_USB_A9G20
  348. bool "CALAO USB-A9G20"
  349. depends on ARCH_AT91SAM9G20
  350. help
  351. Select this if you are using a Calao Systems USB-A9G20.
  352. <http://www.calao-systems.com>
  353. endif
  354. if (ARCH_AT91SAM9260 || ARCH_AT91SAM9G20)
  355. comment "AT91SAM9260/AT91SAM9G20 boards"
  356. config MACH_SNAPPER_9260
  357. bool "Bluewater Systems Snapper 9260/9G20 module"
  358. help
  359. Select this if you are using the Bluewater Systems Snapper 9260 or
  360. Snapper 9G20 modules.
  361. <http://www.bluewatersys.com/>
  362. endif
  363. # ----------------------------------------------------------
  364. if ARCH_AT91SAM9G45
  365. comment "AT91SAM9G45 Board Type"
  366. config MACH_AT91SAM9M10G45EK
  367. bool "Atmel AT91SAM9M10G45-EK Evaluation Kits"
  368. help
  369. Select this if you are using Atmel's AT91SAM9M10G45-EK Evaluation Kit.
  370. Those boards can be populated with any SoC of AT91SAM9G45 or AT91SAM9M10
  371. families: AT91SAM9G45, AT91SAM9G46, AT91SAM9M10 and AT91SAM9M11.
  372. <http://www.atmel.com/tools/SAM9M10-G45-EK.aspx>
  373. endif
  374. # ----------------------------------------------------------
  375. if ARCH_AT91X40
  376. comment "AT91X40 Board Type"
  377. config MACH_AT91EB01
  378. bool "Atmel AT91EB01 Evaluation Kit"
  379. help
  380. Select this if you are using Atmel's AT91EB01 Evaluation Kit.
  381. It is also a popular target for simulators such as GDB's
  382. ARM simulator (commonly known as the ARMulator) and the
  383. Skyeye simulator.
  384. endif
  385. # ----------------------------------------------------------
  386. comment "Generic Board Type"
  387. config MACH_AT91SAM_DT
  388. bool "Atmel AT91SAM Evaluation Kits with device-tree support"
  389. select USE_OF
  390. help
  391. Select this if you want to experiment device-tree with
  392. an Atmel Evaluation Kit.
  393. # ----------------------------------------------------------
  394. comment "AT91 Board Options"
  395. config MTD_AT91_DATAFLASH_CARD
  396. bool "Enable DataFlash Card support"
  397. depends on HAVE_AT91_DATAFLASH_CARD
  398. help
  399. Enable support for the DataFlash card.
  400. # ----------------------------------------------------------
  401. comment "AT91 Feature Selections"
  402. config AT91_PROGRAMMABLE_CLOCKS
  403. bool "Programmable Clocks"
  404. help
  405. Select this if you need to program one or more of the PCK0..PCK3
  406. programmable clock outputs.
  407. config AT91_SLOW_CLOCK
  408. bool "Suspend-to-RAM disables main oscillator"
  409. depends on SUSPEND
  410. help
  411. Select this if you want Suspend-to-RAM to save the most power
  412. possible (without powering off the CPU) by disabling the PLLs
  413. and main oscillator so that only the 32 KiHz clock is available.
  414. When only that slow-clock is available, some peripherals lose
  415. functionality. Many can't issue wakeup events unless faster
  416. clocks are available. Some lose their operating state and
  417. need to be completely re-initialized.
  418. config AT91_TIMER_HZ
  419. int "Kernel HZ (jiffies per second)"
  420. range 32 1024
  421. depends on ARCH_AT91
  422. default "128" if ARCH_AT91RM9200
  423. default "100"
  424. help
  425. On AT91rm9200 chips where you're using a system clock derived
  426. from the 32768 Hz hardware clock, this tick rate should divide
  427. it exactly: use a power-of-two value, such as 128 or 256, to
  428. reduce timing errors caused by rounding.
  429. On AT91sam926x chips, or otherwise when using a higher precision
  430. system clock (of at least several MHz), rounding is less of a
  431. problem so it can be safer to use a decimal values like 100.
  432. endmenu
  433. endif