mirror of
https://github.com/torvalds/linux.git
synced 2026-06-03 12:03:54 +02:00
arm64: deconfig: enable Qualcomm SM8650 SoC drivers
Enable Clocks, Pinctrl and Interconnect drivers in the ARM64 defconfig for the Qualcomm SM8650 SoC to boot the SM8650 MTP (Mobile Test Platform) and QRD (Qualcomm Reference Device) boards. TCSRCC, GCC, Interconnect, and Pinctrl config are marked as builtin and not modules due to boot dependencies. Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org> Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org> Link: https://lore.kernel.org/r/20231121-topic-sm8650-upstream-defconfig-v1-1-2500565fc21b@linaro.org Signed-off-by: Bjorn Andersson <andersson@kernel.org>
This commit is contained in:
parent
3515c3172f
commit
17fc6f3919
|
|
@ -614,6 +614,7 @@ CONFIG_PINCTRL_SM8450=y
|
|||
CONFIG_PINCTRL_SM8450_LPASS_LPI=m
|
||||
CONFIG_PINCTRL_SC8280XP_LPASS_LPI=m
|
||||
CONFIG_PINCTRL_SM8550=y
|
||||
CONFIG_PINCTRL_SM8650=y
|
||||
CONFIG_PINCTRL_SM8550_LPASS_LPI=m
|
||||
CONFIG_PINCTRL_LPASS_LPI=m
|
||||
CONFIG_GPIO_AGGREGATOR=m
|
||||
|
|
@ -1259,14 +1260,18 @@ CONFIG_SM_DISPCC_6115=m
|
|||
CONFIG_SM_DISPCC_8250=y
|
||||
CONFIG_SM_DISPCC_8450=m
|
||||
CONFIG_SM_DISPCC_8550=m
|
||||
CONFIG_SM_DISPCC_8650=m
|
||||
CONFIG_SM_GCC_6115=y
|
||||
CONFIG_SM_GCC_8350=y
|
||||
CONFIG_SM_GCC_8450=y
|
||||
CONFIG_SM_GCC_8550=y
|
||||
CONFIG_SM_GCC_8650=y
|
||||
CONFIG_SM_TCSRCC_8550=y
|
||||
CONFIG_SM_TCSRCC_8650=y
|
||||
CONFIG_SM_GPUCC_6115=m
|
||||
CONFIG_SM_GPUCC_8150=y
|
||||
CONFIG_SM_GPUCC_8250=y
|
||||
CONFIG_SM_GPUCC_8650=m
|
||||
CONFIG_SM_VIDEOCC_8250=y
|
||||
CONFIG_QCOM_HFPLL=y
|
||||
CONFIG_CLK_GFM_LPASS_SM8250=m
|
||||
|
|
@ -1527,6 +1532,7 @@ CONFIG_INTERCONNECT_QCOM_SM8250=m
|
|||
CONFIG_INTERCONNECT_QCOM_SM8350=m
|
||||
CONFIG_INTERCONNECT_QCOM_SM8450=y
|
||||
CONFIG_INTERCONNECT_QCOM_SM8550=y
|
||||
CONFIG_INTERCONNECT_QCOM_SM8650=y
|
||||
CONFIG_COUNTER=m
|
||||
CONFIG_RZ_MTU3_CNT=m
|
||||
CONFIG_HTE=y
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user