Kconfig 2.7 KB

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