Kconfig 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. if ARCH_AT91RM9200
  2. menu "AT91RM9200 Implementations"
  3. comment "AT91RM9200 Board Type"
  4. config MACH_ONEARM
  5. bool "Ajeco 1ARM Single Board Computer"
  6. depends on ARCH_AT91RM9200
  7. help
  8. Select this if you are using Ajeco's 1ARM Single Board Computer
  9. config ARCH_AT91RM9200DK
  10. bool "Atmel AT91RM9200-DK Development board"
  11. depends on ARCH_AT91RM9200
  12. help
  13. Select this if you are using Atmel's AT91RM9200-DK Development board
  14. config MACH_AT91RM9200EK
  15. bool "Atmel AT91RM9200-EK Evaluation Kit"
  16. depends on ARCH_AT91RM9200
  17. help
  18. Select this if you are using Atmel's AT91RM9200-EK Evaluation Kit
  19. config MACH_CSB337
  20. bool "Cogent CSB337 board"
  21. depends on ARCH_AT91RM9200
  22. help
  23. Select this if you are using Cogent's CSB337 board
  24. config MACH_CSB637
  25. bool "Cogent CSB637 board"
  26. depends on ARCH_AT91RM9200
  27. help
  28. Select this if you are using Cogent's CSB637 board
  29. config MACH_CARMEVA
  30. bool "Conitec's ARM&EVA"
  31. depends on ARCH_AT91RM9200
  32. help
  33. Select this if you are using Conitec's AT91RM9200-MCU-Module
  34. config MACH_KB9200
  35. bool "KwikByte's KB920x"
  36. depends on ARCH_AT91RM9200
  37. help
  38. Select this if you are using KwikByte's KB920x board
  39. config MACH_ATEB9200
  40. bool "Embest's ATEB9200"
  41. depends on ARCH_AT91RM9200
  42. help
  43. Select this if you are using Embest's ATEB9200 board
  44. config MACH_KAFA
  45. bool "Sperry-Sun KAFA board"
  46. depends on ARCH_AT91RM9200
  47. help
  48. Select this if you are using Sperry-Sun's KAFA board
  49. comment "AT91RM9200 Feature Selections"
  50. config AT91_PROGRAMMABLE_CLOCKS
  51. bool "Programmable Clocks"
  52. help
  53. Select this if you need to program one or more of the PCK0..PCK3
  54. programmable clock outputs.
  55. endmenu
  56. endif