Kconfig 3.1 KB

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