Skip to content

Commit 9eec6ce

Browse files
lijuanggandersson
authored andcommitted
arm64: defconfig: enable clock controller, interconnect and pinctrl for QCS615
Enable clock controller, interconnect and pinctrl for Qualcomm QCS615 platform to boot to UART console. The serial engine depends on GCC, interconnect, and pinctrl. It is necessary to build them as built-in modules because the debug console must be registered before userspace is launched. The primary reason for this is that, for example, systemd opens /dev/console at launch (i.e., when the init process starts). Therefore, if we register the console after this, we will not receive console output from systemd. Signed-off-by: Lijuan Gao <[email protected]> Reviewed-by: Dmitry Baryshkov <[email protected]> Link: https://lore.kernel.org/r/20241104-add_initial_support_for_qcs615-v5-5-9dde8d7b80b0@quicinc.com Signed-off-by: Bjorn Andersson <[email protected]>
1 parent 40384c8 commit 9eec6ce

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

arch/arm64/configs/defconfig

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -607,6 +607,7 @@ CONFIG_PINCTRL_MSM8996=y
607607
CONFIG_PINCTRL_MSM8998=y
608608
CONFIG_PINCTRL_QCM2290=y
609609
CONFIG_PINCTRL_QCS404=y
610+
CONFIG_PINCTRL_QCS615=y
610611
CONFIG_PINCTRL_QDF2XXX=y
611612
CONFIG_PINCTRL_QDU1000=y
612613
CONFIG_PINCTRL_SA8775P=y
@@ -1325,6 +1326,7 @@ CONFIG_MSM_MMCC_8998=m
13251326
CONFIG_QCM_GCC_2290=y
13261327
CONFIG_QCM_DISPCC_2290=m
13271328
CONFIG_QCS_GCC_404=y
1329+
CONFIG_QCS_GCC_615=y
13281330
CONFIG_SC_CAMCC_7280=m
13291331
CONFIG_QDU_GCC_1000=y
13301332
CONFIG_SC_CAMCC_8280XP=m
@@ -1632,6 +1634,7 @@ CONFIG_INTERCONNECT_QCOM_MSM8996=y
16321634
CONFIG_INTERCONNECT_QCOM_OSM_L3=m
16331635
CONFIG_INTERCONNECT_QCOM_QCM2290=y
16341636
CONFIG_INTERCONNECT_QCOM_QCS404=m
1637+
CONFIG_INTERCONNECT_QCOM_QCS615=y
16351638
CONFIG_INTERCONNECT_QCOM_QDU1000=y
16361639
CONFIG_INTERCONNECT_QCOM_SA8775P=y
16371640
CONFIG_INTERCONNECT_QCOM_SC7180=y

0 commit comments

Comments
 (0)