]> err.no Git - linux-2.6/blobdiff - drivers/usb/storage/Kconfig
[PATCH] USB: drivers/usb/storage/libusual
[linux-2.6] / drivers / usb / storage / Kconfig
index c41d64dbb0f0ec39d50901ffe771715b31a62a48..bdfcb95d9c1281667e3f650e123002aeea14ae67 100644 (file)
@@ -124,3 +124,17 @@ config USB_STORAGE_ONETOUCH
          hard drive's as an input device. An action can be associated with
          this input in any keybinding software. (e.g. gnome's keyboard short-
          cuts)
+
+config USB_LIBUSUAL
+       bool "The shared table of common (or usual) storage devices"
+       depends on USB
+       help
+         This module contains a table of common (or usual) devices
+         for usb-storage and ub drivers, and allows to switch binding
+         of these devices without rebuilding modules.
+
+         Typical syntax of /etc/modprobe.conf is:
+
+               options libusual bias="ub"
+
+         If unsure, say N.