Skip to content
Commit 6b98f2be authored by Michael Ellerman's avatar Michael Ellerman
Browse files

powerpc/configs: Re-enable CONFIG_SCSI_DH

Commit 086b91d0 ("scsi_dh: integrate into the core SCSI code")
changed CONFIG_SCSI_DH from tristate to bool.

Our defconfigs have CONFIG_SCSI_DH=m, which the kconfig machinery warns
us is invalid, but instead of converting it to =y it leaves it unset.
This means we loose the CONFIG_SCSI_DH code and everything that depends
on it.

So convert the values in the defconfigs to =y.

Fixes: 086b91d0

 ("scsi_dh: integrate into the core SCSI code")
Signed-off-by: default avatarMichael Ellerman <mpe@ellerman.id.au>
parent 9ffecb10
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