Kconfig 3.0 KB

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