Message ID | 0101016ef43c56d3-c7064a44-6025-4349-afd4-a2c91a9d9ffe-000000@us-west-2.amazonses.com (mailing list archive) |
---|---|
State | Changes Requested |
Headers | show |
Series | None | expand |
> > Compiling ufs-bsg as a module to improve flexibility of its usage. > > Signed-off-by: Can Guo <cang@codeaurora.org> Not sure we want to make it loadable by default. The platform vendor should decide if this module is available or not, Don't you think? > --- > arch/arm64/configs/defconfig | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index > 8e05c39..169a6e6 100644 > --- a/arch/arm64/configs/defconfig > +++ b/arch/arm64/configs/defconfig > @@ -227,6 +227,7 @@ CONFIG_SCSI_UFSHCD=y > CONFIG_SCSI_UFSHCD_PLATFORM=y CONFIG_SCSI_UFS_QCOM=m > CONFIG_SCSI_UFS_HISI=y > +CONFIG_SCSI_UFS_BSG=m > CONFIG_ATA=y > CONFIG_SATA_AHCI=y > CONFIG_SATA_AHCI_PLATFORM=y > -- > The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum, > a Linux Foundation Collaborative Project
On 2019-12-11 19:11, Avri Altman wrote: >> >> Compiling ufs-bsg as a module to improve flexibility of its usage. >> >> Signed-off-by: Can Guo <cang@codeaurora.org> > Not sure we want to make it loadable by default. > The platform vendor should decide if this module is available or not, > Don't you think? > > Agree, I will remove this change from patchset in next versioin of it. Thanks, Can Guo. >> --- >> arch/arm64/configs/defconfig | 1 + >> 1 file changed, 1 insertion(+) >> >> diff --git a/arch/arm64/configs/defconfig >> b/arch/arm64/configs/defconfig index >> 8e05c39..169a6e6 100644 >> --- a/arch/arm64/configs/defconfig >> +++ b/arch/arm64/configs/defconfig >> @@ -227,6 +227,7 @@ CONFIG_SCSI_UFSHCD=y >> CONFIG_SCSI_UFSHCD_PLATFORM=y CONFIG_SCSI_UFS_QCOM=m >> CONFIG_SCSI_UFS_HISI=y >> +CONFIG_SCSI_UFS_BSG=m >> CONFIG_ATA=y >> CONFIG_SATA_AHCI=y >> CONFIG_SATA_AHCI_PLATFORM=y >> -- >> The Qualcomm Innovation Center, Inc. is a member of the Code Aurora >> Forum, >> a Linux Foundation Collaborative Project
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index 8e05c39..169a6e6 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -227,6 +227,7 @@ CONFIG_SCSI_UFSHCD=y CONFIG_SCSI_UFSHCD_PLATFORM=y CONFIG_SCSI_UFS_QCOM=m CONFIG_SCSI_UFS_HISI=y +CONFIG_SCSI_UFS_BSG=m CONFIG_ATA=y CONFIG_SATA_AHCI=y CONFIG_SATA_AHCI_PLATFORM=y
Compiling ufs-bsg as a module to improve flexibility of its usage. Signed-off-by: Can Guo <cang@codeaurora.org> --- arch/arm64/configs/defconfig | 1 + 1 file changed, 1 insertion(+)