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

Commit 0f9f7418 authored by Yatendra Kumar Sharma's avatar Yatendra Kumar Sharma Committed by Gerrit - the friendly Code Review server
Browse files

soc: qcom: Remove unused PACMan driver



PACMan driver is no longer in use.

Change-Id: Id573cb33f91fdb216d6a56e491899c63e6d9ce91
Signed-off-by: default avatarYatendra Kumar Sharma <yatend@codeaurora.org>
parent 79551c4b
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