Add basic infrastructure for SPMI front end driver. Frontend driver communicates with backend to service SPMI request from clients. Change-Id: Icff567a2f224fb49f370bf760287d9d3615a3325 Signed-off-by: Yimin Peng <yiminp@codeaurora.org>
8 lines
183 B
Makefile
8 lines
183 B
Makefile
#
|
|
# Makefile for kernel SPMI framework.
|
|
#
|
|
obj-$(CONFIG_SPMI) += spmi.o
|
|
|
|
obj-$(CONFIG_SPMI_MSM_PMIC_ARB) += spmi-pmic-arb.o
|
|
|
|
obj-$(CONFIG_VIRTSPMI_MSM_PMIC_ARB) += virtspmi-pmic-arb.o
|