mirror of
https://gitee.com/bianbu-linux/linux-6.6
synced 2025-07-24 01:54:03 -04:00
Driver for the Resource Power Manager (RPM) found in Qualcomm 8974 based devices. The driver exposes resources that child drivers can operate on; to implementing regulator, clock and bus frequency drivers. Signed-off-by: Bjorn Andersson <bjorn.andersson@sonymobile.com> Signed-off-by: Andy Gross <agross@codeaurora.org>
5 lines
176 B
Makefile
5 lines
176 B
Makefile
obj-$(CONFIG_QCOM_GSBI) += qcom_gsbi.o
|
|
obj-$(CONFIG_QCOM_PM) += spm.o
|
|
obj-$(CONFIG_QCOM_SMD) += smd.o
|
|
obj-$(CONFIG_QCOM_SMD_RPM) += smd-rpm.o
|
|
obj-$(CONFIG_QCOM_SMEM) += smem.o
|