Initial commit
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
# Enable all kinds of kernel debug features
|
||||
CONFIG_DEBUG_KERNEL=y
|
||||
CONFIG_DYNAMIC_DEBUG=y
|
||||
CONFIG_DEBUG_FS=y
|
||||
# Turn off DEBUG_INFO to compress image size.
|
||||
CONFIG_DEBUG_INFO=n
|
||||
CONFIG_FUNCTION_TRACER=y
|
||||
CONFIG_FUNCTION_GRAPH_TRACER=y
|
||||
CONFIG_STACK_TRACER=y
|
||||
CONFIG_DYNAMIC_FTRACE=y
|
||||
CONFIG_TEST_LOCKUP=y
|
||||
|
||||
# We want to allow for sysrqs over the console
|
||||
CONFIG_MAGIC_SYSRQ=y
|
||||
CONFIG_MAGIC_SYSRQ_SERIAL=y
|
||||
CONFIG_MAGIC_SYSRQ_DEFAULT_ENABLE=0x1
|
||||
Reference in New Issue
Block a user