aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRandy Dunlap <randy.dunlap@oracle.com>2011-03-10 19:49:56 -0500
committerGreg Kroah-Hartman <gregkh@suse.de>2011-03-11 17:26:09 -0500
commite49c459c33189cfc7cff581d3c2e7f0074835118 (patch)
treeee24e6a748cf7fc4a3a1bfe0f07d5a86dae21f4b
parent0074f59b51a2882ce3b8e3922c52f4c547bd56b7 (diff)
usb-storage: fix menu ordering
Move the USB_STORAGE_ENE_UB6250 entry so that it stays under the USB_STORAGE menu. Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
-rw-r--r--drivers/usb/storage/Kconfig30
1 files changed, 15 insertions, 15 deletions
diff --git a/drivers/usb/storage/Kconfig b/drivers/usb/storage/Kconfig
index e34f655af02..3e6e3c11843 100644
--- a/drivers/usb/storage/Kconfig
+++ b/drivers/usb/storage/Kconfig
@@ -172,6 +172,21 @@ config USB_STORAGE_CYPRESS_ATACB
172 172
173 If this driver is compiled as a module, it will be named ums-cypress. 173 If this driver is compiled as a module, it will be named ums-cypress.
174 174
175config USB_STORAGE_ENE_UB6250
176 tristate "USB ENE card reader support"
177 depends on USB && SCSI
178 depends on USB_STORAGE
179 ---help---
180 Say Y here if you wish to control a ENE SD Card reader.
181 To use SM/MS card, please build driver/staging/keucr/keucr.ko
182
183 This option depends on 'SCSI' support being enabled, but you
184 probably also need 'SCSI device support: SCSI disk support'
185 (BLK_DEV_SD) for most USB storage devices.
186
187 To compile this driver as a module, choose M here: the
188 module will be called ums-eneub6250.
189
175config USB_UAS 190config USB_UAS
176 tristate "USB Attached SCSI" 191 tristate "USB Attached SCSI"
177 depends on USB && SCSI 192 depends on USB && SCSI
@@ -198,18 +213,3 @@ config USB_LIBUSUAL
198 options libusual bias="ub" 213 options libusual bias="ub"
199 214
200 If unsure, say N. 215 If unsure, say N.
201
202config USB_STORAGE_ENE_UB6250
203 tristate "USB ENE card reader support"
204 depends on USB && SCSI
205 depends on USB_STORAGE
206 ---help---
207 Say Y here if you wish to control a ENE SD Card reader.
208 To use SM/MS card, please build driver/staging/keucr/keucr.ko
209
210 This option depends on 'SCSI' support being enabled, but you
211 probably also need 'SCSI device support: SCSI disk support'
212 (BLK_DEV_SD) for most USB storage devices.
213
214 To compile this driver as a module, choose M here: the
215 module will be called ums-eneub6250.