summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorVincent Palatin <vpalatin@chromium.org>2011-09-01 21:05:15 (GMT)
committerGreg Kroah-Hartman <gregkh@suse.de>2011-09-18 08:33:07 (GMT)
commit839f245f8f1e7d7efd7ba12a7d735f13e8293a2b (patch)
treec2440c39d52c9ccc6c32fd532401dd1b1231d115 /drivers
parent8582d86143c690c68cc42f996def466a035bee34 (diff)
downloadlinux-fsl-qoriq-839f245f8f1e7d7efd7ba12a7d735f13e8293a2b.tar.xz
usb-storage: fix realtek cr configuration
A typo in the configuration variable name prevents from activating the USB autosuspend on the device. Signed-off-by: Vincent Palatin <vpalatin@chromium.org> Cc: stable <stable@kernel.org> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/usb/storage/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/storage/Kconfig b/drivers/usb/storage/Kconfig
index bedc4b9..fe2d803 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