mirror of
https://github.com/torvalds/linux.git
synced 2026-06-04 12:35:52 +02:00
arm64: defconfig: Enable GCC, TCSRCC, pinctrl and interconnect for SM8550
Add the SM8550 GCC, TCSRCC, interconnect and pinctrl drivers as built-in. All of these are necessary for the Qualcomm SM8550 platform to boot to shell. Signed-off-by: Abel Vesa <abel.vesa@linaro.org> Signed-off-by: Bjorn Andersson <andersson@kernel.org> Link: https://lore.kernel.org/r/20230111080254.1181325-1-abel.vesa@linaro.org
This commit is contained in:
parent
a251655f1b
commit
62d8b7f900
|
|
@ -566,6 +566,7 @@ CONFIG_PINCTRL_SM8250=y
|
|||
CONFIG_PINCTRL_SM8250_LPASS_LPI=m
|
||||
CONFIG_PINCTRL_SM8350=y
|
||||
CONFIG_PINCTRL_SM8450=y
|
||||
CONFIG_PINCTRL_SM8550=y
|
||||
CONFIG_PINCTRL_LPASS_LPI=m
|
||||
CONFIG_GPIO_ALTERA=m
|
||||
CONFIG_GPIO_DAVINCI=y
|
||||
|
|
@ -1115,6 +1116,8 @@ CONFIG_SM_DISPCC_8250=y
|
|||
CONFIG_SM_GCC_6115=y
|
||||
CONFIG_SM_GCC_8350=y
|
||||
CONFIG_SM_GCC_8450=y
|
||||
CONFIG_SM_GCC_8550=y
|
||||
CONFIG_SM_TCSRCC_8550=y
|
||||
CONFIG_SM_GPUCC_8150=y
|
||||
CONFIG_SM_GPUCC_8250=y
|
||||
CONFIG_SM_VIDEOCC_8250=y
|
||||
|
|
@ -1345,6 +1348,7 @@ CONFIG_INTERCONNECT_QCOM_SM8150=m
|
|||
CONFIG_INTERCONNECT_QCOM_SM8250=m
|
||||
CONFIG_INTERCONNECT_QCOM_SM8350=m
|
||||
CONFIG_INTERCONNECT_QCOM_SM8450=y
|
||||
CONFIG_INTERCONNECT_QCOM_SM8550=y
|
||||
CONFIG_HTE=y
|
||||
CONFIG_HTE_TEGRA194=y
|
||||
CONFIG_HTE_TEGRA194_TEST=m
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user