Kconfig 13 KB

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