Kconfig 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  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. default n
  36. help
  37. Include support for MX31 LITEKIT platform. This includes specific
  38. configurations for the board and its peripherals.
  39. config MACH_MX31_3DS
  40. bool "Support MX31PDK (3DS)"
  41. select ARCH_MX31
  42. default n
  43. help
  44. Include support for MX31PDK (3DS) platform. This includes specific
  45. configurations for the board and its peripherals.
  46. config MACH_MX31MOBOARD
  47. bool "Support mx31moboard platforms (EPFL Mobots group)"
  48. select ARCH_MX31
  49. default n
  50. help
  51. Include support for mx31moboard platform. This includes specific
  52. configurations for the board and its peripherals.
  53. config MACH_QONG
  54. bool "Support Dave/DENX QongEVB-LITE platform"
  55. select ARCH_MX31
  56. default n
  57. help
  58. Include support for Dave/DENX QongEVB-LITE platform. This includes
  59. specific configurations for the board and its peripherals.
  60. config MACH_PCM043
  61. bool "Support Phytec pcm043 (i.MX35) platforms"
  62. select ARCH_MX35
  63. help
  64. Include support for Phytec pcm043 platform. This includes
  65. specific configurations for the board and its peripherals.
  66. endif