1config HAS_CAAM 2 bool 3 4config IMX_CONFIG 5 string 6 7config ROM_UNIFIED_SECTIONS 8 bool 9 10config SYSCOUNTER_TIMER 11 bool 12 13config IMX_RDC 14 bool "i.MX Resource domain controller driver" 15 depends on ARCH_MX6 || ARCH_MX7 16 help 17 i.MX Resource domain controller is used to assign masters 18 and peripherals to differet domains. This can be used to 19 isolate resources. 20 21config IMX_BOOTAUX 22 bool "Support boot auxiliary core" 23 depends on ARCH_MX7 || ARCH_MX6 24 help 25 bootaux [addr] to boot auxiliary core. 26 27config USE_IMXIMG_PLUGIN 28 bool "Use imximage plugin code" 29 depends on ARCH_MX7 || ARCH_MX6 30 help 31 i.MX6/7 supports DCD and Plugin. Enable this configuration 32 to use Plugin, otherwise DCD will be used. 33 34config SECURE_BOOT 35 bool "Support i.MX HAB features" 36 depends on ARCH_MX7 || ARCH_MX6 || ARCH_MX5 37 select FSL_CAAM if HAS_CAAM 38 imply CMD_DEKBLOB 39 help 40 This option enables the support for secure boot (HAB). 41 See doc/README.mxc_hab for more details. 42 43config CMD_BMODE 44 bool "Support the 'bmode' command" 45 default y 46 depends on ARCH_MX7 || ARCH_MX6 || ARCH_MX5 47 help 48 This enables the 'bmode' (bootmode) command for forcing 49 a boot from specific media. 50 51 This is useful for forcing the ROM's usb downloader to 52 activate upon a watchdog reset which is nice when iterating 53 on U-Boot. Using the reset button or running bmode normal 54 will set it back to normal. This command currently 55 supports i.MX53 and i.MX6. 56 57config CMD_DEKBLOB 58 bool "Support the 'dek_blob' command" 59 help 60 This enables the 'dek_blob' command which is used with the 61 Freescale secure boot mechanism. This command encapsulates and 62 creates a blob of data. See also CMD_BLOB and doc/README.mxc_hab for 63 more information. 64 65config CMD_HDMIDETECT 66 bool "Support the 'hdmidet' command" 67 help 68 This enables the 'hdmidet' command which detects if an HDMI monitor 69 is connected. 70 71config NXP_BOARD_REVISION 72 bool "Read NXP board revision from fuses" 73 depends on ARCH_MX6 || ARCH_MX7 74 help 75 NXP boards based on i.MX6/7 contain the board revision information 76 stored in the fuses. Select this option if you want to be able to 77 retrieve the board revision information. 78