Loading arch/arm64/configs/vendor/kona-perf_defconfig +1 −0 Original line number Diff line number Diff line Loading @@ -368,6 +368,7 @@ CONFIG_MSM_BOOT_STATS=y CONFIG_QCOM_EUD=y CONFIG_QCOM_GLINK=y CONFIG_QCOM_GLINK_PKT=y CONFIG_MSM_CDSP_LOADER=y CONFIG_DEVFREQ_GOV_PASSIVE=y CONFIG_IIO=y CONFIG_PWM=y Loading arch/arm64/configs/vendor/kona_defconfig +1 −0 Original line number Diff line number Diff line Loading @@ -381,6 +381,7 @@ CONFIG_QCOM_EUD=y CONFIG_MSM_CORE_HANG_DETECT=y CONFIG_QCOM_GLINK=y CONFIG_QCOM_GLINK_PKT=y CONFIG_MSM_CDSP_LOADER=y CONFIG_DEVFREQ_GOV_PASSIVE=y CONFIG_ARM_QCOM_DEVFREQ_FW=y CONFIG_IIO=y Loading drivers/soc/qcom/Kconfig +8 −0 Original line number Diff line number Diff line Loading @@ -487,6 +487,14 @@ config QCOM_GLINK_PKT This enable the userspace clients to read and write to some glink packets channel. config MSM_CDSP_LOADER tristate "CDSP loader support" help This enables the CDSP loader driver that loads the CDSP firmware images and brings the compute DSP out of reset for platforms that have one. Say M if you want to enable this module. config QTI_SYSTEM_PM bool Loading drivers/soc/qcom/Makefile +1 −0 Original line number Diff line number Diff line Loading @@ -39,6 +39,7 @@ obj-$(CONFIG_MSM_SERVICE_LOCATOR) += service-locator.o obj-$(CONFIG_MSM_SYSMON_GLINK_COMM) += sysmon-glink.o sysmon-qmi.o obj-$(CONFIG_MSM_PIL_SSR_GENERIC) += subsys-pil-tz.o obj-$(CONFIG_MSM_PIL) += peripheral-loader.o obj-$(CONFIG_MSM_CDSP_LOADER) += qdsp6v2/ ifdef CONFIG_MSM_SUBSYSTEM_RESTART obj-y += subsystem_notif.o Loading drivers/soc/qcom/qdsp6v2/Makefile 0 → 100644 +2 −0 Original line number Diff line number Diff line # SPDX-License-Identifier: GPL-2.0 obj-$(CONFIG_MSM_CDSP_LOADER) += cdsp-loader.o Loading
arch/arm64/configs/vendor/kona-perf_defconfig +1 −0 Original line number Diff line number Diff line Loading @@ -368,6 +368,7 @@ CONFIG_MSM_BOOT_STATS=y CONFIG_QCOM_EUD=y CONFIG_QCOM_GLINK=y CONFIG_QCOM_GLINK_PKT=y CONFIG_MSM_CDSP_LOADER=y CONFIG_DEVFREQ_GOV_PASSIVE=y CONFIG_IIO=y CONFIG_PWM=y Loading
arch/arm64/configs/vendor/kona_defconfig +1 −0 Original line number Diff line number Diff line Loading @@ -381,6 +381,7 @@ CONFIG_QCOM_EUD=y CONFIG_MSM_CORE_HANG_DETECT=y CONFIG_QCOM_GLINK=y CONFIG_QCOM_GLINK_PKT=y CONFIG_MSM_CDSP_LOADER=y CONFIG_DEVFREQ_GOV_PASSIVE=y CONFIG_ARM_QCOM_DEVFREQ_FW=y CONFIG_IIO=y Loading
drivers/soc/qcom/Kconfig +8 −0 Original line number Diff line number Diff line Loading @@ -487,6 +487,14 @@ config QCOM_GLINK_PKT This enable the userspace clients to read and write to some glink packets channel. config MSM_CDSP_LOADER tristate "CDSP loader support" help This enables the CDSP loader driver that loads the CDSP firmware images and brings the compute DSP out of reset for platforms that have one. Say M if you want to enable this module. config QTI_SYSTEM_PM bool Loading
drivers/soc/qcom/Makefile +1 −0 Original line number Diff line number Diff line Loading @@ -39,6 +39,7 @@ obj-$(CONFIG_MSM_SERVICE_LOCATOR) += service-locator.o obj-$(CONFIG_MSM_SYSMON_GLINK_COMM) += sysmon-glink.o sysmon-qmi.o obj-$(CONFIG_MSM_PIL_SSR_GENERIC) += subsys-pil-tz.o obj-$(CONFIG_MSM_PIL) += peripheral-loader.o obj-$(CONFIG_MSM_CDSP_LOADER) += qdsp6v2/ ifdef CONFIG_MSM_SUBSYSTEM_RESTART obj-y += subsystem_notif.o Loading
drivers/soc/qcom/qdsp6v2/Makefile 0 → 100644 +2 −0 Original line number Diff line number Diff line # SPDX-License-Identifier: GPL-2.0 obj-$(CONFIG_MSM_CDSP_LOADER) += cdsp-loader.o