diff options
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 |