Kconfig 14 KB

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