diff options
author | Felix Fietkau <nbd@openwrt.org> | 2011-11-08 00:32:57 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2011-11-08 00:32:57 +0000 |
commit | b06efd636a7b5e804e2f0d427d0438da0a237eda (patch) | |
tree | 54616bfab0084e742088170e5e30251bedfcf092 /Config.in | |
parent | 75e186832a099b0844c697738e1174a7d882c9f6 (diff) | |
download | upstream-b06efd636a7b5e804e2f0d427d0438da0a237eda.tar.gz upstream-b06efd636a7b5e804e2f0d427d0438da0a237eda.tar.bz2 upstream-b06efd636a7b5e804e2f0d427d0438da0a237eda.zip |
kernel: add a top level menuconfig option for enabling lockdep
SVN-Revision: 28848
Diffstat (limited to 'Config.in')
-rw-r--r-- | Config.in | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 |