]> git.sur5r.net Git - u-boot/blob - arch/arm/imx-common/Kconfig
arm: imx-common: introduce back usec2ticks
[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 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.