]> git.sur5r.net Git - u-boot/blob - arch/arm/imx-common/Kconfig
5eb3ba014160e2ed0acacf8d41735eabfb19adf7
[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.
35
36 config CMD_BMODE
37         bool "Support the 'bmode' command"
38         default y
39         depends on ARCH_MX7 || ARCH_MX6 || ARCH_MX5
40         help
41           This enables the 'bmode' (bootmode) command for forcing
42           a boot from specific media.
43
44           This is useful for forcing the ROM's usb downloader to
45           activate upon a watchdog reset which is nice when iterating
46           on U-Boot.  Using the reset button or running bmode normal
47           will set it back to normal.  This command currently
48           supports i.MX53 and i.MX6.