Breno Lima | 52384b7 | 2017-11-27 21:09:00 -0200 | [diff] [blame] | 1 | config HAS_CAAM |
| 2 | bool |
| 3 | |
Boris BREZILLON | a05a604 | 2015-03-04 13:13:04 +0100 | [diff] [blame] | 4 | config IMX_CONFIG |
| 5 | string |
Adrian Alonso | a89729c | 2015-10-12 13:48:09 -0500 | [diff] [blame] | 6 | |
| 7 | config ROM_UNIFIED_SECTIONS |
| 8 | bool |
Peng Fan | de09c43 | 2016-01-28 16:55:00 +0800 | [diff] [blame] | 9 | |
Stefan Agner | 616aa55 | 2018-01-05 15:08:17 +0100 | [diff] [blame^] | 10 | config SYSCOUNTER_TIMER |
| 11 | bool |
| 12 | |
Peng Fan | de09c43 | 2016-01-28 16:55:00 +0800 | [diff] [blame] | 13 | config 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. |
Peng Fan | 6f6058b | 2016-01-28 16:55:04 +0800 | [diff] [blame] | 20 | |
| 21 | config IMX_BOOTAUX |
| 22 | bool "Support boot auxiliary core" |
| 23 | depends on ARCH_MX7 || ARCH_MX6 |
| 24 | help |
| 25 | bootaux [addr] to boot auxiliary core. |
Gary Bisson | 6e1f4d2 | 2016-08-25 19:03:16 +0200 | [diff] [blame] | 26 | |
Peng Fan | 8b62d54 | 2016-10-11 14:29:12 +0800 | [diff] [blame] | 27 | config 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 | |
Gary Bisson | 6e1f4d2 | 2016-08-25 19:03:16 +0200 | [diff] [blame] | 34 | config SECURE_BOOT |
| 35 | bool "Support i.MX HAB features" |
| 36 | depends on ARCH_MX7 || ARCH_MX6 || ARCH_MX5 |
Breno Lima | 52384b7 | 2017-11-27 21:09:00 -0200 | [diff] [blame] | 37 | select FSL_CAAM if HAS_CAAM |
Simon Glass | d569c95 | 2017-04-26 22:28:06 -0600 | [diff] [blame] | 38 | imply CMD_DEKBLOB |
Gary Bisson | 6e1f4d2 | 2016-08-25 19:03:16 +0200 | [diff] [blame] | 39 | help |
| 40 | This option enables the support for secure boot (HAB). |
| 41 | See doc/README.mxc_hab for more details. |
Simon Glass | 218257b | 2017-04-26 22:27:54 -0600 | [diff] [blame] | 42 | |
| 43 | config 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. |
Simon Glass | d569c95 | 2017-04-26 22:28:06 -0600 | [diff] [blame] | 56 | |
| 57 | config 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. |
Simon Glass | 7a01f3c | 2017-05-17 03:25:28 -0600 | [diff] [blame] | 64 | |
| 65 | config 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. |
Fabio Estevam | 4555c26 | 2017-11-27 10:25:09 -0200 | [diff] [blame] | 70 | |
| 71 | config 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. |