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 /target/linux/generic/config-2.6.38 | |
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 'target/linux/generic/config-2.6.38')
-rw-r--r-- | target/linux/generic/config-2.6.38 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/generic/config-2.6.38 b/target/linux/generic/config-2.6.38 index 19bd30f4e5..f6002c24b4 100644 --- a/target/linux/generic/config-2.6.38 +++ b/target/linux/generic/config-2.6.38 @@ -501,6 +501,7 @@ CONFIG_DEBUG_INFO_REDUCED=y # CONFIG_DEBUG_KOBJECT is not set # CONFIG_DEBUG_LIST is not set # CONFIG_DEBUG_LL is not set +# CONFIG_DEBUG_LOCKDEP is not set # CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set # CONFIG_DEBUG_LOCK_ALLOC is not set # CONFIG_DEBUG_MEMORY_INIT is not set @@ -1906,6 +1907,7 @@ CONFIG_PROC_FS=y CONFIG_PROC_SYSCTL=y # CONFIG_PROFILING is not set # CONFIG_PROVE_LOCKING is not set +# CONFIG_PROVE_RCU is not set # CONFIG_QLA3XXX is not set # CONFIG_QLCNIC is not set # CONFIG_QNX4FS_FS is not set |