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

Stanley Chu posted 1 patch 2 years, 9 months ago
arch/arm64/configs/defconfig | 1 +
1 file changed, 1 insertion(+)
[PATCH v1] arm64: defconfig: Enable UFS support for MediaTek platforms
Posted by Stanley Chu 2 years, 9 months ago
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(+)

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
Re: [PATCH v1] arm64: defconfig: Enable UFS support for MediaTek platforms
Posted by AngeloGioacchino Del Regno 2 years, 9 months ago
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>