summaryrefslogtreecommitdiff
path: root/arch/arm/imx-common/Kconfig
diff options
context:
space:
mode:
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 6e91c7c..c75a38e 100644
--- a/arch/arm/imx-common/Kconfig
+++ b/arch/arm/imx-common/Kconfig
@@ -39,3 +39,11 @@ config SECURE_BOOT
help
This option enables the support for secure boot (HAB).
See doc/README.mxc_hab for more details.
+
+config DBG_MONITOR
+ bool "Enable the AXI debug monitor"
+ depends on ARCH_MX6 || ARCH_MX7
+ help
+ This option enables the debug monitor which prints out last
+ failed AXI access info when system reboot is caused by AXI
+ access failure.