aboutsummaryrefslogtreecommitdiffstats
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
commitbb2e9e6c5023bde56f0711242808493391e067c9 (patch)
tree40958373b1105aa867975e2eb6f95b54dc074623 /Config.in
parent18c25a83095297432ec988a77af508ea8a821d76 (diff)
downloadmaster-187ad058-bb2e9e6c5023bde56f0711242808493391e067c9.tar.gz
master-187ad058-bb2e9e6c5023bde56f0711242808493391e067c9.tar.bz2
master-187ad058-bb2e9e6c5023bde56f0711242808493391e067c9.zip
kernel: add a top level menuconfig option for enabling lockdep
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28848 3c298f89-4303-0410-b956-a3cf2f4a3e73
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