Kconfig 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  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. comment "AT91RM9200 Feature Selections"
  35. config AT91_PROGRAMMABLE_CLOCKS
  36. bool "Programmable Clocks"
  37. help
  38. Select this if you need to program one or more of the PCK0..PCK3
  39. programmable clock outputs.
  40. endmenu
  41. endif