Kconfig 1.5 KB

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