Kconfig 14 KB

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