diff options
author | Waldemar Brodkorb <mail@waldemar-brodkorb.de> | 2012-10-16 14:38:52 +0200 |
---|---|---|
committer | Waldemar Brodkorb <mail@waldemar-brodkorb.de> | 2012-10-16 14:38:52 +0200 |
commit | 33fa59cbaf7f18764478ddf08cdc53033b85ebf8 (patch) | |
tree | 03165e32b69e43d15d17dc43cf8e77debc384f83 /target/linux/config/Config.in.debug | |
parent | a5efe587c441dadfefd5f93ef07f5db612f6e2ab (diff) | |
parent | a35c46cfcba1703c4d27d2bb0a91a88b179ad88d (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'target/linux/config/Config.in.debug')
-rw-r--r-- | target/linux/config/Config.in.debug | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/target/linux/config/Config.in.debug b/target/linux/config/Config.in.debug index 6bf4ce0c6..50c173321 100644 --- a/target/linux/config/Config.in.debug +++ b/target/linux/config/Config.in.debug @@ -59,12 +59,18 @@ config ADK_KERNEL_MAGIC_SYSRQ config ADK_KERNEL_DEBUG_FS prompt "Debug Filesystem" boolean - default y + default n help debugfs is a virtual file system that kernel developers use to put debugging files into. Enable this option to be able to read and write to these files. +config ADK_KERNEL_DEBUG_INFO + prompt "Debug info" + boolean + default n + help + config ADK_KERNEL_DEBUG_WITH_KGDB prompt "Enable remote kernel debugging using KGDB" boolean |