summaryrefslogtreecommitdiff
path: root/target/linux/config/Config.in.debug
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-04-28 15:41:19 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2014-04-28 15:41:19 +0200
commitb45f80c903c6610d371dbebb37b08535f687c5ae (patch)
tree6bf92fd838232ce42a13b6b918f328038068b444 /target/linux/config/Config.in.debug
parent22c51bbe8cfee2efc786e6ed5bb91ee469d072ec (diff)
remove dot stuff for kernel symbols
Diffstat (limited to 'target/linux/config/Config.in.debug')
-rw-r--r--target/linux/config/Config.in.debug8
1 files changed, 4 insertions, 4 deletions
diff --git a/target/linux/config/Config.in.debug b/target/linux/config/Config.in.debug
index a1c7ae6c9..7b867f62c 100644
--- a/target/linux/config/Config.in.debug
+++ b/target/linux/config/Config.in.debug
@@ -48,14 +48,14 @@ config ADK_KERNEL_PRINTK_TIME
bootup performance.
config ADK_KERNEL_BUG
- prompt "Enable BUGS() in the kernel"
+ prompt "Enable BUGS()"
boolean
default n
help
Enable if you need BUGS() in the kernel.
config ADK_KERNEL_NETCONSOLE
- prompt "Netconsole"
+ prompt "Netconsole support"
boolean
default n
help
@@ -116,7 +116,7 @@ config ADK_KERNEL_DEBUG_WITH_KGDB
default n
config ADK_KPACKAGE_KMOD_OPROFILE
- prompt "kernel support for oprofile"
+ prompt "Oprofile support"
tristate
select ADK_KERNEL_PROFILING
depends on !ADK_LINUX_M68K
@@ -125,7 +125,7 @@ config ADK_KPACKAGE_KMOD_OPROFILE
use oprofile package to make use of the kernel support.
config ADK_KERNEL_KALLSYMS
- prompt "kernel support for symbol names in oops"
+ prompt "Support for symbol names in OOPS"
boolean
default n
help