summaryrefslogtreecommitdiff
path: root/net/phonet/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'net/phonet/Kconfig')
-rw-r--r--net/phonet/Kconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/net/phonet/Kconfig b/net/phonet/Kconfig
index 6ec7d55b1769..dba14b02dd09 100644
--- a/net/phonet/Kconfig
+++ b/net/phonet/Kconfig
@@ -14,3 +14,12 @@ config PHONET
To compile this driver as a module, choose M here: the module
will be called phonet. If unsure, say N.
+
+
+if PHONET
+config PHONET_DEBUG
+ boolean "Debug support for PHONET drivers"
+ depends on DEBUG_KERNEL
+ help
+ Say "yes" to enable phonet debug messaging
+endif