Kconfig 1.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  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. help
  11. Include support for MX51 Babbage platform, also known as MX51EVK in
  12. u-boot. This includes specific configurations for the board and its
  13. peripherals.
  14. config MACH_MX51_3DS
  15. bool "Support MX51PDK (3DS)"
  16. select MXC_DEBUG_BOARD
  17. help
  18. Include support for MX51PDK (3DS) platform. This includes specific
  19. configurations for the board and its peripherals.
  20. config MACH_EUKREA_CPUIMX51
  21. bool "Support Eukrea CPUIMX51 module"
  22. help
  23. Include support for Eukrea CPUIMX51 platform. This includes
  24. specific configurations for the module and its peripherals.
  25. choice
  26. prompt "Baseboard"
  27. depends on MACH_EUKREA_CPUIMX51
  28. default MACH_EUKREA_MBIMX51_BASEBOARD
  29. config MACH_EUKREA_MBIMX51_BASEBOARD
  30. prompt "Eukrea MBIMX51 development board"
  31. bool
  32. help
  33. This adds board specific devices that can be found on Eukrea's
  34. MBIMX51 evaluation board.
  35. endchoice
  36. endif