Message ID | 20241014-topic-ufs-qcom-config-v1-1-b33cf11b6adb@linaro.org |
---|---|
State | New |
Headers | show |
Series | qcom_defconfig: enable UFS Qualcomm controller and PHY drivers | expand |
On 14/10/2024 09:00, Neil Armstrong wrote: > Now the Qualcomm controller and PHY drivers were accepted, > enable then in the qcom_defconfig file. > > Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org> Reviewed-by: Caleb Connolly <caleb.connolly@linaro.org> > --- > configs/qcom_defconfig | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/configs/qcom_defconfig b/configs/qcom_defconfig > index ea0dd3e5801..def171150b1 100644 > --- a/configs/qcom_defconfig > +++ b/configs/qcom_defconfig > @@ -77,6 +77,7 @@ CONFIG_DWC_ETH_QOS=y > CONFIG_DWC_ETH_QOS_QCOM=y > CONFIG_RGMII=y > CONFIG_PHY=y > +CONFIG_PHY_QCOM_QMP_UFS=y > CONFIG_PHY_QCOM_QUSB2=y > CONFIG_PHY_QCOM_USB_SNPS_FEMTO_V2=y > CONFIG_PHY_QCOM_SNPS_EUSB2=y > @@ -114,6 +115,7 @@ CONFIG_USB_GADGET=y > CONFIG_USB_GADGET_DOWNLOAD=y > CONFIG_USB_FUNCTION_MASS_STORAGE=y > CONFIG_UFS=y > +CONFIG_QCOM_UFS=y > CONFIG_VIDEO=y > # CONFIG_VIDEO_FONT_8X16 is not set > CONFIG_VIDEO_FONT_16X32=y > > --- > base-commit: 580fb5773634c4a01f907a164b2a05961840b4c0 > change-id: 20241014-topic-ufs-qcom-config-9165ee7ed9bc > > Best regards,
On Mon, 14 Oct 2024 09:00:26 +0200, Neil Armstrong wrote: > Now the Qualcomm controller and PHY drivers were accepted, > enable then in the qcom_defconfig file. > > Applied, thanks! [1/1] qcom_defconfig: enable UFS Qualcomm controller and PHY drivers commit: 78f8ea0e1f6757b5e92567a200f6d4ac5be27d70 Best regards,
diff --git a/configs/qcom_defconfig b/configs/qcom_defconfig index ea0dd3e5801..def171150b1 100644 --- a/configs/qcom_defconfig +++ b/configs/qcom_defconfig @@ -77,6 +77,7 @@ CONFIG_DWC_ETH_QOS=y CONFIG_DWC_ETH_QOS_QCOM=y CONFIG_RGMII=y CONFIG_PHY=y +CONFIG_PHY_QCOM_QMP_UFS=y CONFIG_PHY_QCOM_QUSB2=y CONFIG_PHY_QCOM_USB_SNPS_FEMTO_V2=y CONFIG_PHY_QCOM_SNPS_EUSB2=y @@ -114,6 +115,7 @@ CONFIG_USB_GADGET=y CONFIG_USB_GADGET_DOWNLOAD=y CONFIG_USB_FUNCTION_MASS_STORAGE=y CONFIG_UFS=y +CONFIG_QCOM_UFS=y CONFIG_VIDEO=y # CONFIG_VIDEO_FONT_8X16 is not set CONFIG_VIDEO_FONT_16X32=y
Now the Qualcomm controller and PHY drivers were accepted, enable then in the qcom_defconfig file. Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org> --- configs/qcom_defconfig | 2 ++ 1 file changed, 2 insertions(+) --- base-commit: 580fb5773634c4a01f907a164b2a05961840b4c0 change-id: 20241014-topic-ufs-qcom-config-9165ee7ed9bc Best regards,