Kconfig 556 B

123456789101112131415161718192021222324
  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. endif