Re: [PATCH 17/17] BLOCK: Make it possible to disable the block layer [try #2]

From: Greg KH
Date: Tue Aug 29 2006 - 15:57:01 EST


On Tue, Aug 29, 2006 at 01:25:01PM +0100, Christoph Hellwig wrote:
> On Tue, Aug 29, 2006 at 01:23:18PM +0100, David Howells wrote:
> > Christoph Hellwig <hch@xxxxxxxxxxxxx> wrote:
> >
> > > Same as above. USB_STORAGE already selects scsi so it shouldn't need
> > > to depend on block.
> >
> > Ah, you've got it the wrong way round.
> >
> > Because USB_STORAGE _selects_ SCSI rather than depending on it, even if SCSI
> > is disabled, USB_STORAGE can be enabled, and that turns on CONFIG_SCSI, even
> > if not all of its dependencies are available.
> >
> > Run "make allyesconfig" and then try to turn off CONFIG_SCSI without this...
>
> Eeek. The easy fix is to change USB_STORAGE to depend on SCSI (*), but in
> addition to that we should probably fix Kconfig aswell to adhere to
> such constraints.

No, the reason this was switched around like this (it used to be the
other way), was that people constantly complained about not being able
to select the usb-storage driver in their configurations.

Can't seem to please everyone these days :)

thanks,

greg k-h
-
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/