1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2025-04-21 12:27:27 +03:00

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
This commit is contained in:
nbd
2011-11-08 00:32:57 +00:00
parent ad906c1492
commit d212a08b1c
10 changed files with 24 additions and 0 deletions

View File

@@ -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