Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1722229
| From | Li Wei <liwei213@huawei.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH v3 4/5] arm64: defconfig: enable configs for Hisilicon ufs |
| Date | 2017-08-29 10:50 +0200 |
| Message-ID | <ujKnE-lz-9@gated-at.bofh.it> (permalink) |
| References | <ujKnE-lz-11@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
This enable configs for Hisilicon Hixxxx UFS driver. Signed-off-by: Li Wei <liwei213@huawei.com> Signed-off-by: Zhangfei Gao <zhangfei.gao@linaro.org> Signed-off-by: Guodong Xu <guodong.xu@linaro.org> --- arch/arm64/configs/defconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index b4ca115b3be1..7514ecf08f2a 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -164,6 +164,9 @@ CONFIG_EEPROM_AT25=m CONFIG_BLK_DEV_SD=y CONFIG_SCSI_SAS_ATA=y CONFIG_SCSI_HISI_SAS=y +CONFIG_SCSI_UFSHCD=y +CONFIG_SCSI_UFSHCD_PLATFORM=y +CONFIG_SCSI_UFS_HISI=y CONFIG_ATA=y CONFIG_SATA_AHCI=y CONFIG_SATA_AHCI_PLATFORM=y -- 2.11.0
Back to linux.kernel | Previous | Next | Find similar | Unroll thread
[PATCH v3 4/5] arm64: defconfig: enable configs for Hisilicon ufs Li Wei <liwei213@huawei.com> - 2017-08-29 10:50 +0200
csiph-web