/arch/arm/mach-mx3/Kconfig

https://bitbucket.org/sammyz/iscream_thunderc-2.6.35-rebase · #! · 128 lines · 110 code · 18 blank · 0 comment · 0 complexity · f4947ff8ff6520543d11c6ff3e8d5989 MD5 · raw file

  1. if ARCH_MX3
  2. config ARCH_MX31
  3. select ARCH_HAS_RNGA
  4. select ARCH_MXC_AUDMUX_V2
  5. bool
  6. config ARCH_MX35
  7. bool
  8. select ARCH_MXC_IOMUX_V3
  9. select ARCH_MXC_AUDMUX_V2
  10. comment "MX3 platforms:"
  11. config MACH_MX31ADS
  12. bool "Support MX31ADS platforms"
  13. select ARCH_MX31
  14. default y
  15. help
  16. Include support for MX31ADS platform. This includes specific
  17. configurations for the board and its peripherals.
  18. config MACH_MX31ADS_WM1133_EV1
  19. bool "Support Wolfson Microelectronics 1133-EV1 module"
  20. depends on MACH_MX31ADS
  21. depends on MFD_WM8350_I2C
  22. depends on REGULATOR_WM8350
  23. select MFD_WM8350_CONFIG_MODE_0
  24. select MFD_WM8352_CONFIG_MODE_0
  25. help
  26. Include support for the Wolfson Microelectronics 1133-EV1 PMU
  27. and audio module for the MX31ADS platform.
  28. config MACH_PCM037
  29. bool "Support Phytec pcm037 (i.MX31) platforms"
  30. select ARCH_MX31
  31. select MXC_ULPI if USB_ULPI
  32. help
  33. Include support for Phytec pcm037 platform. This includes
  34. specific configurations for the board and its peripherals.
  35. config MACH_PCM037_EET
  36. bool "Support pcm037 EET board extensions"
  37. depends on MACH_PCM037
  38. help
  39. Add support for PCM037 EET baseboard extensions. If you are using the
  40. OLED display with EET, use "video=mx3fb:CMEL-OLED" kernel
  41. command-line parameter.
  42. config MACH_MX31LITE
  43. bool "Support MX31 LITEKIT (LogicPD)"
  44. select ARCH_MX31
  45. select MXC_ULPI if USB_ULPI
  46. help
  47. Include support for MX31 LITEKIT platform. This includes specific
  48. configurations for the board and its peripherals.
  49. config MACH_MX31_3DS
  50. bool "Support MX31PDK (3DS)"
  51. select ARCH_MX31
  52. help
  53. Include support for MX31PDK (3DS) platform. This includes specific
  54. configurations for the board and its peripherals.
  55. config MACH_MX31_3DS_MXC_NAND_USE_BBT
  56. bool "Make the MXC NAND driver use the in flash Bad Block Table"
  57. depends on MACH_MX31_3DS
  58. depends on MTD_NAND_MXC
  59. help
  60. Enable this if you want that the MXC NAND driver uses the in flash
  61. Bad Block Table to know what blocks are bad instead of scanning the
  62. entire flash looking for bad block markers.
  63. config MACH_MX31MOBOARD
  64. bool "Support mx31moboard platforms (EPFL Mobots group)"
  65. select ARCH_MX31
  66. select MXC_ULPI if USB_ULPI
  67. help
  68. Include support for mx31moboard platform. This includes specific
  69. configurations for the board and its peripherals.
  70. config MACH_MX31LILLY
  71. bool "Support MX31 LILLY-1131 platforms (INCO startec)"
  72. select ARCH_MX31
  73. select MXC_ULPI if USB_ULPI
  74. help
  75. Include support for mx31 based LILLY1131 modules. This includes
  76. specific configurations for the board and its peripherals.
  77. config MACH_QONG
  78. bool "Support Dave/DENX QongEVB-LITE platform"
  79. select ARCH_MX31
  80. help
  81. Include support for Dave/DENX QongEVB-LITE platform. This includes
  82. specific configurations for the board and its peripherals.
  83. config MACH_PCM043
  84. bool "Support Phytec pcm043 (i.MX35) platforms"
  85. select ARCH_MX35
  86. select MXC_ULPI if USB_ULPI
  87. help
  88. Include support for Phytec pcm043 platform. This includes
  89. specific configurations for the board and its peripherals.
  90. config MACH_ARMADILLO5X0
  91. bool "Support Atmark Armadillo-500 Development Base Board"
  92. select ARCH_MX31
  93. select MXC_ULPI if USB_ULPI
  94. help
  95. Include support for Atmark Armadillo-500 platform. This includes
  96. specific configurations for the board and its peripherals.
  97. config MACH_MX35_3DS
  98. bool "Support MX35PDK platform"
  99. select ARCH_MX35
  100. default n
  101. help
  102. Include support for MX35PDK platform. This includes specific
  103. configurations for the board and its peripherals.
  104. config MACH_KZM_ARM11_01
  105. bool "Support KZM-ARM11-01(Kyoto Microcomputer)"
  106. select ARCH_MX31
  107. help
  108. Include support for KZM-ARM11-01. This includes specific
  109. configurations for the board and its peripherals.
  110. endif