]> git.sur5r.net Git - u-boot/blob - arch/arm/imx-common/Kconfig
Merge branch 'pmic' of git://git.denx.de/u-boot-mmc
[u-boot] / arch / arm / imx-common / Kconfig
1 config IMX_CONFIG
2         string
3
4 config ROM_UNIFIED_SECTIONS
5         bool
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.
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.
20
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
28 config SECURE_BOOT
29         bool "Support i.MX HAB features"
30         depends on ARCH_MX7 || ARCH_MX6 || ARCH_MX5
31         select FSL_CAAM
32         help
33           This option enables the support for secure boot (HAB).
34           See doc/README.mxc_hab for more details.