Kconfig 4.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199
  1. if ARCH_AT91
  2. menu "Atmel AT91 System-on-Chip"
  3. choice
  4. prompt "Atmel AT91 Processor"
  5. config ARCH_AT91RM9200
  6. bool "AT91RM9200"
  7. config ARCH_AT91SAM9260
  8. bool "AT91SAM9260 or AT91SAM9XE"
  9. config ARCH_AT91SAM9261
  10. bool "AT91SAM9261"
  11. config ARCH_AT91SAM9263
  12. bool "AT91SAM9263"
  13. config ARCH_AT91SAM9RL
  14. bool "AT91SAM9RL"
  15. endchoice
  16. # ----------------------------------------------------------
  17. if ARCH_AT91RM9200
  18. comment "AT91RM9200 Board Type"
  19. config MACH_ONEARM
  20. bool "Ajeco 1ARM Single Board Computer"
  21. depends on ARCH_AT91RM9200
  22. help
  23. Select this if you are using Ajeco's 1ARM Single Board Computer.
  24. <http://www.ajeco.fi/products.htm>
  25. config ARCH_AT91RM9200DK
  26. bool "Atmel AT91RM9200-DK Development board"
  27. depends on ARCH_AT91RM9200
  28. help
  29. Select this if you are using Atmel's AT91RM9200-DK Development board.
  30. (Discontinued)
  31. config MACH_AT91RM9200EK
  32. bool "Atmel AT91RM9200-EK Evaluation Kit"
  33. depends on ARCH_AT91RM9200
  34. help
  35. Select this if you are using Atmel's AT91RM9200-EK Evaluation Kit.
  36. <http://www.atmel.com/dyn/products/tools_card.asp?tool_id=3507>
  37. config MACH_CSB337
  38. bool "Cogent CSB337"
  39. depends on ARCH_AT91RM9200
  40. help
  41. Select this if you are using Cogent's CSB337 board.
  42. <http://www.cogcomp.com/csb_csb337.htm>
  43. config MACH_CSB637
  44. bool "Cogent CSB637"
  45. depends on ARCH_AT91RM9200
  46. help
  47. Select this if you are using Cogent's CSB637 board.
  48. <http://www.cogcomp.com/csb_csb637.htm>
  49. config MACH_CARMEVA
  50. bool "Conitec ARM&EVA"
  51. depends on ARCH_AT91RM9200
  52. help
  53. Select this if you are using Conitec's AT91RM9200-MCU-Module.
  54. <http://www.conitec.net/english/linuxboard.htm>
  55. config MACH_ATEB9200
  56. bool "Embest ATEB9200"
  57. depends on ARCH_AT91RM9200
  58. help
  59. Select this if you are using Embest's ATEB9200 board.
  60. <http://www.embedinfo.com/english/product/ATEB9200.asp>
  61. config MACH_KB9200
  62. bool "KwikByte KB920x"
  63. depends on ARCH_AT91RM9200
  64. help
  65. Select this if you are using KwikByte's KB920x board.
  66. <http://kwikbyte.com/KB9202_description_new.htm>
  67. config MACH_PICOTUX2XX
  68. bool "picotux 200"
  69. depends on ARCH_AT91RM9200
  70. help
  71. Select this if you are using a picotux 200.
  72. <http://www.picotux.com/>
  73. config MACH_KAFA
  74. bool "Sperry-Sun KAFA board"
  75. depends on ARCH_AT91RM9200
  76. help
  77. Select this if you are using Sperry-Sun's KAFA board.
  78. endif
  79. # ----------------------------------------------------------
  80. if ARCH_AT91SAM9260
  81. comment "AT91SAM9260 Variants"
  82. config ARCH_AT91SAM9260_SAM9XE
  83. bool "AT91SAM9XE"
  84. depends on ARCH_AT91SAM9260
  85. help
  86. Select this if you are using Atmel's AT91SAM9XE System-on-Chip.
  87. They are basically AT91SAM9260s with various sizes of embedded Flash.
  88. comment "AT91SAM9260 / AT91SAM9XE Board Type"
  89. config MACH_AT91SAM9260EK
  90. bool "Atmel AT91SAM9260-EK / AT91SAM9XE Evaluation Kit"
  91. depends on ARCH_AT91SAM9260
  92. help
  93. Select this if you are using Atmel's AT91SAM9260-EK or AT91SAM9XE Evaluation Kit
  94. <http://www.atmel.com/dyn/products/tools_card.asp?tool_id=3933>
  95. endif
  96. # ----------------------------------------------------------
  97. if ARCH_AT91SAM9261
  98. comment "AT91SAM9261 Board Type"
  99. config MACH_AT91SAM9261EK
  100. bool "Atmel AT91SAM9261-EK Evaluation Kit"
  101. depends on ARCH_AT91SAM9261
  102. help
  103. Select this if you are using Atmel's AT91SAM9261-EK Evaluation Kit.
  104. <http://www.atmel.com/dyn/products/tools_card.asp?tool_id=3820>
  105. endif
  106. # ----------------------------------------------------------
  107. if ARCH_AT91SAM9263
  108. comment "AT91SAM9263 Board Type"
  109. config MACH_AT91SAM9263EK
  110. bool "Atmel AT91SAM9263-EK Evaluation Kit"
  111. depends on ARCH_AT91SAM9263
  112. help
  113. Select this if you are using Atmel's AT91SAM9263-EK Evaluation Kit.
  114. <http://www.atmel.com/dyn/products/tools_card.asp?tool_id=4057>
  115. endif
  116. # ----------------------------------------------------------
  117. if ARCH_AT91SAM9RL
  118. comment "AT91SAM9RL Board Type"
  119. config MACH_AT91SAM9RLEK
  120. bool "Atmel AT91SAM9RL-EK Evaluation Kit"
  121. depends on ARCH_AT91SAM9RL
  122. help
  123. Select this if you are using Atmel's AT91SAM9RL-EK Evaluation Kit.
  124. endif
  125. # ----------------------------------------------------------
  126. comment "AT91 Board Options"
  127. config MTD_AT91_DATAFLASH_CARD
  128. bool "Enable DataFlash Card support"
  129. depends on (ARCH_AT91RM9200DK || MACH_AT91RM9200EK || MACH_AT91SAM9260EK || MACH_AT91SAM9261EK || MACH_AT91SAM9263EK)
  130. help
  131. Enable support for the DataFlash card.
  132. config MTD_NAND_AT91_BUSWIDTH_16
  133. bool "Enable 16-bit data bus interface to NAND flash"
  134. depends on (MACH_AT91SAM9260EK || MACH_AT91SAM9261EK || MACH_AT91SAM9263EK)
  135. help
  136. On AT91SAM926x boards both types of NAND flash can be present
  137. (8 and 16 bit data bus width).
  138. # ----------------------------------------------------------
  139. comment "AT91 Feature Selections"
  140. config AT91_PROGRAMMABLE_CLOCKS
  141. bool "Programmable Clocks"
  142. help
  143. Select this if you need to program one or more of the PCK0..PCK3
  144. programmable clock outputs.
  145. endmenu
  146. endif