Loading drivers/interconnect/qcom/Kconfig +13 −0 Original line number Diff line number Diff line Loading @@ -34,6 +34,19 @@ config INTERCONNECT_QCOM_SDM845 This is a driver for the Qualcomm Network-on-Chip on sdm845-based platforms. config INTERCONNECT_QCOM_SM8150 tristate "SM8150 interconnect driver" depends on INTERCONNECT_QCOM depends on QCOM_RPMH && QCOM_COMMAND_DB && OF select INTERCONNECT_QCOM_BCM_VOTER select INTERCONNECT_QCOM_RPMH select INTERCONNECT_QCOM_QOS help This is a driver for the Qualcomm Technologies, Inc. Network-on-Chip on sm8150-based platforms. The interconnect provider collects and aggreagates the cosumer bandwidth requests to satisfy constraints placed on Network-on-Chip performance states. config INTERCONNECT_QCOM_LAHAINA tristate "LAHAINA interconnect driver" depends on INTERCONNECT_QCOM Loading drivers/interconnect/qcom/Makefile +2 −0 Original line number Diff line number Diff line Loading @@ -6,6 +6,7 @@ qnoc-sdm845-objs := sdm845.o qnoc-lahaina-objs := lahaina.o qnoc-sdxlemur-objs := sdxlemur.o qnoc-shima-objs := shima.o qnoc-sm8150-objs := sm8150.o icc-smd-rpm-objs := smd-rpm.o icc-bcm-voter-objs := bcm-voter.o icc-rpmh-obj := icc-rpmh.o Loading @@ -15,6 +16,7 @@ qnoc-qos-obj := qnoc-qos.o obj-$(CONFIG_INTERCONNECT_QCOM_HOLI) += qnoc-holi.o obj-$(CONFIG_INTERCONNECT_QCOM_QCS404) += qnoc-qcs404.o obj-$(CONFIG_INTERCONNECT_QCOM_SDM845) += qnoc-sdm845.o obj-$(CONFIG_INTERCONNECT_QCOM_SM8150) += qnoc-sm8150.o obj-$(CONFIG_INTERCONNECT_QCOM_LAHAINA) += qnoc-lahaina.o obj-$(CONFIG_INTERCONNECT_QCOM_SHIMA) += qnoc-shima.o obj-$(CONFIG_INTERCONNECT_QCOM_SDXLEMUR) += qnoc-sdxlemur.o Loading Loading
drivers/interconnect/qcom/Kconfig +13 −0 Original line number Diff line number Diff line Loading @@ -34,6 +34,19 @@ config INTERCONNECT_QCOM_SDM845 This is a driver for the Qualcomm Network-on-Chip on sdm845-based platforms. config INTERCONNECT_QCOM_SM8150 tristate "SM8150 interconnect driver" depends on INTERCONNECT_QCOM depends on QCOM_RPMH && QCOM_COMMAND_DB && OF select INTERCONNECT_QCOM_BCM_VOTER select INTERCONNECT_QCOM_RPMH select INTERCONNECT_QCOM_QOS help This is a driver for the Qualcomm Technologies, Inc. Network-on-Chip on sm8150-based platforms. The interconnect provider collects and aggreagates the cosumer bandwidth requests to satisfy constraints placed on Network-on-Chip performance states. config INTERCONNECT_QCOM_LAHAINA tristate "LAHAINA interconnect driver" depends on INTERCONNECT_QCOM Loading
drivers/interconnect/qcom/Makefile +2 −0 Original line number Diff line number Diff line Loading @@ -6,6 +6,7 @@ qnoc-sdm845-objs := sdm845.o qnoc-lahaina-objs := lahaina.o qnoc-sdxlemur-objs := sdxlemur.o qnoc-shima-objs := shima.o qnoc-sm8150-objs := sm8150.o icc-smd-rpm-objs := smd-rpm.o icc-bcm-voter-objs := bcm-voter.o icc-rpmh-obj := icc-rpmh.o Loading @@ -15,6 +16,7 @@ qnoc-qos-obj := qnoc-qos.o obj-$(CONFIG_INTERCONNECT_QCOM_HOLI) += qnoc-holi.o obj-$(CONFIG_INTERCONNECT_QCOM_QCS404) += qnoc-qcs404.o obj-$(CONFIG_INTERCONNECT_QCOM_SDM845) += qnoc-sdm845.o obj-$(CONFIG_INTERCONNECT_QCOM_SM8150) += qnoc-sm8150.o obj-$(CONFIG_INTERCONNECT_QCOM_LAHAINA) += qnoc-lahaina.o obj-$(CONFIG_INTERCONNECT_QCOM_SHIMA) += qnoc-shima.o obj-$(CONFIG_INTERCONNECT_QCOM_SDXLEMUR) += qnoc-sdxlemur.o Loading