fff755da3e
Add a new SPMI bus driver which can manage the SPMI debug bus found on SPMI PMIC arbiter version 5 and above. This debug bus has read and write access to all PMIC peripherals regardless of ownership configurations. It cannot be used on production devices because it is disabled by an eFuse. Change-Id: I7dd7171d775db02269b98bb079bdccf5d0f4aae4 Signed-off-by: David Collins <collinsd@codeaurora.org>
7 lines
186 B
Makefile
7 lines
186 B
Makefile
#
|
|
# Makefile for kernel SPMI framework.
|
|
#
|
|
obj-$(CONFIG_SPMI) += spmi.o
|
|
|
|
obj-$(CONFIG_SPMI_MSM_PMIC_ARB) += spmi-pmic-arb.o
|
|
obj-$(CONFIG_SPMI_MSM_PMIC_ARB_DEBUG) += spmi-pmic-arb-debug.o
|