diff mbox series

arm64: defconfig: Enable Exynos UFS driver

Message ID 20210531170057.7730-1-alim.akhtar@samsung.com
State New
Headers show
Series arm64: defconfig: Enable Exynos UFS driver | expand

Commit Message

Alim Akhtar May 31, 2021, 5 p.m. UTC
Enable the Exynos UFS controller and PHY configs. They need to be
buildin to ensure UFS devices gets detected on exynos7 and its
variant boards.

Signed-off-by: Alim Akhtar <alim.akhtar@samsung.com>
---
 arch/arm64/configs/defconfig | 2 ++
 1 file changed, 2 insertions(+)


base-commit: c4681547bcce777daf576925a966ffa824edd09d

Comments

Krzysztof Kozlowski June 2, 2021, 1:24 p.m. UTC | #1
On Mon, 31 May 2021 22:30:57 +0530, Alim Akhtar wrote:
> Enable the Exynos UFS controller and PHY configs. They need to be

> buildin to ensure UFS devices gets detected on exynos7 and its

> variant boards.


Applied, thanks!

[1/1] arm64: defconfig: Enable Exynos UFS driver
      commit: 5be91fe8d91b3aed5192b763fd6f2d11c7cd354d

Best regards,
-- 
Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
diff mbox series

Patch

diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index 08c6f769df9a..f9938e0eb720 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -289,6 +289,7 @@  CONFIG_SCSI_UFSHCD=y
 CONFIG_SCSI_UFSHCD_PLATFORM=y
 CONFIG_SCSI_UFS_QCOM=m
 CONFIG_SCSI_UFS_HISI=y
+CONFIG_SCSI_UFS_EXYNOS=y
 CONFIG_ATA=y
 CONFIG_SATA_AHCI=y
 CONFIG_SATA_AHCI_PLATFORM=y
@@ -1110,6 +1111,7 @@  CONFIG_PHY_ROCKCHIP_INNO_USB2=y
 CONFIG_PHY_ROCKCHIP_INNO_DSIDPHY=m
 CONFIG_PHY_ROCKCHIP_PCIE=m
 CONFIG_PHY_ROCKCHIP_TYPEC=y
+CONFIG_PHY_SAMSUNG_UFS=y
 CONFIG_PHY_UNIPHIER_USB2=y
 CONFIG_PHY_UNIPHIER_USB3=y
 CONFIG_PHY_TEGRA_XUSB=y