2016-03-31 21:12:27 +00:00
|
|
|
menu "SPMI support"
|
|
|
|
|
|
|
|
config SPMI
|
|
|
|
bool "Enable SPMI bus support"
|
|
|
|
depends on DM
|
|
|
|
---help---
|
|
|
|
Select this to enable to support SPMI bus.
|
|
|
|
SPMI (System Power Management Interface) bus is used
|
|
|
|
to connect PMIC devices on various SoCs.
|
2016-03-31 21:12:28 +00:00
|
|
|
|
2016-03-31 21:12:29 +00:00
|
|
|
config SPMI_MSM
|
2016-08-12 01:26:50 +00:00
|
|
|
bool "Support Qualcomm SPMI bus"
|
2016-03-31 21:12:29 +00:00
|
|
|
depends on SPMI
|
|
|
|
---help---
|
|
|
|
Support SPMI bus implementation found on Qualcomm Snapdragon SoCs.
|
|
|
|
|
2016-03-31 21:12:28 +00:00
|
|
|
config SPMI_SANDBOX
|
2016-08-12 01:26:50 +00:00
|
|
|
bool "Support for Sandbox SPMI bus"
|
2016-03-31 21:12:28 +00:00
|
|
|
depends on SPMI
|
|
|
|
---help---
|
|
|
|
Demo SPMI bus implementation. Emulates part of PM8916 as single
|
|
|
|
slave (0) on bus. It has 4 GPIO peripherals, pid 0xC0-0xC3.
|
2016-03-31 21:12:27 +00:00
|
|
|
endmenu
|