diff options
author | Vincent Palatin <vpalatin@chromium.org> | 2011-09-01 17:05:15 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2011-09-18 04:33:07 -0400 |
commit | 839f245f8f1e7d7efd7ba12a7d735f13e8293a2b (patch) | |
tree | c2440c39d52c9ccc6c32fd532401dd1b1231d115 /drivers/usb/storage | |
parent | 8582d86143c690c68cc42f996def466a035bee34 (diff) |
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/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 bedc4b9f2ac4..fe2d803a6347 100644 --- a/drivers/usb/storage/Kconfig +++ b/drivers/usb/storage/Kconfig | |||
@@ -42,7 +42,7 @@ config USB_STORAGE_REALTEK | |||
42 | 42 | ||
43 | config REALTEK_AUTOPM | 43 | config REALTEK_AUTOPM |
44 | bool "Realtek Card Reader autosuspend support" | 44 | bool "Realtek Card Reader autosuspend support" |
45 | depends on USB_STORAGE_REALTEK && CONFIG_PM_RUNTIME | 45 | depends on USB_STORAGE_REALTEK && PM_RUNTIME |
46 | default y | 46 | default y |
47 | 47 | ||
48 | config USB_STORAGE_DATAFAB | 48 | config USB_STORAGE_DATAFAB |