Message ID | 20230503104423.21702-1-stanley.chu@mediatek.com (mailing list archive) |
---|---|
State | Not Applicable |
Headers | show |
Series | [v1] arm64: defconfig: Enable UFS support for MediaTek platforms | expand |
Il 03/05/23 12:44, Stanley Chu ha scritto: > Increase build and test coverage by enabling support for more > hardware present on MediaTek SoCs and boards: > - MediaTek Universal Flash Storage Controller > > Signed-off-by: Stanley Chu <stanley.chu@mediatek.com> Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index a24609e14d50..5fc33aea296d 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -1027,6 +1027,7 @@ CONFIG_SCSI_UFSHCD=y CONFIG_SCSI_UFSHCD_PLATFORM=y CONFIG_SCSI_UFS_QCOM=m CONFIG_SCSI_UFS_HISI=y +CONFIG_SCSI_UFS_MEDIATEK=m CONFIG_SCSI_UFS_RENESAS=m CONFIG_SCSI_UFS_EXYNOS=y CONFIG_NEW_LEDS=y
Increase build and test coverage by enabling support for more hardware present on MediaTek SoCs and boards: - MediaTek Universal Flash Storage Controller Signed-off-by: Stanley Chu <stanley.chu@mediatek.com> --- arch/arm64/configs/defconfig | 1 + 1 file changed, 1 insertion(+)