Kconfig 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105
  1. if ARCH_MX2
  2. choice
  3. prompt "CPUs:"
  4. default MACH_MX21
  5. config MACH_MX21
  6. bool "i.MX21 support"
  7. help
  8. This enables support for Freescale's MX2 based i.MX21 processor.
  9. config MACH_MX27
  10. bool "i.MX27 support"
  11. help
  12. This enables support for Freescale's MX2 based i.MX27 processor.
  13. endchoice
  14. comment "MX2 platforms:"
  15. config MACH_MX21ADS
  16. bool "MX21ADS platform"
  17. depends on MACH_MX21
  18. help
  19. Include support for MX21ADS platform. This includes specific
  20. configurations for the board and its peripherals.
  21. config MACH_MX27ADS
  22. bool "MX27ADS platform"
  23. depends on MACH_MX27
  24. help
  25. Include support for MX27ADS platform. This includes specific
  26. configurations for the board and its peripherals.
  27. config MACH_PCM038
  28. bool "Phytec phyCORE-i.MX27 CPU module (pcm038)"
  29. depends on MACH_MX27
  30. help
  31. Include support for phyCORE-i.MX27 (aka pcm038) platform. This
  32. includes specific configurations for the module and its peripherals.
  33. choice
  34. prompt "Baseboard"
  35. depends on MACH_PCM038
  36. default MACH_PCM970_BASEBOARD
  37. config MACH_PCM970_BASEBOARD
  38. prompt "PHYTEC PCM970 development board"
  39. bool
  40. help
  41. This adds board specific devices that can be found on Phytec's
  42. PCM970 evaluation board.
  43. endchoice
  44. config MACH_EUKREA_CPUIMX27
  45. bool "Eukrea CPUIMX27 module"
  46. depends on MACH_MX27
  47. help
  48. Include support for Eukrea CPUIMX27 platform. This includes
  49. specific configurations for the module and its peripherals.
  50. config MACH_EUKREA_CPUIMX27_USESDHC2
  51. bool "CPUIMX27 integrates SDHC2 module"
  52. depends on MACH_EUKREA_CPUIMX27
  53. help
  54. This adds support for the internal SDHC2 used on CPUIMX27 used
  55. for wifi or eMMC.
  56. choice
  57. prompt "Baseboard"
  58. depends on MACH_EUKREA_CPUIMX27
  59. default MACH_EUKREA_MBIMX27_BASEBOARD
  60. config MACH_EUKREA_MBIMX27_BASEBOARD
  61. prompt "Eukrea MBIMX27 development board"
  62. bool
  63. help
  64. This adds board specific devices that can be found on Eukrea's
  65. MBIMX27 evaluation board.
  66. endchoice
  67. config MACH_MX27_3DS
  68. bool "MX27PDK platform"
  69. depends on MACH_MX27
  70. help
  71. Include support for MX27PDK platform. This includes specific
  72. configurations for the board and its peripherals.
  73. config MACH_MX27LITE
  74. bool "LogicPD MX27 LITEKIT platform"
  75. depends on MACH_MX27
  76. help
  77. Include support for MX27 LITEKIT platform. This includes specific
  78. configurations for the board and its peripherals.
  79. config MACH_PCA100
  80. bool "Phytec phyCARD-s (pca100)"
  81. depends on MACH_MX27
  82. help
  83. Include support for phyCARD-s (aka pca100) platform. This
  84. includes specific configurations for the module and its peripherals.
  85. endif