summaryrefslogtreecommitdiff
path: root/drivers/staging/usbip/Kconfig
diff options
context:
space:
mode:
authormatt mooney <mfmooney@gmail.com>2011-05-11 01:54:13 -0700
committerGreg Kroah-Hartman <gregkh@suse.de>2011-05-11 14:06:51 -0700
commit981f30cc9b93fbf1f722f31276ddb19b95a30ddd (patch)
tree6695074aa98b1d4f88c426329d6f455ce2c9f7b8 /drivers/staging/usbip/Kconfig
parent0c4ac072b3f5e1287a11f109ca0cc9c909d74919 (diff)
staging: usbip: change debug configuration option
Change CONFIG_USB_IP_DEBUG_ENABLE to CONFIG_USB_IP_DEBUG, and move ccflags- to the head of the makefile. Signed-off-by: matt mooney <mfm@muteddisk.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/usbip/Kconfig')
-rw-r--r--drivers/staging/usbip/Kconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/staging/usbip/Kconfig b/drivers/staging/usbip/Kconfig
index 2c1d10acb8b5..466f0d3ca7fa 100644
--- a/drivers/staging/usbip/Kconfig
+++ b/drivers/staging/usbip/Kconfig
@@ -35,8 +35,8 @@ 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"
+config USB_IP_DEBUG
+ bool "USB/IP debug messages"
depends on USB_IP_COMMON
default N
---help---