kernel: add a top level menuconfig option for enabling lockdep
[openwrt/openwrt.git] / Config.in
index 331219a335626e648dd92e319c8d040ff8574329..f46781866e1267045329a7b5ff7b21b1e28772cd 100644 (file)
--- 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