Kconfig 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. if ARCH_MX5
  2. config ARCH_MX51
  3. bool
  4. default y
  5. select MXC_TZIC
  6. select ARCH_MXC_IOMUX_V3
  7. select ARCH_MXC_AUDMUX_V2
  8. comment "MX5 platforms:"
  9. config MACH_MX51_BABBAGE
  10. bool "Support MX51 BABBAGE platforms"
  11. select IMX_HAVE_PLATFORM_IMX_I2C
  12. select IMX_HAVE_PLATFORM_IMX_UART
  13. help
  14. Include support for MX51 Babbage platform, also known as MX51EVK in
  15. u-boot. This includes specific configurations for the board and its
  16. peripherals.
  17. config MACH_MX51_3DS
  18. bool "Support MX51PDK (3DS)"
  19. select IMX_HAVE_PLATFORM_IMX_UART
  20. select IMX_HAVE_PLATFORM_SPI_IMX
  21. select MXC_DEBUG_BOARD
  22. help
  23. Include support for MX51PDK (3DS) platform. This includes specific
  24. configurations for the board and its peripherals.
  25. config MACH_EUKREA_CPUIMX51
  26. bool "Support Eukrea CPUIMX51 module"
  27. select IMX_HAVE_PLATFORM_IMX_I2C
  28. select IMX_HAVE_PLATFORM_IMX_UART
  29. help
  30. Include support for Eukrea CPUIMX51 platform. This includes
  31. specific configurations for the module and its peripherals.
  32. choice
  33. prompt "Baseboard"
  34. depends on MACH_EUKREA_CPUIMX51
  35. default MACH_EUKREA_MBIMX51_BASEBOARD
  36. config MACH_EUKREA_MBIMX51_BASEBOARD
  37. prompt "Eukrea MBIMX51 development board"
  38. bool
  39. help
  40. This adds board specific devices that can be found on Eukrea's
  41. MBIMX51 evaluation board.
  42. endchoice
  43. config MACH_EUKREA_CPUIMX51SD
  44. bool "Support Eukrea CPUIMX51SD module"
  45. select IMX_HAVE_PLATFORM_IMX_I2C
  46. select IMX_HAVE_PLATFORM_SPI_IMX
  47. select IMX_HAVE_PLATFORM_IMX_UART
  48. select IMX_HAVE_PLATFORM_MXC_NAND
  49. help
  50. Include support for Eukrea CPUIMX51SD platform. This includes
  51. specific configurations for the module and its peripherals.
  52. choice
  53. prompt "Baseboard"
  54. depends on MACH_EUKREA_CPUIMX51SD
  55. default MACH_EUKREA_MBIMXSD51_BASEBOARD
  56. config MACH_EUKREA_MBIMXSD51_BASEBOARD
  57. prompt "Eukrea MBIMXSD development board"
  58. bool
  59. select IMX_HAVE_PLATFORM_ESDHC
  60. help
  61. This adds board specific devices that can be found on Eukrea's
  62. MBIMXSD evaluation board.
  63. endchoice
  64. config MACH_MX51_EFIKAMX
  65. bool "Support MX51 Genesi Efika MX nettop"
  66. select IMX_HAVE_PLATFORM_IMX_UART
  67. help
  68. Include support for Genesi Efika MX nettop. This includes specific
  69. configurations for the board and its peripherals.
  70. endif