summaryrefslogtreecommitdiffstats
path: root/recipes-kernel/linux/config/xilinx-common/features/debug/debug-dyndbg.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-kernel/linux/config/xilinx-common/features/debug/debug-dyndbg.cfg')
-rw-r--r--recipes-kernel/linux/config/xilinx-common/features/debug/debug-dyndbg.cfg11
1 files changed, 0 insertions, 11 deletions
diff --git a/recipes-kernel/linux/config/xilinx-common/features/debug/debug-dyndbg.cfg b/recipes-kernel/linux/config/xilinx-common/features/debug/debug-dyndbg.cfg
deleted file mode 100644
index cd5b0f5a..00000000
--- a/recipes-kernel/linux/config/xilinx-common/features/debug/debug-dyndbg.cfg
+++ /dev/null
@@ -1,11 +0,0 @@
1# This config fragment enables dynamic debug printk messages. Use this to debug
2# various modules/files in the kernel without needing to #define DEBUG.
3#
4# Can be enabled with bootargs. e.g report all driver debug messages, this is
5# very useful for debugging device probing during boot:
6#
7# debug dyndbg="file drivers/of/dd.c +pm"
8#
9
10CONFIG_DYNAMIC_DEBUG=y
11