Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

usb storage: remove inherited SCSI dependency for USB_STORAGE_ENE_UB6250

Because USB_STORAGE build symbol strictly depends on SCSI build
symbol, there is no need to specify it again.

In addition USB_STORAGE_ENE_UB6250 entry description repeats a note
about SCSI dependency from the parent USB_STORAGE entry description,
hence the change removes this duplication.

Signed-off-by: Vladimir Zapolskiy <vz@mleia.com>
Acked-by: Alan Stern <stern@rowland.harvard.edu>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Vladimir Zapolskiy and committed by
Greg Kroah-Hartman
2ccaabeb d1e34849

-5
-5
drivers/usb/storage/Kconfig
··· 176 176 177 177 config USB_STORAGE_ENE_UB6250 178 178 tristate "USB ENE card reader support" 179 - depends on SCSI 180 179 ---help--- 181 180 Say Y here if you wish to control a ENE SD/MS Card reader. 182 181 Note that this driver does not support SM cards. 183 - 184 - This option depends on 'SCSI' support being enabled, but you 185 - probably also need 'SCSI device support: SCSI disk support' 186 - (BLK_DEV_SD) for most USB storage devices. 187 182 188 183 To compile this driver as a module, choose M here: the 189 184 module will be called ums-eneub6250.