diff options
author | Fabio Estevam <fabio.estevam@freescale.com> | 2013-10-09 19:40:27 -0400 |
---|---|---|
committer | Shawn Guo <shawn.guo@linaro.org> | 2013-10-20 21:37:30 -0400 |
commit | 85920f3960fbc9e8f63b61ac13cb4d3d44c56a17 (patch) | |
tree | c443c2aee2586570e4030bd3acf75b2d19252982 /arch/arm/configs | |
parent | 94425a1916dfef0d1511bfb75d305a7aca1c0102 (diff) |
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/arm/configs')
-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 7e4b17618078..8d0c5a018ed7 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 | |||
270 | CONFIG_NLS_UTF8=y | 270 | CONFIG_NLS_UTF8=y |
271 | CONFIG_MAGIC_SYSRQ=y | 271 | CONFIG_MAGIC_SYSRQ=y |
272 | # CONFIG_SCHED_DEBUG is not set | 272 | # CONFIG_SCHED_DEBUG is not set |
273 | CONFIG_PROVE_LOCKING=y | ||
273 | # CONFIG_DEBUG_BUGVERBOSE is not set | 274 | # CONFIG_DEBUG_BUGVERBOSE is not set |
274 | # CONFIG_FTRACE is not set | 275 | # CONFIG_FTRACE is not set |
275 | # CONFIG_ARM_UNWIND is not set | 276 | # CONFIG_ARM_UNWIND is not set |