Skip to content

Commit 3ba4a66

Browse files
lumagandersson
authored andcommitted
arm64: defconfig: enable INTERCONNECT for Qualcomm chipsets
Enable CONFIG_INTERCONNECT and interconnect drivers for several Qualcomm chipsets to enable bus bandwidth control on these SoCs. Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> Link: https://lore.kernel.org/r/20200917203913.3250205-1-dmitry.baryshkov@linaro.org Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
1 parent 6b0290b commit 3ba4a66

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

arch/arm64/configs/defconfig

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -989,6 +989,12 @@ CONFIG_SLIMBUS=m
989989
CONFIG_SLIM_QCOM_CTRL=m
990990
CONFIG_SLIM_QCOM_NGD_CTRL=m
991991
CONFIG_MUX_MMIO=y
992+
CONFIG_INTERCONNECT=y
993+
CONFIG_INTERCONNECT_QCOM=y
994+
CONFIG_INTERCONNECT_QCOM_MSM8916=m
995+
CONFIG_INTERCONNECT_QCOM_SDM845=m
996+
CONFIG_INTERCONNECT_QCOM_SM8150=m
997+
CONFIG_INTERCONNECT_QCOM_SM8250=m
992998
CONFIG_EXT2_FS=y
993999
CONFIG_EXT3_FS=y
9941000
CONFIG_EXT4_FS_POSIX_ACL=y

0 commit comments

Comments
 (0)