diff options
Diffstat (limited to 'drivers/usb/storage/Kconfig')
-rw-r--r-- | drivers/usb/storage/Kconfig | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/drivers/usb/storage/Kconfig b/drivers/usb/storage/Kconfig index f1f1c0608c22..bb9819cc8826 100644 --- a/drivers/usb/storage/Kconfig +++ b/drivers/usb/storage/Kconfig | |||
@@ -111,3 +111,15 @@ config USB_STORAGE_JUMPSHOT | |||
111 | Say Y here to include additional code to support the Lexar Jumpshot | 111 | Say Y here to include additional code to support the Lexar Jumpshot |
112 | USB CompactFlash reader. | 112 | USB CompactFlash reader. |
113 | 113 | ||
114 | |||
115 | config USB_STORAGE_ONETOUCH | ||
116 | bool "Support OneTouch Button on Maxtor Hard Drives (EXPERIMENTAL)" | ||
117 | depends on USB_STORAGE && INPUT_EVDEV && EXPERIMENTAL | ||
118 | help | ||
119 | Say Y here to include additional code to support the Maxtor OneTouch | ||
120 | USB hard drive's onetouch button. | ||
121 | |||
122 | This code registers the button on the front of Maxtor OneTouch USB | ||
123 | hard drive's as an input device. An action can be associated with | ||
124 | this input in any keybinding software. (e.g. gnome's keyboard short- | ||
125 | cuts) | ||