blob: 1a09a2c227734ef081787bb3964cd8416be12f13 [file] [log] [blame]
Boris BREZILLON6b9b9a02015-03-04 13:13:04 +01001config IMX_CONFIG
2 string
Adrian Alonso994d9cf2015-10-12 13:48:09 -05003
4config ROM_UNIFIED_SECTIONS
5 bool
Peng Fan1b64ffa2016-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 Fanfcabb6d2016-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 Bissonf702c1d2016-08-25 19:03:16 +020020
21config SECURE_BOOT
22 bool "Support i.MX HAB features"
23 depends on ARCH_MX7 || ARCH_MX6 || ARCH_MX5
24 help
25 This option enables the support for secure boot (HAB).
26 See doc/README.mxc_hab for more details.