Kconfig 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. if ARCH_MX5
  2. config ARCH_MX51
  3. bool
  4. default y
  5. select MXC_TZIC
  6. select ARCH_MXC_IOMUX_V3
  7. comment "MX5 platforms:"
  8. config MACH_MX51_BABBAGE
  9. bool "Support MX51 BABBAGE platforms"
  10. select IMX_HAVE_PLATFORM_IMX_I2C
  11. help
  12. Include support for MX51 Babbage platform, also known as MX51EVK in
  13. u-boot. This includes specific configurations for the board and its
  14. peripherals.
  15. config MACH_MX51_3DS
  16. bool "Support MX51PDK (3DS)"
  17. select IMX_HAVE_PLATFORM_SPI_IMX
  18. select MXC_DEBUG_BOARD
  19. help
  20. Include support for MX51PDK (3DS) platform. This includes specific
  21. configurations for the board and its peripherals.
  22. config MACH_EUKREA_CPUIMX51
  23. bool "Support Eukrea CPUIMX51 module"
  24. select IMX_HAVE_PLATFORM_IMX_I2C
  25. help
  26. Include support for Eukrea CPUIMX51 platform. This includes
  27. specific configurations for the module and its peripherals.
  28. choice
  29. prompt "Baseboard"
  30. depends on MACH_EUKREA_CPUIMX51
  31. default MACH_EUKREA_MBIMX51_BASEBOARD
  32. config MACH_EUKREA_MBIMX51_BASEBOARD
  33. prompt "Eukrea MBIMX51 development board"
  34. bool
  35. help
  36. This adds board specific devices that can be found on Eukrea's
  37. MBIMX51 evaluation board.
  38. endchoice
  39. endif