瀏覽代碼

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>
Alan Stern 17 年之前
父節點
當前提交
c2c8d1fdad
共有 1 個文件被更改,包括 5 次插入4 次删除
  1. 5 4
      drivers/usb/core/Kconfig

+ 5 - 4
drivers/usb/core/Kconfig

@@ -87,12 +87,13 @@ config USB_DYNAMIC_MINORS
 	  If you are unsure about this, say N here.
 	  If you are unsure about this, say N here.
 
 
 config USB_SUSPEND
 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
 	help
 	  If you say Y here, you can use driver calls or the sysfs
 	  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
 	  Also, USB "remote wakeup" signaling is supported, whereby some
 	  USB devices (like keyboards and network adapters) can wake up
 	  USB devices (like keyboards and network adapters) can wake up