2023-05-03 11:01:26

by Stanley Chu

[permalink] [raw]
Subject: [PATCH v1] arm64: defconfig: Enable UFS support for MediaTek platforms

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 <[email protected]>
---
arch/arm64/configs/defconfig | 1 +
1 file changed, 1 insertion(+)

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
--
2.18.0


Subject: Re: [PATCH v1] arm64: defconfig: Enable UFS support for MediaTek platforms

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 <[email protected]>

Reviewed-by: AngeloGioacchino Del Regno <[email protected]>