Kconfig 2.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  1. if ARCH_MX3
  2. config ARCH_MX31
  3. select ARCH_HAS_RNGA
  4. bool
  5. config ARCH_MX35
  6. bool
  7. select ARCH_MXC_IOMUX_V3
  8. comment "MX3 platforms:"
  9. config MACH_MX31ADS
  10. bool "Support MX31ADS platforms"
  11. select ARCH_MX31
  12. default y
  13. help
  14. Include support for MX31ADS platform. This includes specific
  15. configurations for the board and its peripherals.
  16. config MACH_MX31ADS_WM1133_EV1
  17. bool "Support Wolfson Microelectronics 1133-EV1 module"
  18. depends on MACH_MX31ADS
  19. depends on MFD_WM8350_I2C
  20. depends on REGULATOR_WM8350
  21. select MFD_WM8350_CONFIG_MODE_0
  22. select MFD_WM8352_CONFIG_MODE_0
  23. help
  24. Include support for the Wolfson Microelectronics 1133-EV1 PMU
  25. and audio module for the MX31ADS platform.
  26. config MACH_PCM037
  27. bool "Support Phytec pcm037 (i.MX31) platforms"
  28. select ARCH_MX31
  29. help
  30. Include support for Phytec pcm037 platform. This includes
  31. specific configurations for the board and its peripherals.
  32. config MACH_MX31LITE
  33. bool "Support MX31 LITEKIT (LogicPD)"
  34. select ARCH_MX31
  35. help
  36. Include support for MX31 LITEKIT platform. This includes specific
  37. configurations for the board and its peripherals.
  38. config MACH_MX31_3DS
  39. bool "Support MX31PDK (3DS)"
  40. select ARCH_MX31
  41. help
  42. Include support for MX31PDK (3DS) platform. This includes specific
  43. configurations for the board and its peripherals.
  44. config MACH_MX31MOBOARD
  45. bool "Support mx31moboard platforms (EPFL Mobots group)"
  46. select ARCH_MX31
  47. help
  48. Include support for mx31moboard platform. This includes specific
  49. configurations for the board and its peripherals.
  50. config MACH_MX31LILLY
  51. bool "Support MX31 LILLY-1131 platforms (INCO startec)"
  52. select ARCH_MX31
  53. help
  54. Include support for mx31 based LILLY1131 modules. This includes
  55. specific configurations for the board and its peripherals.
  56. config MACH_QONG
  57. bool "Support Dave/DENX QongEVB-LITE platform"
  58. select ARCH_MX31
  59. help
  60. Include support for Dave/DENX QongEVB-LITE platform. This includes
  61. specific configurations for the board and its peripherals.
  62. config MACH_PCM043
  63. bool "Support Phytec pcm043 (i.MX35) platforms"
  64. select ARCH_MX35
  65. help
  66. Include support for Phytec pcm043 platform. This includes
  67. specific configurations for the board and its peripherals.
  68. config MACH_ARMADILLO5X0
  69. bool "Support Atmark Armadillo-500 Development Base Board"
  70. select ARCH_MX31
  71. help
  72. Include support for Atmark Armadillo-500 platform. This includes
  73. specific configurations for the board and its peripherals.
  74. config MACH_MX35_3DS
  75. bool "Support MX35PDK platform"
  76. select ARCH_MX35
  77. default n
  78. help
  79. Include support for MX35PDK platform. This includes specific
  80. configurations for the board and its peripherals.
  81. endif