On 08/28/2017 02:56 AM, Michael Ellerman wrote: > Some Power9 boxes will have this adapter installed, so add it to the > defconfig so we can boot on those machines without an initrd.
Michael, not sure if this affects Petitboot (I know it has its own default config files), but in the past we had some issues with this driver and it's nice to have the possibility to blacklist it. What is the rationale for this change? I mean, how being able to boot without initrd is interesting here? Sorry if it's silly question! Thanks, Guilherme P.S. If this config was *unset* and you're setting, I'd be glad to see it as module! > > Signed-off-by: Michael Ellerman <m...@ellerman.id.au> > --- > arch/powerpc/configs/powernv_defconfig | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/arch/powerpc/configs/powernv_defconfig > b/arch/powerpc/configs/powernv_defconfig > index f89d9b1799b6..dde87c623b74 100644 > --- a/arch/powerpc/configs/powernv_defconfig > +++ b/arch/powerpc/configs/powernv_defconfig > @@ -113,6 +113,7 @@ CONFIG_SCSI_CXGB3_ISCSI=m > CONFIG_SCSI_CXGB4_ISCSI=m > CONFIG_SCSI_BNX2_ISCSI=m > CONFIG_BE2ISCSI=m > +CONFIG_SCSI_AACRAID=y > CONFIG_SCSI_MPT2SAS=m > CONFIG_SCSI_SYM53C8XX_2=m > CONFIG_SCSI_SYM53C8XX_DMA_ADDRESSING_MODE=0 >