Kconfig 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124
  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. select MXC_ULPI if USB_ULPI
  33. help
  34. Include support for phyCORE-i.MX27 (aka pcm038) platform. This
  35. includes specific configurations for the module and its peripherals.
  36. choice
  37. prompt "Baseboard"
  38. depends on MACH_PCM038
  39. default MACH_PCM970_BASEBOARD
  40. config MACH_PCM970_BASEBOARD
  41. prompt "PHYTEC PCM970 development board"
  42. bool
  43. help
  44. This adds board specific devices that can be found on Phytec's
  45. PCM970 evaluation board.
  46. endchoice
  47. config MACH_CPUIMX27
  48. bool "Eukrea CPUIMX27 module"
  49. depends on MACH_MX27
  50. select MXC_ULPI if USB_ULPI
  51. help
  52. Include support for Eukrea CPUIMX27 platform. This includes
  53. specific configurations for the module and its peripherals.
  54. config MACH_EUKREA_CPUIMX27_USESDHC2
  55. bool "CPUIMX27 integrates SDHC2 module"
  56. depends on MACH_CPUIMX27
  57. help
  58. This adds support for the internal SDHC2 used on CPUIMX27
  59. for wifi or eMMC.
  60. config MACH_EUKREA_CPUIMX27_USEUART4
  61. bool "CPUIMX27 integrates UART4 module"
  62. depends on MACH_CPUIMX27
  63. help
  64. This adds support for the internal UART4 used on CPUIMX27
  65. for bluetooth.
  66. choice
  67. prompt "Baseboard"
  68. depends on MACH_CPUIMX27
  69. default MACH_EUKREA_MBIMX27_BASEBOARD
  70. config MACH_EUKREA_MBIMX27_BASEBOARD
  71. prompt "Eukrea MBIMX27 development board"
  72. bool
  73. help
  74. This adds board specific devices that can be found on Eukrea's
  75. MBIMX27 evaluation board.
  76. endchoice
  77. config MACH_MX27_3DS
  78. bool "MX27PDK platform"
  79. depends on MACH_MX27
  80. help
  81. Include support for MX27PDK platform. This includes specific
  82. configurations for the board and its peripherals.
  83. config MACH_IMX27LITE
  84. bool "LogicPD MX27 LITEKIT platform"
  85. depends on MACH_MX27
  86. help
  87. Include support for MX27 LITEKIT platform. This includes specific
  88. configurations for the board and its peripherals.
  89. config MACH_PCA100
  90. bool "Phytec phyCARD-s (pca100)"
  91. depends on MACH_MX27
  92. select MXC_ULPI if USB_ULPI
  93. help
  94. Include support for phyCARD-s (aka pca100) platform. This
  95. includes specific configurations for the module and its peripherals.
  96. config MACH_MXT_TD60
  97. bool "Maxtrack i-MXT TD60"
  98. depends on MACH_MX27
  99. help
  100. Include support for i-MXT (aka td60) platform. This
  101. includes specific configurations for the module and its peripherals.
  102. endif