Skip to content

Commit

Permalink
lib: disable some debug
Browse files Browse the repository at this point in the history
  • Loading branch information
dev-harsh1998 authored and mukul2259 committed Apr 10, 2020
1 parent 99a5edb commit f0ece6a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/Kconfig.debug
Original file line number Diff line number Diff line change
Expand Up @@ -632,6 +632,7 @@ config DEBUG_LOCK_ALLOC
select DEBUG_SPINLOCK
select DEBUG_MUTEXES
select LOCKDEP
default n
help
This feature will check whether any held lock (spinlock, rwlock,
mutex or rwsem) is incorrectly freed by the kernel, via any of the
Expand Down Expand Up @@ -690,6 +691,7 @@ config LOCKDEP
select FRAME_POINTER if !MIPS && !PPC && !ARM_UNWIND && !S390 && !MICROBLAZE
select KALLSYMS
select KALLSYMS_ALL
default n

config LOCK_STAT
bool "Lock usage statistics"
Expand Down

0 comments on commit f0ece6a

Please sign in to comment.