diff options
author | Waldemar Brodkorb <mail@waldemar-brodkorb.de> | 2012-10-14 12:51:11 +0200 |
---|---|---|
committer | Waldemar Brodkorb <mail@waldemar-brodkorb.de> | 2012-10-14 12:51:11 +0200 |
commit | 1472c499c814bf037a4ebc167fccf4b4cc3ff514 (patch) | |
tree | 8822bf1b161027c864d6dfd39d84ca07fa4c24f4 /target | |
parent | bb3a6fafce7abf1f1b3a95c4cf767b76a32621a0 (diff) |
no default for debugsfs, add option for debug info
Diffstat (limited to 'target')
-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 |