diff options
author | Fabio Estevam <fabio.estevam@freescale.com> | 2013-10-09 23:40:27 (GMT) |
---|---|---|
committer | Shawn Guo <shawn.guo@linaro.org> | 2013-10-21 01:37:30 (GMT) |
commit | 85920f3960fbc9e8f63b61ac13cb4d3d44c56a17 (patch) | |
tree | c443c2aee2586570e4030bd3acf75b2d19252982 /arch | |
parent | 94425a1916dfef0d1511bfb75d305a7aca1c0102 (diff) | |
download | linux-85920f3960fbc9e8f63b61ac13cb4d3d44c56a17.tar.xz |
ARM: imx_v6_v7_defconfig: Select CONFIG_PROVE_LOCKING
This is very useful for detecting 'circular locking dependency' issues.
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/configs/imx_v6_v7_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/configs/imx_v6_v7_defconfig b/arch/arm/configs/imx_v6_v7_defconfig index 7e4b176..8d0c5a0 100644 --- a/arch/arm/configs/imx_v6_v7_defconfig +++ b/arch/arm/configs/imx_v6_v7_defconfig @@ -270,6 +270,7 @@ CONFIG_NLS_ISO8859_15=m CONFIG_NLS_UTF8=y CONFIG_MAGIC_SYSRQ=y # CONFIG_SCHED_DEBUG is not set +CONFIG_PROVE_LOCKING=y # CONFIG_DEBUG_BUGVERBOSE is not set # CONFIG_FTRACE is not set # CONFIG_ARM_UNWIND is not set |