Skip to content

Commit 3cd82bc

Browse files
pankaj-qcomandersson
authored andcommitted
arm64: defconfig: Enable configs for Qualcomm Glymur SoC
Enable pinctrl, clocks and interconnect drivers as built-in in order for serial console to be available before kernel reaches "init" on Qualcomm Glymur CRD. Additionally, booting rootfs from NVMe requires TCSRCC to be enabled as module Enable dispcc as module which is a dependency for display enablement Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com> Reviewed-by: Abel Vesa <abel.vesa@oss.qualcomm.com> Signed-off-by: Pankaj Patil <pankaj.patil@oss.qualcomm.com> Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com> Link: https://lore.kernel.org/r/20260219-upstream_v3_glymur_introduction-v8-2-8ce4e489ebb6@oss.qualcomm.com Signed-off-by: Bjorn Andersson <andersson@kernel.org>
1 parent 63931aa commit 3cd82bc

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

arch/arm64/configs/defconfig

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -647,6 +647,7 @@ CONFIG_PINCTRL_IMX91=y
647647
CONFIG_PINCTRL_IMX93=y
648648
CONFIG_PINCTRL_IMX_SCMI=y
649649
CONFIG_PINCTRL_MSM=y
650+
CONFIG_PINCTRL_GLYMUR=y
650651
CONFIG_PINCTRL_IPQ5018=y
651652
CONFIG_PINCTRL_IPQ5332=y
652653
CONFIG_PINCTRL_IPQ5424=y
@@ -1454,6 +1455,9 @@ CONFIG_COMMON_CLK_MT8192_SCP_ADSP=y
14541455
CONFIG_COMMON_CLK_MT8192_VDECSYS=y
14551456
CONFIG_COMMON_CLK_MT8192_VENCSYS=y
14561457
CONFIG_COMMON_CLK_QCOM=y
1458+
CONFIG_CLK_GLYMUR_DISPCC=m
1459+
CONFIG_CLK_GLYMUR_GCC=y
1460+
CONFIG_CLK_GLYMUR_TCSRCC=m
14571461
CONFIG_CLK_KAANAPALI_GCC=y
14581462
CONFIG_CLK_KAANAPALI_TCSRCC=m
14591463
CONFIG_CLK_X1E80100_CAMCC=m
@@ -1849,6 +1853,7 @@ CONFIG_INTERCONNECT_IMX8MN=m
18491853
CONFIG_INTERCONNECT_IMX8MQ=m
18501854
CONFIG_INTERCONNECT_IMX8MP=y
18511855
CONFIG_INTERCONNECT_QCOM=y
1856+
CONFIG_INTERCONNECT_QCOM_GLYMUR=y
18521857
CONFIG_INTERCONNECT_QCOM_KAANAPALI=y
18531858
CONFIG_INTERCONNECT_QCOM_MSM8916=m
18541859
CONFIG_INTERCONNECT_QCOM_MSM8953=y

0 commit comments

Comments
 (0)