From d963b0c2769a65b39e4feb6046b01bbb82a99d98 Mon Sep 17 00:00:00 2001 From: Nicolas Dechesne Date: Fri, 27 May 2016 15:52:25 +0200 Subject: configs: add debug.config add debug.config which can be convenient to build a debug flavor of the kernel: make defconfig distro.config debug.config Signed-off-by: Nicolas Dechesne --- kernel/configs/debug.config | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'kernel/configs/debug.config') diff --git a/kernel/configs/debug.config b/kernel/configs/debug.config index e9ffb0cc1eec..63ca332cfcf5 100644 --- a/kernel/configs/debug.config +++ b/kernel/configs/debug.config @@ -103,3 +103,15 @@ CONFIG_BRANCH_PROFILE_NONE=y CONFIG_DYNAMIC_FTRACE=y CONFIG_FTRACE=y CONFIG_FUNCTION_TRACER=y +# +# Landing team defines +# +CONFIG_DEBUG_MUTEXES=y +CONFIG_DEBUG_SPINLOCK=y +CONFIG_DEBUG_PAGEALLOC=y +CONFIG_DEBUG_LOCK_ALLOC=y +CONFIG_SLUB_DEBUG=y +CONFIG_SLUB_DEBUG_ON=y +CONFIG_KASAN=y +CONFIG_USB_GADGET_DEBUG=y +CONFIG_USB_GADGET_DEBUG_FILES=y -- cgit v1.2.3