Kconfig 4.3 KB

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