Re: 2.6.4: disabling SCSI support not possible

From: Marc-Christian Petersen
Date: Fri Apr 02 2004 - 09:04:51 EST


On Friday 02 April 2004 15:42, Russell King wrote:

Hi Russel,

> --- orig/drivers/usb/storage/Kconfig Sat Mar 20 09:22:45 2004
> +++ linux/drivers/usb/storage/Kconfig Fri Apr 2 14:41:05 2004
> @@ -4,8 +4,7 @@
>
> config USB_STORAGE
> tristate "USB Mass Storage support"
> - depends on USB
> - select SCSI
> + depends on USB && SCSI
> ---help---
> Say Y here if you want to connect USB mass storage devices to your
> computer's USB port. This is the driver you need for USB floppy drives,
> @@ -13,6 +12,9 @@ config USB_STORAGE
> similar devices. This driver may also be used for some cameras and
> card readers.
>
> + Please select SCSI support before enabling USB Mass Storage
> + support.
> +
> To compile this driver as a module, choose M here: the
> module will be called usb-storage.

pretty useless if you do not see "USB Mass Storage support" config options due
to disabled SCSI ;)

I'd suggest a comment, when SCSI is disabled, that USB Mass Storage is
disabled unless you select SCSI. I tried to cook up a simple patch but it
seems I don't know kbuild very well. The menu structure messed up after I did
it.

ciao, Marc
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/