Kconfig 14 KB

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