blob: 81ab1256ec38a88956eb76a44c3c9c0081ffbdb7 [file] [log] [blame]
Boris BREZILLONa05a6042015-03-04 13:13:04 +01001config IMX_CONFIG
2 string
Adrian Alonsoa89729c2015-10-12 13:48:09 -05003
4config ROM_UNIFIED_SECTIONS
5 bool
Peng Fande09c432016-01-28 16:55:00 +08006
7config IMX_RDC
8 bool "i.MX Resource domain controller driver"
9 depends on ARCH_MX6 || ARCH_MX7
10 help
11 i.MX Resource domain controller is used to assign masters
12 and peripherals to differet domains. This can be used to
13 isolate resources.
Peng Fan6f6058b2016-01-28 16:55:04 +080014
15config IMX_BOOTAUX
16 bool "Support boot auxiliary core"
17 depends on ARCH_MX7 || ARCH_MX6
18 help
19 bootaux [addr] to boot auxiliary core.
Gary Bisson6e1f4d22016-08-25 19:03:16 +020020
Peng Fan8b62d542016-10-11 14:29:12 +080021config USE_IMXIMG_PLUGIN
22 bool "Use imximage plugin code"
23 depends on ARCH_MX7 || ARCH_MX6
24 help
25 i.MX6/7 supports DCD and Plugin. Enable this configuration
26 to use Plugin, otherwise DCD will be used.
27
Gary Bisson6e1f4d22016-08-25 19:03:16 +020028config SECURE_BOOT
29 bool "Support i.MX HAB features"
30 depends on ARCH_MX7 || ARCH_MX6 || ARCH_MX5
Tom Rini28522672017-03-01 16:51:58 -050031 select FSL_CAAM
Simon Glassd569c952017-04-26 22:28:06 -060032 imply CMD_DEKBLOB
Gary Bisson6e1f4d22016-08-25 19:03:16 +020033 help
34 This option enables the support for secure boot (HAB).
35 See doc/README.mxc_hab for more details.
Simon Glass218257b2017-04-26 22:27:54 -060036
37config CMD_BMODE
38 bool "Support the 'bmode' command"
39 default y
40 depends on ARCH_MX7 || ARCH_MX6 || ARCH_MX5
41 help
42 This enables the 'bmode' (bootmode) command for forcing
43 a boot from specific media.
44
45 This is useful for forcing the ROM's usb downloader to
46 activate upon a watchdog reset which is nice when iterating
47 on U-Boot. Using the reset button or running bmode normal
48 will set it back to normal. This command currently
49 supports i.MX53 and i.MX6.
Simon Glassd569c952017-04-26 22:28:06 -060050
51config CMD_DEKBLOB
52 bool "Support the 'dek_blob' command"
53 help
54 This enables the 'dek_blob' command which is used with the
55 Freescale secure boot mechanism. This command encapsulates and
56 creates a blob of data. See also CMD_BLOB and doc/README.mxc_hab for
57 more information.
Simon Glass7a01f3c2017-05-17 03:25:28 -060058
59config CMD_HDMIDETECT
60 bool "Support the 'hdmidet' command"
61 help
62 This enables the 'hdmidet' command which detects if an HDMI monitor
63 is connected.
Fabio Estevam4555c262017-11-27 10:25:09 -020064
65config NXP_BOARD_REVISION
66 bool "Read NXP board revision from fuses"
67 depends on ARCH_MX6 || ARCH_MX7
68 help
69 NXP boards based on i.MX6/7 contain the board revision information
70 stored in the fuses. Select this option if you want to be able to
71 retrieve the board revision information.