diff options
Diffstat (limited to 'drivers/usb/core/Kconfig')
| -rw-r--r-- | drivers/usb/core/Kconfig | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/drivers/usb/core/Kconfig b/drivers/usb/core/Kconfig index 1a9ff6184943..ff03184da403 100644 --- a/drivers/usb/core/Kconfig +++ b/drivers/usb/core/Kconfig | |||
| @@ -61,14 +61,17 @@ config USB_DYNAMIC_MINORS | |||
| 61 | If you are unsure about this, say N here. | 61 | If you are unsure about this, say N here. |
| 62 | 62 | ||
| 63 | config USB_SUSPEND | 63 | config USB_SUSPEND |
| 64 | bool "USB suspend/resume (EXPERIMENTAL)" | 64 | bool "USB selective suspend/resume and wakeup (EXPERIMENTAL)" |
| 65 | depends on USB && PM && EXPERIMENTAL | 65 | depends on USB && PM && EXPERIMENTAL |
| 66 | help | 66 | help |
| 67 | If you say Y here, you can use driver calls or the sysfs | 67 | If you say Y here, you can use driver calls or the sysfs |
| 68 | "power/state" file to suspend or resume individual USB | 68 | "power/state" file to suspend or resume individual USB |
| 69 | peripherals. There are many related features, such as | 69 | peripherals. |
| 70 | remote wakeup and driver-specific suspend processing, that | 70 | |
| 71 | may not yet work as expected. | 71 | Also, USB "remote wakeup" signaling is supported, whereby some |
| 72 | USB devices (like keyboards and network adapters) can wake up | ||
| 73 | their parent hub. That wakeup cascades up the USB tree, and | ||
| 74 | could wake the system from states like suspend-to-RAM. | ||
| 72 | 75 | ||
| 73 | If you are unsure about this, say N here. | 76 | If you are unsure about this, say N here. |
| 74 | 77 | ||
