summaryrefslogtreecommitdiff
path: root/arch/arm/imx-common/Kconfig
diff options
context:
space:
mode:
authorPeng Fan <peng.fan@nxp.com>2016-01-28 08:55:00 (GMT)
committerStefano Babic <sbabic@denx.de>2016-02-21 10:46:26 (GMT)
commitde09c43bbfeeae767a8561d2810df55675e8b1a4 (patch)
tree08ff1546c0cd20560b52e1173f8e6a5655f0dfad /arch/arm/imx-common/Kconfig
parent613e01065a17e17af9b6ab5b41c976a03990cc1a (diff)
downloadu-boot-fsl-qoriq-de09c43bbfeeae767a8561d2810df55675e8b1a4.tar.xz
imx: imx-common: introduce Resource Domain Controller support
Introduce Resource Domain Controller support for i.MX. Now i.MX6SX and i.MX7D supports this feature to assign masters and peripherals to different domains. Signed-off-by: Ye.Li <ye.li@nxp.com> Signed-off-by: Peng Fan <peng.fan@nxp.com>
Diffstat (limited to 'arch/arm/imx-common/Kconfig')
-rw-r--r--arch/arm/imx-common/Kconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/imx-common/Kconfig b/arch/arm/imx-common/Kconfig
index 229623922..c4f48bb 100644
--- a/arch/arm/imx-common/Kconfig
+++ b/arch/arm/imx-common/Kconfig
@@ -3,3 +3,11 @@ config IMX_CONFIG
config ROM_UNIFIED_SECTIONS
bool
+
+config IMX_RDC
+ bool "i.MX Resource domain controller driver"
+ depends on ARCH_MX6 || ARCH_MX7
+ help
+ i.MX Resource domain controller is used to assign masters
+ and peripherals to differet domains. This can be used to
+ isolate resources.