Message ID | 1581331240-84551-1-git-send-email-john.garry@huawei.com (mailing list archive) |
---|---|
State | Mainlined |
Commit | d698e544e2107e3e161ddbb3a28324197ecd537f |
Headers | show |
Series | arm64: defconfig: Enable MEGARAID_SAS | expand |
Hi John, On 2020/2/10 18:40, John Garry wrote: > Our new dev board (Huawei D06CS) has a MegaRAID SAS HBA as the storage > controller, and we cannot access the HiSilicon SAS HBA, which we normally > use; so enable the driver config option so we can boot a distro with the > default defconfig. > > Signed-off-by: John Garry <john.garry@huawei.com> Thanks! Applied to the hisilicon arm64 defconfig tree. Best Regards, Wei > > diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig > index 0f212889c931..3c2dd127d813 100644 > --- a/arch/arm64/configs/defconfig > +++ b/arch/arm64/configs/defconfig > @@ -226,6 +226,7 @@ CONFIG_BLK_DEV_SD=y > CONFIG_SCSI_SAS_ATA=y > CONFIG_SCSI_HISI_SAS=y > CONFIG_SCSI_HISI_SAS_PCI=y > +CONFIG_MEGARAID_SAS=y > CONFIG_SCSI_MPT3SAS=m > CONFIG_SCSI_UFSHCD=y > CONFIG_SCSI_UFSHCD_PLATFORM=y >
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index 0f212889c931..3c2dd127d813 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -226,6 +226,7 @@ CONFIG_BLK_DEV_SD=y CONFIG_SCSI_SAS_ATA=y CONFIG_SCSI_HISI_SAS=y CONFIG_SCSI_HISI_SAS_PCI=y +CONFIG_MEGARAID_SAS=y CONFIG_SCSI_MPT3SAS=m CONFIG_SCSI_UFSHCD=y CONFIG_SCSI_UFSHCD_PLATFORM=y
Our new dev board (Huawei D06CS) has a MegaRAID SAS HBA as the storage controller, and we cannot access the HiSilicon SAS HBA, which we normally use; so enable the driver config option so we can boot a distro with the default defconfig. Signed-off-by: John Garry <john.garry@huawei.com>