ARM: exynos_defconfig: Enable locking test options
authorKrzysztof Kozlowski <krzk@kernel.org>
Wed, 21 Jun 2017 19:16:59 +0000 (21:16 +0200)
committerKrzysztof Kozlowski <krzk@kernel.org>
Tue, 18 Jul 2017 15:58:46 +0000 (17:58 +0200)
commit57ee24144e57b762dc46f171e1f138ccfc464867
tree658b01c425614e5078600c4f4bb3f1e184d49300
parent301c129b4155d53882230d232496f1c789dcbe53
ARM: exynos_defconfig: Enable locking test options

exynos_defconfig, beside serving as a reference config for Exynos-based
devices, is used by developers during regular development work.
Enabling options responsible for locking tests allows to discover bugs
in drivers and mach code earlier.

This enables:
1. Detection of sleeping in atomic sections (DEBUG_ATOMIC_SLEEP),
2. Full lockdep (DEBUG_LOCK_ALLOC and PROVE_LOCKING which makes other
   lock debug entries unneeded),
3. Detection of soft, kernel lockups (SOFTLOCKUP_DETECTOR).

Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
Reviewed-by: Anand Moon <linux.amoon@gmail.com>
arch/arm/configs/exynos_defconfig