diff options
author | Vincent Palatin <vpalatin@chromium.org> | 2011-09-01 14:05:15 -0700 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2011-11-11 09:42:35 -0800 |
commit | 336c01ce32fd06cc51f474c1a14781f535871ae3 (patch) | |
tree | 6ee632d24f926657d180f15ac94473f27c5880be /drivers | |
parent | 4bb9e14219c65d969fac4fd3fed2696a9cd483aa (diff) |
usb-storage: fix realtek cr configuration
commit 839f245f8f1e7d7efd7ba12a7d735f13e8293a2b upstream.
A typo in the configuration variable name prevents from activating the
USB autosuspend on the device.
Signed-off-by: Vincent Palatin <vpalatin@chromium.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers')
-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 bedc4b9f2ac4..fe2d803a6347 100644 --- a/drivers/usb/storage/Kconfig +++ b/drivers/usb/storage/Kconfig @@ -42,7 +42,7 @@ config USB_STORAGE_REALTEK config REALTEK_AUTOPM bool "Realtek Card Reader autosuspend support" - depends on USB_STORAGE_REALTEK && CONFIG_PM_RUNTIME + depends on USB_STORAGE_REALTEK && PM_RUNTIME default y config USB_STORAGE_DATAFAB |