Kconfig 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110
  1. config HAS_CAAM
  2. bool
  3. config IMX_CONFIG
  4. string
  5. config ROM_UNIFIED_SECTIONS
  6. bool
  7. config SYSCOUNTER_TIMER
  8. bool
  9. config GPT_TIMER
  10. bool
  11. config IMX_RDC
  12. bool "i.MX Resource domain controller driver"
  13. depends on ARCH_MX6 || ARCH_MX7
  14. help
  15. i.MX Resource domain controller is used to assign masters
  16. and peripherals to differet domains. This can be used to
  17. isolate resources.
  18. config IMX_BOOTAUX
  19. bool "Support boot auxiliary core"
  20. depends on ARCH_MX7 || ARCH_MX6 || ARCH_VF610
  21. help
  22. bootaux [addr] to boot auxiliary core.
  23. config USE_IMXIMG_PLUGIN
  24. bool "Use imximage plugin code"
  25. depends on ARCH_MX7 || ARCH_MX6 || ARCH_MX7ULP
  26. help
  27. i.MX6/7 supports DCD and Plugin. Enable this configuration
  28. to use Plugin, otherwise DCD will be used.
  29. config IMX_HAB
  30. bool "Support i.MX HAB features"
  31. depends on ARCH_MX7 || ARCH_MX6 || ARCH_MX5
  32. select FSL_CAAM if HAS_CAAM
  33. imply CMD_DEKBLOB
  34. help
  35. This option enables the support for secure boot (HAB).
  36. See doc/README.mxc_hab for more details.
  37. config CSF_SIZE
  38. hex "Maximum size for Command Sequence File (CSF) binary"
  39. default 0x2060
  40. help
  41. Define the maximum size for Command Sequence File (CSF) binary
  42. this information is used to define the image boot data.
  43. config CMD_BMODE
  44. bool "Support the 'bmode' command"
  45. default y
  46. depends on ARCH_MX6 || ARCH_MX5
  47. help
  48. This enables the 'bmode' (bootmode) command for forcing
  49. a boot from specific media.
  50. This is useful for forcing the ROM's usb downloader to
  51. activate upon a watchdog reset which is nice when iterating
  52. on U-Boot. Using the reset button or running bmode normal
  53. will set it back to normal. This command currently
  54. supports i.MX53 and i.MX6.
  55. config CMD_DEKBLOB
  56. bool "Support the 'dek_blob' command"
  57. help
  58. This enables the 'dek_blob' command which is used with the
  59. Freescale secure boot mechanism. This command encapsulates and
  60. creates a blob of data. See also CMD_BLOB and doc/README.mxc_hab for
  61. more information.
  62. config CMD_HDMIDETECT
  63. bool "Support the 'hdmidet' command"
  64. help
  65. This enables the 'hdmidet' command which detects if an HDMI monitor
  66. is connected.
  67. config CMD_NANDBCB
  68. bool "i.MX6 NAND Boot Control Block(BCB) command"
  69. depends on NAND && CMD_MTDPARTS
  70. default y if ARCH_MX6 && NAND_MXS
  71. help
  72. Unlike normal 'nand write/erase' commands, this command update
  73. Boot Control Block(BCB) for i.MX6 platform NAND IP's.
  74. This is similar to kobs-ng, which is used in Linux as separate
  75. rootfs package.
  76. config NXP_BOARD_REVISION
  77. bool "Read NXP board revision from fuses"
  78. depends on ARCH_MX6 || ARCH_MX7
  79. help
  80. NXP boards based on i.MX6/7 contain the board revision information
  81. stored in the fuses. Select this option if you want to be able to
  82. retrieve the board revision information.
  83. config DDRMC_VF610_CALIBRATION
  84. bool "Enable DDRMC (DDR3) on-chip calibration"
  85. depends on ARCH_VF610
  86. help
  87. Vybrid (vf610) SoC provides some on-chip facility to tune the DDR3
  88. memory parameters. Select this option if you want to calculate them
  89. at boot time.
  90. NOTE:
  91. NXP does NOT recommend to perform this calibration at each boot. One
  92. shall perform it on a new PCB and then use those values to program
  93. the ddrmc_cr_setting on relevant board file.