From: John Garry Date: Mon, 10 Feb 2020 10:40:40 +0000 (+0800) Subject: arm64: defconfig: Enable MEGARAID_SAS X-Git-Tag: v5.7-rc1~98^2~8^2 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=d698e544e2107e3e161ddbb3a28324197ecd537f;p=users%2Fjedix%2Flinux-maple.git arm64: defconfig: Enable MEGARAID_SAS 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 Signed-off-by: Wei Xu --- diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index 0f212889c931a..3c2dd127d8132 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