Kconfig 352 B

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