Boris BREZILLON | a05a604 | 2015-03-04 13:13:04 +0100 | [diff] [blame] | 1 | config IMX_CONFIG |
| 2 | string |
Adrian Alonso | a89729c | 2015-10-12 13:48:09 -0500 | [diff] [blame] | 3 | |
| 4 | config ROM_UNIFIED_SECTIONS |
| 5 | bool |
Peng Fan | de09c43 | 2016-01-28 16:55:00 +0800 | [diff] [blame] | 6 | |
| 7 | config 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 Fan | 6f6058b | 2016-01-28 16:55:04 +0800 | [diff] [blame] | 14 | |
| 15 | config 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 Bisson | 6e1f4d2 | 2016-08-25 19:03:16 +0200 | [diff] [blame] | 20 | |
Peng Fan | 8b62d54 | 2016-10-11 14:29:12 +0800 | [diff] [blame] | 21 | config 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 Bisson | 6e1f4d2 | 2016-08-25 19:03:16 +0200 | [diff] [blame] | 28 | config SECURE_BOOT |
| 29 | bool "Support i.MX HAB features" |
| 30 | depends on ARCH_MX7 || ARCH_MX6 || ARCH_MX5 |
| 31 | help |
| 32 | This option enables the support for secure boot (HAB). |
| 33 | See doc/README.mxc_hab for more details. |