usb-storage: fix realtek cr configuration
authorVincent Palatin <vpalatin@chromium.org>
Thu, 1 Sep 2011 21:05:15 +0000 (14:05 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Sun, 18 Sep 2011 08:33:07 +0000 (01:33 -0700)
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>
drivers/usb/storage/Kconfig

index bedc4b9..fe2d803 100644 (file)
@@ -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