Kconfig 14 KB

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