diff options
| author | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2014-12-12 18:44:04 -0500 |
|---|---|---|
| committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2014-12-12 18:44:04 -0500 |
| commit | 1b3e3aa6c5c7a86ae09459f5734283b991dd7939 (patch) | |
| tree | 1abff2108fef3589053ff1eaf7169897675cc496 /drivers/usb/storage | |
| parent | bf7c5449e6240c510df5fafcffd8b7bfd9f8e831 (diff) | |
PM / Kconfig: Replace PM_RUNTIME with PM in dependencies
After commit b2b49ccbdd54 (PM: Kconfig: Set PM_RUNTIME if PM_SLEEP is
selected) PM_RUNTIME is always set if PM is set, so Kconfig options
depending on CONFIG_PM_RUNTIME may now be changed to depend on
CONFIG_PM.
Replace PM_RUNTIME with PM in Kconfig dependencies throughout the
tree.
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Acked-by: Felipe Balbi <balbi@ti.com>
Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Acked-by: Tejun Heo <tj@kernel.org>
Diffstat (limited to 'drivers/usb/storage')
| -rw-r--r-- | drivers/usb/storage/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/storage/Kconfig b/drivers/usb/storage/Kconfig index 715f299af6ea..ec84758f0e23 100644 --- a/drivers/usb/storage/Kconfig +++ b/drivers/usb/storage/Kconfig | |||
| @@ -41,7 +41,7 @@ config USB_STORAGE_REALTEK | |||
| 41 | 41 | ||
| 42 | config REALTEK_AUTOPM | 42 | config REALTEK_AUTOPM |
| 43 | bool "Realtek Card Reader autosuspend support" | 43 | bool "Realtek Card Reader autosuspend support" |
| 44 | depends on USB_STORAGE_REALTEK && PM_RUNTIME | 44 | depends on USB_STORAGE_REALTEK && PM |
| 45 | default y | 45 | default y |
| 46 | 46 | ||
| 47 | config USB_STORAGE_DATAFAB | 47 | config USB_STORAGE_DATAFAB |
