summaryrefslogtreecommitdiffstats
path: root/drivers/usb/core/Kconfig
diff options
context:
space:
mode:
authorAlan Stern2008-02-25 17:43:32 +0100
committerGreg Kroah-Hartman2008-03-04 23:57:43 +0100
commitc2c8d1fdadda4abc90efdb7176f44cb903634511 (patch)
treeb049a482d1e06a92ef9a5c389010ffe2f1ee7467 /drivers/usb/core/Kconfig
parentusb: Add support for the mos7820/7840-based B&B USB/RS485 converter to mos7840.c (diff)
downloadkernel-qcow2-linux-c2c8d1fdadda4abc90efdb7176f44cb903634511.tar.gz
kernel-qcow2-linux-c2c8d1fdadda4abc90efdb7176f44cb903634511.tar.xz
kernel-qcow2-linux-c2c8d1fdadda4abc90efdb7176f44cb903634511.zip
USB: update Kconfig entry for USB_SUSPEND
This patch (as1039) updates the Kconfig entry for USB_SUSPEND. The out-of-date reference to "power/state" is fixed, autosuspend is mentioned, and the dependency on EXPERIMENTAL is removed. Signed-off-by: Alan Stern <stern@rowland.harvard.edu> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/usb/core/Kconfig')
-rw-r--r--drivers/usb/core/Kconfig9
1 files changed, 5 insertions, 4 deletions
diff --git a/drivers/usb/core/Kconfig b/drivers/usb/core/Kconfig
index 5c33cdb9cac7..a2b0aa48b8ea 100644
--- a/drivers/usb/core/Kconfig
+++ b/drivers/usb/core/Kconfig
@@ -87,12 +87,13 @@ config USB_DYNAMIC_MINORS
If you are unsure about this, say N here.
config USB_SUSPEND
- bool "USB selective suspend/resume and wakeup (EXPERIMENTAL)"
- depends on USB && PM && EXPERIMENTAL
+ bool "USB selective suspend/resume and wakeup"
+ depends on USB && PM
help
If you say Y here, you can use driver calls or the sysfs
- "power/state" file to suspend or resume individual USB
- peripherals.
+ "power/level" file to suspend or resume individual USB
+ peripherals and to enable or disable autosuspend (see
+ Documentation/usb/power-management.txt for more details).
Also, USB "remote wakeup" signaling is supported, whereby some
USB devices (like keyboards and network adapters) can wake up