Kconfig 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164
  1. if ARCH_MX5
  2. # ARCH_MX51 and ARCH_MX50 are left for compatibility
  3. config ARCH_MX50
  4. bool
  5. config ARCH_MX51
  6. bool
  7. config ARCH_MX53
  8. bool
  9. config SOC_IMX50
  10. bool
  11. select MXC_TZIC
  12. select ARCH_MXC_IOMUX_V3
  13. select ARCH_MXC_AUDMUX_V2
  14. select ARCH_HAS_CPUFREQ
  15. select ARCH_MX50
  16. config SOC_IMX51
  17. bool
  18. select MXC_TZIC
  19. select ARCH_MXC_IOMUX_V3
  20. select ARCH_MXC_AUDMUX_V2
  21. select ARCH_HAS_CPUFREQ
  22. select ARCH_MX51
  23. config SOC_IMX53
  24. bool
  25. select MXC_TZIC
  26. select ARCH_MXC_IOMUX_V3
  27. select ARCH_MX53
  28. comment "MX5 platforms:"
  29. config MACH_MX51_BABBAGE
  30. bool "Support MX51 BABBAGE platforms"
  31. select SOC_IMX51
  32. select IMX_HAVE_PLATFORM_IMX2_WDT
  33. select IMX_HAVE_PLATFORM_IMX_I2C
  34. select IMX_HAVE_PLATFORM_IMX_UART
  35. select IMX_HAVE_PLATFORM_SDHCI_ESDHC_IMX
  36. select IMX_HAVE_PLATFORM_SPI_IMX
  37. help
  38. Include support for MX51 Babbage platform, also known as MX51EVK in
  39. u-boot. This includes specific configurations for the board and its
  40. peripherals.
  41. config MACH_MX51_3DS
  42. bool "Support MX51PDK (3DS)"
  43. select SOC_IMX51
  44. select IMX_HAVE_PLATFORM_IMX_KEYPAD
  45. select IMX_HAVE_PLATFORM_IMX_UART
  46. select IMX_HAVE_PLATFORM_SDHCI_ESDHC_IMX
  47. select IMX_HAVE_PLATFORM_SPI_IMX
  48. select MXC_DEBUG_BOARD
  49. help
  50. Include support for MX51PDK (3DS) platform. This includes specific
  51. configurations for the board and its peripherals.
  52. config MACH_EUKREA_CPUIMX51
  53. bool "Support Eukrea CPUIMX51 module"
  54. select SOC_IMX51
  55. select IMX_HAVE_PLATFORM_IMX_I2C
  56. select IMX_HAVE_PLATFORM_IMX_UART
  57. select IMX_HAVE_PLATFORM_MXC_NAND
  58. select IMX_HAVE_PLATFORM_SPI_IMX
  59. help
  60. Include support for Eukrea CPUIMX51 platform. This includes
  61. specific configurations for the module and its peripherals.
  62. choice
  63. prompt "Baseboard"
  64. depends on MACH_EUKREA_CPUIMX51
  65. default MACH_EUKREA_MBIMX51_BASEBOARD
  66. config MACH_EUKREA_MBIMX51_BASEBOARD
  67. prompt "Eukrea MBIMX51 development board"
  68. bool
  69. select IMX_HAVE_PLATFORM_IMX_KEYPAD
  70. select IMX_HAVE_PLATFORM_SDHCI_ESDHC_IMX
  71. help
  72. This adds board specific devices that can be found on Eukrea's
  73. MBIMX51 evaluation board.
  74. endchoice
  75. config MACH_EUKREA_CPUIMX51SD
  76. bool "Support Eukrea CPUIMX51SD module"
  77. select SOC_IMX51
  78. select IMX_HAVE_PLATFORM_IMX_I2C
  79. select IMX_HAVE_PLATFORM_SPI_IMX
  80. select IMX_HAVE_PLATFORM_IMX_UART
  81. select IMX_HAVE_PLATFORM_MXC_NAND
  82. help
  83. Include support for Eukrea CPUIMX51SD platform. This includes
  84. specific configurations for the module and its peripherals.
  85. choice
  86. prompt "Baseboard"
  87. depends on MACH_EUKREA_CPUIMX51SD
  88. default MACH_EUKREA_MBIMXSD51_BASEBOARD
  89. config MACH_EUKREA_MBIMXSD51_BASEBOARD
  90. prompt "Eukrea MBIMXSD development board"
  91. bool
  92. select IMX_HAVE_PLATFORM_SDHCI_ESDHC_IMX
  93. help
  94. This adds board specific devices that can be found on Eukrea's
  95. MBIMXSD evaluation board.
  96. endchoice
  97. config MACH_MX51_EFIKAMX
  98. bool "Support MX51 Genesi Efika MX nettop"
  99. select SOC_IMX51
  100. select IMX_HAVE_PLATFORM_IMX_UART
  101. select IMX_HAVE_PLATFORM_SDHCI_ESDHC_IMX
  102. select IMX_HAVE_PLATFORM_SPI_IMX
  103. help
  104. Include support for Genesi Efika MX nettop. This includes specific
  105. configurations for the board and its peripherals.
  106. config MACH_MX53_EVK
  107. bool "Support MX53 EVK platforms"
  108. select SOC_IMX53
  109. select IMX_HAVE_PLATFORM_IMX_UART
  110. select IMX_HAVE_PLATFORM_IMX_I2C
  111. select IMX_HAVE_PLATFORM_SDHCI_ESDHC_IMX
  112. select IMX_HAVE_PLATFORM_SPI_IMX
  113. help
  114. Include support for MX53 EVK platform. This includes specific
  115. configurations for the board and its peripherals.
  116. config MACH_MX53_SMD
  117. bool "Support MX53 SMD platforms"
  118. select SOC_IMX53
  119. select IMX_HAVE_PLATFORM_IMX_UART
  120. help
  121. Include support for MX53 SMD platform. This includes specific
  122. configurations for the board and its peripherals.
  123. config MACH_MX53_LOCO
  124. bool "Support MX53 LOCO platforms"
  125. select SOC_IMX53
  126. select IMX_HAVE_PLATFORM_IMX_UART
  127. help
  128. Include support for MX53 LOCO platform. This includes specific
  129. configurations for the board and its peripherals.
  130. config MACH_MX50_RDP
  131. bool "Support MX50 reference design platform"
  132. depends on BROKEN
  133. select SOC_IMX50
  134. select IMX_HAVE_PLATFORM_IMX_I2C
  135. select IMX_HAVE_PLATFORM_IMX_UART
  136. select IMX_HAVE_PLATFORM_SDHCI_ESDHC_IMX
  137. select IMX_HAVE_PLATFORM_SPI_IMX
  138. help
  139. Include support for MX50 reference design platform (RDP) board. This
  140. includes specific configurations for the board and its peripherals.
  141. endif