Training courses

Kernel and Embedded Linux

Bootlin training courses

Embedded Linux, kernel,
Yocto Project, Buildroot, real-time,
graphics, boot time, debugging...

Bootlin logo

Elixir Cross Referencer

# SPDX-License-Identifier: GPL-2.0-only
#
# CONFIG_SPMI driver configuration
#
menuconfig CONFIG_SPMI
	tristate "SPMI support"
	help
	  CONFIG_SPMI (System Power Management Interface) is a two-wire
	  serial interface between baseband and application processors
	  and Power Management Integrated Circuits (PMIC).

if CONFIG_SPMI

config CONFIG_SPMI_MSM_PMIC_ARB
	tristate "Qualcomm MSM SPMI Controller (PMIC Arbiter)"
	select CONFIG_IRQ_DOMAIN_HIERARCHY
	depends on CONFIG_ARCH_QCOM || CONFIG_COMPILE_TEST
	depends on CONFIG_HAS_IOMEM
	default CONFIG_ARCH_QCOM
	help
	  If you say yes to this option, support will be included for the
	  built-in CONFIG_SPMI PMIC Arbiter interface on Qualcomm MSM family
	  processors.

	  This is required for communicating with Qualcomm PMICs and
	  other devices that have the CONFIG_SPMI interface.

endif