Kconfig 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. if ARCH_MX3
  2. config ARCH_MX31
  3. bool
  4. config ARCH_MX35
  5. bool
  6. select ARCH_MXC_IOMUX_V3
  7. comment "MX3 platforms:"
  8. config MACH_MX31ADS
  9. bool "Support MX31ADS platforms"
  10. select ARCH_MX31
  11. default y
  12. help
  13. Include support for MX31ADS platform. This includes specific
  14. configurations for the board and its peripherals.
  15. config MACH_MX31ADS_WM1133_EV1
  16. bool "Support Wolfson Microelectronics 1133-EV1 module"
  17. depends on MACH_MX31ADS
  18. depends on MFD_WM8350_I2C
  19. depends on REGULATOR_WM8350
  20. select MFD_WM8350_CONFIG_MODE_0
  21. select MFD_WM8352_CONFIG_MODE_0
  22. help
  23. Include support for the Wolfson Microelectronics 1133-EV1 PMU
  24. and audio module for the MX31ADS platform.
  25. config MACH_PCM037
  26. bool "Support Phytec pcm037 (i.MX31) platforms"
  27. select ARCH_MX31
  28. help
  29. Include support for Phytec pcm037 platform. This includes
  30. specific configurations for the board and its peripherals.
  31. config MACH_MX31LITE
  32. bool "Support MX31 LITEKIT (LogicPD)"
  33. select ARCH_MX31
  34. default n
  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. default n
  42. help
  43. Include support for MX31PDK (3DS) platform. This includes specific
  44. configurations for the board and its peripherals.
  45. config MACH_MX31MOBOARD
  46. bool "Support mx31moboard platforms (EPFL Mobots group)"
  47. select ARCH_MX31
  48. default n
  49. help
  50. Include support for mx31moboard platform. This includes specific
  51. configurations for the board and its peripherals.
  52. config MACH_QONG
  53. bool "Support Dave/DENX QongEVB-LITE platform"
  54. select ARCH_MX31
  55. default n
  56. help
  57. Include support for Dave/DENX QongEVB-LITE platform. This includes
  58. specific configurations for the board and its peripherals.
  59. config MACH_PCM043
  60. bool "Support Phytec pcm043 (i.MX35) platforms"
  61. select ARCH_MX35
  62. help
  63. Include support for Phytec pcm043 platform. This includes
  64. specific configurations for the board and its peripherals.
  65. endif