Kconfig 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172
  1. config IMX_HAVE_DMA_V1
  2. bool
  3. if ARCH_MX1
  4. config SOC_IMX1
  5. select CPU_ARM920T
  6. select IMX_HAVE_DMA_V1
  7. select IMX_HAVE_IOMUX_V1
  8. bool
  9. comment "MX1 platforms:"
  10. config MACH_MXLADS
  11. bool
  12. config ARCH_MX1ADS
  13. bool "MX1ADS platform"
  14. select MACH_MXLADS
  15. select IMX_HAVE_PLATFORM_IMX_I2C
  16. help
  17. Say Y here if you are using Motorola MX1ADS/MXLADS boards
  18. config MACH_SCB9328
  19. bool "Synertronixx scb9328"
  20. help
  21. Say Y here if you are using a Synertronixx scb9328 board
  22. endif
  23. if ARCH_MX2
  24. config SOC_IMX21
  25. select CPU_ARM926T
  26. select ARCH_MXC_AUDMUX_V1
  27. select IMX_HAVE_DMA_V1
  28. select IMX_HAVE_IOMUX_V1
  29. bool
  30. config SOC_IMX27
  31. select CPU_ARM926T
  32. select ARCH_MXC_AUDMUX_V1
  33. select IMX_HAVE_DMA_V1
  34. select IMX_HAVE_IOMUX_V1
  35. bool
  36. choice
  37. prompt "CPUs:"
  38. default MACH_MX21
  39. config MACH_MX21
  40. bool "i.MX21 support"
  41. select SOC_IMX21
  42. help
  43. This enables support for Freescale's MX2 based i.MX21 processor.
  44. config MACH_MX27
  45. bool "i.MX27 support"
  46. select SOC_IMX27
  47. help
  48. This enables support for Freescale's MX2 based i.MX27 processor.
  49. endchoice
  50. endif
  51. if MACH_MX21
  52. comment "MX21 platforms:"
  53. config MACH_MX21ADS
  54. bool "MX21ADS platform"
  55. select IMX_HAVE_PLATFORM_MXC_NAND
  56. help
  57. Include support for MX21ADS platform. This includes specific
  58. configurations for the board and its peripherals.
  59. endif
  60. if MACH_MX27
  61. comment "MX27 platforms:"
  62. config MACH_MX27ADS
  63. bool "MX27ADS platform"
  64. select IMX_HAVE_PLATFORM_IMX_I2C
  65. select IMX_HAVE_PLATFORM_MXC_NAND
  66. help
  67. Include support for MX27ADS platform. This includes specific
  68. configurations for the board and its peripherals.
  69. config MACH_PCM038
  70. bool "Phytec phyCORE-i.MX27 CPU module (pcm038)"
  71. select IMX_HAVE_PLATFORM_IMX_I2C
  72. select IMX_HAVE_PLATFORM_MXC_NAND
  73. select MXC_ULPI if USB_ULPI
  74. help
  75. Include support for phyCORE-i.MX27 (aka pcm038) platform. This
  76. includes specific configurations for the module and its peripherals.
  77. choice
  78. prompt "Baseboard"
  79. depends on MACH_PCM038
  80. default MACH_PCM970_BASEBOARD
  81. config MACH_PCM970_BASEBOARD
  82. prompt "PHYTEC PCM970 development board"
  83. bool
  84. help
  85. This adds board specific devices that can be found on Phytec's
  86. PCM970 evaluation board.
  87. endchoice
  88. config MACH_CPUIMX27
  89. bool "Eukrea CPUIMX27 module"
  90. select IMX_HAVE_PLATFORM_IMX_I2C
  91. select IMX_HAVE_PLATFORM_MXC_NAND
  92. help
  93. Include support for Eukrea CPUIMX27 platform. This includes
  94. specific configurations for the module and its peripherals.
  95. config MACH_EUKREA_CPUIMX27_USESDHC2
  96. bool "CPUIMX27 integrates SDHC2 module"
  97. depends on MACH_CPUIMX27
  98. help
  99. This adds support for the internal SDHC2 used on CPUIMX27 used
  100. for wifi or eMMC.
  101. choice
  102. prompt "Baseboard"
  103. depends on MACH_CPUIMX27
  104. default MACH_EUKREA_MBIMX27_BASEBOARD
  105. config MACH_EUKREA_MBIMX27_BASEBOARD
  106. prompt "Eukrea MBIMX27 development board"
  107. bool
  108. help
  109. This adds board specific devices that can be found on Eukrea's
  110. MBIMX27 evaluation board.
  111. endchoice
  112. config MACH_MX27_3DS
  113. bool "MX27PDK platform"
  114. help
  115. Include support for MX27PDK platform. This includes specific
  116. configurations for the board and its peripherals.
  117. config MACH_IMX27LITE
  118. bool "LogicPD MX27 LITEKIT platform"
  119. help
  120. Include support for MX27 LITEKIT platform. This includes specific
  121. configurations for the board and its peripherals.
  122. config MACH_PCA100
  123. bool "Phytec phyCARD-s (pca100)"
  124. select IMX_HAVE_PLATFORM_IMX_I2C
  125. select IMX_HAVE_PLATFORM_MXC_NAND
  126. select MXC_ULPI if USB_ULPI
  127. help
  128. Include support for phyCARD-s (aka pca100) platform. This
  129. includes specific configurations for the module and its peripherals.
  130. config MACH_MXT_TD60
  131. bool "Maxtrack i-MXT TD60"
  132. select IMX_HAVE_PLATFORM_IMX_I2C
  133. select IMX_HAVE_PLATFORM_MXC_NAND
  134. help
  135. Include support for i-MXT (aka td60) platform. This
  136. includes specific configurations for the module and its peripherals.
  137. endif