summaryrefslogtreecommitdiff
path: root/drivers/staging/usbip/Kconfig
diff options
context:
space:
mode:
authorHimanshu <himanshu@symmetricore.com>2010-01-23 17:52:02 +0530
committerGreg Kroah-Hartman <gregkh@suse.de>2010-03-03 16:42:52 -0800
commit411a861fc4f92cf0f5039928b448dcc7ca31d423 (patch)
treed777e847a9a1b2b8f7209f48cda0f87ab1ab801d /drivers/staging/usbip/Kconfig
parenta439f5bff51d3e0c93d61ee6886b9dbf29a03da9 (diff)
Staging: usbip: Seperate usbip config debug from CONFIG_USB_DEBUG
Signed-off-by: Himanshu <himanshu@symmetricore.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/usbip/Kconfig')
-rw-r--r--drivers/staging/usbip/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/staging/usbip/Kconfig b/drivers/staging/usbip/Kconfig
index 350d5d65ccf3..2c1d10acb8b5 100644
--- a/drivers/staging/usbip/Kconfig
+++ b/drivers/staging/usbip/Kconfig
@@ -34,3 +34,10 @@ config USB_IP_HOST
To compile this driver as a module, choose M here: the
module will be called usbip.
+
+config USB_IP_DEBUG_ENABLE
+ bool "USB-IP Debug Enable"
+ depends on USB_IP_COMMON
+ default N
+ ---help---
+ This enables the debug messages from the USB-IP drivers.