diff options
Diffstat (limited to 'drivers/usb/storage/Kconfig')
-rw-r--r-- | drivers/usb/storage/Kconfig | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/drivers/usb/storage/Kconfig b/drivers/usb/storage/Kconfig index c41d64dbb0f0..bdfcb95d9c12 100644 --- a/drivers/usb/storage/Kconfig +++ b/drivers/usb/storage/Kconfig | |||
@@ -124,3 +124,17 @@ config USB_STORAGE_ONETOUCH | |||
124 | hard drive's as an input device. An action can be associated with | 124 | hard drive's as an input device. An action can be associated with |
125 | this input in any keybinding software. (e.g. gnome's keyboard short- | 125 | this input in any keybinding software. (e.g. gnome's keyboard short- |
126 | cuts) | 126 | cuts) |
127 | |||
128 | config USB_LIBUSUAL | ||
129 | bool "The shared table of common (or usual) storage devices" | ||
130 | depends on USB | ||
131 | help | ||
132 | This module contains a table of common (or usual) devices | ||
133 | for usb-storage and ub drivers, and allows to switch binding | ||
134 | of these devices without rebuilding modules. | ||
135 | |||
136 | Typical syntax of /etc/modprobe.conf is: | ||
137 | |||
138 | options libusual bias="ub" | ||
139 | |||
140 | If unsure, say N. | ||