summaryrefslogtreecommitdiffstats
path: root/Config.in
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2011-11-08 00:32:57 +0000
committerFelix Fietkau <nbd@openwrt.org>2011-11-08 00:32:57 +0000
commitb06efd636a7b5e804e2f0d427d0438da0a237eda (patch)
tree54616bfab0084e742088170e5e30251bedfcf092 /Config.in
parent75e186832a099b0844c697738e1174a7d882c9f6 (diff)
downloadmaster-31e0f0ae-b06efd636a7b5e804e2f0d427d0438da0a237eda.tar.gz
master-31e0f0ae-b06efd636a7b5e804e2f0d427d0438da0a237eda.tar.bz2
master-31e0f0ae-b06efd636a7b5e804e2f0d427d0438da0a237eda.zip
kernel: add a top level menuconfig option for enabling lockdep
SVN-Revision: 28848
Diffstat (limited to 'Config.in')
-rw-r--r--Config.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/Config.in b/Config.in
index 331219a335..f46781866e 100644
--- a/Config.in
+++ b/Config.in
@@ -235,6 +235,11 @@ menu "Global build settings"
bool "Enable process core dump support"
default y
+ config KERNEL_PROVE_LOCKING
+ bool "Enable kernel lock checking"
+ select KERNEL_DEBUG_KERNEL
+ default n
+
comment "Package build options"
config DEBUG