From 1472c499c814bf037a4ebc167fccf4b4cc3ff514 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sun, 14 Oct 2012 12:51:11 +0200 Subject: no default for debugsfs, add option for debug info --- target/linux/config/Config.in.debug | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'target/linux/config/Config.in.debug') 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 -- cgit v1.2.3