lkml.org 
[lkml]   [2006]   [Aug]   [29]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    /
    Date
    From
    SubjectRe: [PATCH 18/19] BLOCK: Make USB storage depend on SCSI rather than selecting it [try #6]
    David Howells wrote:
    > This makes CONFIG_USB_STORAGE depend on CONFIG_SCSI rather than selecting it,
    > as selecting it makes CONFIG_USB_STORAGE override the dependencies of SCSI,
    > causing it to turn on even if they aren't all met.
    [...]
    > 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
    [...]

    What about this?

    depends on USB
    + select BLOCK
    select SCSI

    --
    Stefan Richter
    -=====-=-==- =--- ===-=
    http://arcgraph.de/sr/
    -
    To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
    the body of a message to majordomo@vger.kernel.org
    More majordomo info at http://vger.kernel.org/majordomo-info.html
    Please read the FAQ at http://www.tux.org/lkml/

    \
     
     \ /
      Last update: 2006-08-29 23:19    [W:4.026 / U:0.096 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site