Kconfig 14 KB

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