Kconfig 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116
  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. help
  51. Include support for Eukrea CPUIMX27 platform. This includes
  52. specific configurations for the module and its peripherals.
  53. config MACH_EUKREA_CPUIMX27_USESDHC2
  54. bool "CPUIMX27 integrates SDHC2 module"
  55. depends on MACH_CPUIMX27
  56. help
  57. This adds support for the internal SDHC2 used on CPUIMX27 used
  58. for wifi or eMMC.
  59. choice
  60. prompt "Baseboard"
  61. depends on MACH_CPUIMX27
  62. default MACH_EUKREA_MBIMX27_BASEBOARD
  63. config MACH_EUKREA_MBIMX27_BASEBOARD
  64. prompt "Eukrea MBIMX27 development board"
  65. bool
  66. help
  67. This adds board specific devices that can be found on Eukrea's
  68. MBIMX27 evaluation board.
  69. endchoice
  70. config MACH_MX27_3DS
  71. bool "MX27PDK platform"
  72. depends on MACH_MX27
  73. help
  74. Include support for MX27PDK platform. This includes specific
  75. configurations for the board and its peripherals.
  76. config MACH_IMX27LITE
  77. bool "LogicPD MX27 LITEKIT platform"
  78. depends on MACH_MX27
  79. help
  80. Include support for MX27 LITEKIT platform. This includes specific
  81. configurations for the board and its peripherals.
  82. config MACH_PCA100
  83. bool "Phytec phyCARD-s (pca100)"
  84. depends on MACH_MX27
  85. select MXC_ULPI if USB_ULPI
  86. help
  87. Include support for phyCARD-s (aka pca100) platform. This
  88. includes specific configurations for the module and its peripherals.
  89. config MACH_MXT_TD60
  90. bool "Maxtrack i-MXT TD60"
  91. depends on MACH_MX27
  92. help
  93. Include support for i-MXT (aka td60) platform. This
  94. includes specific configurations for the module and its peripherals.
  95. endif