]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[SCSI] Fix dependency problems in SCSI drivers
authorJames Bottomley <James.Bottomley@HansenPartnership.com>
Thu, 6 Mar 2008 21:32:06 +0000 (15:32 -0600)
committerJames Bottomley <James.Bottomley@HansenPartnership.com>
Sun, 9 Mar 2008 00:30:19 +0000 (18:30 -0600)
commit67951f63807328b81e45c3c87af049c55c0a0081
tree539ad11675df47ca42463df753e62a5c56a6f713
parent951b62c11e86acf8c55d9828aa8c921575023c29
[SCSI] Fix dependency problems in SCSI drivers

We have several drivers that don't list SCSI as a dependency in
Kconfig.  That leads to them potentially being selected as Y even if
SCSI is M (which will produce a build failure).  Fix this by making
the if SCSI_LOWLEVEL that goes around all the drivers a tristate
forcing them all automatically to inherit the value of SCSI.

Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
drivers/scsi/Kconfig