Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a745054a authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "soc: qcom: Remove unused PACMan driver"

parents 79459f1b 0f9f7418
Loading
Loading
Loading
Loading
+0 −7
Original line number Diff line number Diff line
@@ -786,13 +786,6 @@ config MSM_QBT1000
	  This driver is used to enable clocks and marshal buffers for trusted
	  applications running in the trusted execution environment.

config MSM_PACMAN
	tristate "Enable the Peripheral Access Control Manager (PACMan)"
	help
	  Add support for the Peripheral Access Control Manager (PACMan). This
	  driver allows reconfiguration of the Bus Access Manager Low Speed
	  peripheral (BLSP) ownership.

config MSM_KERNEL_PROTECT
	bool "Protect kernel text by removing write permissions"
        depends on !FUNCTION_TRACER
+0 −1
Original line number Diff line number Diff line
@@ -94,7 +94,6 @@ obj-$(CONFIG_TRACER_PKT) += tracer_pkt.o
obj-$(CONFIG_ICNSS) += icnss.o wlan_firmware_service_v01.o
obj-$(CONFIG_MSM_BAM_DMUX) += bam_dmux.o
obj-$(CONFIG_MSM_SERVICE_LOCATOR) += service-locator.o
obj-$(CONFIG_MSM_PACMAN)        += msm_pacman.o
obj-$(CONFIG_MSM_QBT1000) += qbt1000.o
obj-$(CONFIG_MSM_SCM_XPU) += scm-xpu.o
obj-$(CONFIG_MSM_KERNEL_PROTECT) += kernel_protect.o