summaryrefslogtreecommitdiffstats
path: root/drivers/staging/usbip
diff options
context:
space:
mode:
authorPaul Bolle2014-02-11 13:38:47 +0100
committerJiri Kosina2014-02-20 14:38:06 +0100
commitc7dcec7dd463907c451048b04f30d1870fe5cacc (patch)
tree0239b0d94995fdfdc1b8f41408d9bb364a8132ad /drivers/staging/usbip
parentuser_namespace.c: Remove duplicated word in comment (diff)
downloadkernel-qcow2-linux-c7dcec7dd463907c451048b04f30d1870fe5cacc.tar.gz
kernel-qcow2-linux-c7dcec7dd463907c451048b04f30d1870fe5cacc.tar.xz
kernel-qcow2-linux-c7dcec7dd463907c451048b04f30d1870fe5cacc.zip
Kconfig: Remove useless "default N" lines
A number of Kconfig entries default to (uppercase) "N". It was clearly intended to use "default n". But since (lowercase) "n" is the default anyway, these lines might as well be removed. Signed-off-by: Paul Bolle <pebolle@tiscali.nl> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/staging/usbip')
-rw-r--r--drivers/staging/usbip/Kconfig4
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/staging/usbip/Kconfig b/drivers/staging/usbip/Kconfig
index 886000980474..bd99e9e47e50 100644
--- a/drivers/staging/usbip/Kconfig
+++ b/drivers/staging/usbip/Kconfig
@@ -1,7 +1,6 @@
config USBIP_CORE
tristate "USB/IP support"
depends on USB && NET
- default N
---help---
This enables pushing USB packets over IP to allow remote
machines direct access to USB devices. It provides the
@@ -18,7 +17,6 @@ config USBIP_CORE
config USBIP_VHCI_HCD
tristate "VHCI hcd"
depends on USBIP_CORE
- default N
---help---
This enables the USB/IP virtual host controller driver,
which is run on the remote machine.
@@ -29,7 +27,6 @@ config USBIP_VHCI_HCD
config USBIP_HOST
tristate "Host driver"
depends on USBIP_CORE
- default N
---help---
This enables the USB/IP host driver, which is run on the
machine that is sharing the USB devices.
@@ -40,6 +37,5 @@ config USBIP_HOST
config USBIP_DEBUG
bool "Debug messages for USB/IP"
depends on USBIP_CORE
- default N
---help---
This enables the debug messages from the USB/IP drivers.