mirror of
https://github.com/torvalds/linux.git
synced 2026-06-05 13:06:59 +02:00
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>
This commit is contained in:
parent
63931aa0d9
commit
3cd82bca84
|
|
@ -647,6 +647,7 @@ CONFIG_PINCTRL_IMX91=y
|
|||
CONFIG_PINCTRL_IMX93=y
|
||||
CONFIG_PINCTRL_IMX_SCMI=y
|
||||
CONFIG_PINCTRL_MSM=y
|
||||
CONFIG_PINCTRL_GLYMUR=y
|
||||
CONFIG_PINCTRL_IPQ5018=y
|
||||
CONFIG_PINCTRL_IPQ5332=y
|
||||
CONFIG_PINCTRL_IPQ5424=y
|
||||
|
|
@ -1454,6 +1455,9 @@ CONFIG_COMMON_CLK_MT8192_SCP_ADSP=y
|
|||
CONFIG_COMMON_CLK_MT8192_VDECSYS=y
|
||||
CONFIG_COMMON_CLK_MT8192_VENCSYS=y
|
||||
CONFIG_COMMON_CLK_QCOM=y
|
||||
CONFIG_CLK_GLYMUR_DISPCC=m
|
||||
CONFIG_CLK_GLYMUR_GCC=y
|
||||
CONFIG_CLK_GLYMUR_TCSRCC=m
|
||||
CONFIG_CLK_KAANAPALI_GCC=y
|
||||
CONFIG_CLK_KAANAPALI_TCSRCC=m
|
||||
CONFIG_CLK_X1E80100_CAMCC=m
|
||||
|
|
@ -1849,6 +1853,7 @@ CONFIG_INTERCONNECT_IMX8MN=m
|
|||
CONFIG_INTERCONNECT_IMX8MQ=m
|
||||
CONFIG_INTERCONNECT_IMX8MP=y
|
||||
CONFIG_INTERCONNECT_QCOM=y
|
||||
CONFIG_INTERCONNECT_QCOM_GLYMUR=y
|
||||
CONFIG_INTERCONNECT_QCOM_KAANAPALI=y
|
||||
CONFIG_INTERCONNECT_QCOM_MSM8916=m
|
||||
CONFIG_INTERCONNECT_QCOM_MSM8953=y
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user