commit | 67951f63807328b81e45c3c87af049c55c0a0081 | [log] [tgz] |
---|---|---|
author | James Bottomley <James.Bottomley@HansenPartnership.com> | Thu Mar 06 15:32:06 2008 -0600 |
committer | James Bottomley <James.Bottomley@HansenPartnership.com> | Sat Mar 08 18:30:19 2008 -0600 |
tree | 539ad11675df47ca42463df753e62a5c56a6f713 | |
parent | 951b62c11e86acf8c55d9828aa8c921575023c29 [diff] |
[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>