Skip to content
Commit 67951f63 authored by James Bottomley's avatar James Bottomley
Browse files

[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: default avatarJames Bottomley <James.Bottomley@HansenPartnership.com>
parent 951b62c1
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment