Re: [PATCH 18/19] BLOCK: Make USB storage depend on SCSI ratherthan selecting it [try #6]

From: Dave Kleikamp
Date: Wed Aug 30 2006 - 08:46:38 EST


On Wed, 2006-08-30 at 10:43 +0200, Stefan Richter wrote:
> David Howells wrote:
> > Stefan Richter <stefanr@xxxxxxxxxxxxxxxxx> wrote:
> >> What about this?
> >>
> >> depends on USB
> >> + select BLOCK
> >> select SCSI
> >
> > That means you can't disable BLOCK either unless you can figure out that you
> > need to turn off USB_STORAGE. The config client won't tell you, you have to
> > go trawling the Kconfig files.
>
> Not true. Both xconfig and menuconfig tell you about _both_ "depends on"
> and "select" dependencies.

Would this make more sense?

depends on USB && BLOCK
select SCSI

Shaggy
--
David Kleikamp
IBM Linux Technology Center

-
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/