Kconfig 873 B

12345678910111213141516171819202122232425262728293031323334
  1. config IMX_CONFIG
  2. string
  3. config ROM_UNIFIED_SECTIONS
  4. bool
  5. config IMX_RDC
  6. bool "i.MX Resource domain controller driver"
  7. depends on ARCH_MX6 || ARCH_MX7
  8. help
  9. i.MX Resource domain controller is used to assign masters
  10. and peripherals to differet domains. This can be used to
  11. isolate resources.
  12. config IMX_BOOTAUX
  13. bool "Support boot auxiliary core"
  14. depends on ARCH_MX7 || ARCH_MX6
  15. help
  16. bootaux [addr] to boot auxiliary core.
  17. config USE_IMXIMG_PLUGIN
  18. bool "Use imximage plugin code"
  19. depends on ARCH_MX7 || ARCH_MX6
  20. help
  21. i.MX6/7 supports DCD and Plugin. Enable this configuration
  22. to use Plugin, otherwise DCD will be used.
  23. config SECURE_BOOT
  24. bool "Support i.MX HAB features"
  25. depends on ARCH_MX7 || ARCH_MX6 || ARCH_MX5
  26. select FSL_CAAM
  27. help
  28. This option enables the support for secure boot (HAB).
  29. See doc/README.mxc_hab for more details.