]> git.baikalelectronics.ru Git - kernel.git/commit
powerpc/configs: Re-enable CONFIG_SCSI_DH
authorMichael Ellerman <mpe@ellerman.id.au>
Tue, 29 Sep 2015 10:14:41 +0000 (20:14 +1000)
committerMichael Ellerman <mpe@ellerman.id.au>
Tue, 29 Sep 2015 10:34:03 +0000 (20:34 +1000)
commit49ec0be59dc7377fba6214e0c1178c818f42552d
treead5a8d9547ff7ef3318ceff60d8908abf7d7dad8
parent10081a8d386e8d27bd6237c502ee0d88f0b2db40
powerpc/configs: Re-enable CONFIG_SCSI_DH

Commit ff13ba3970c7 ("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: ff13ba3970c7 ("scsi_dh: integrate into the core SCSI code")
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
arch/powerpc/configs/ppc64_defconfig
arch/powerpc/configs/pseries_defconfig