From d212a08b1cf7ce508a4d9c2febdddba397ff4676 Mon Sep 17 00:00:00 2001 From: nbd Date: Tue, 8 Nov 2011 00:32:57 +0000 Subject: 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 --- Config.in | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Config.in') diff --git a/Config.in b/Config.in index 331219a33..f46781866 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 -- cgit v1.2.3