blob: c70d67582d079f750dbd8885a619361022066cc2 [file] [log] [blame]
Mateusz Kulikowski04868b42016-03-31 23:12:27 +02001menu "SPMI support"
2
3config SPMI
4 bool "Enable SPMI bus support"
5 depends on DM
6 ---help---
7 Select this to enable to support SPMI bus.
8 SPMI (System Power Management Interface) bus is used
9 to connect PMIC devices on various SoCs.
Mateusz Kulikowskid33776e2016-03-31 23:12:28 +020010
11config SPMI_SANDBOX
12 boolean "Support for Sandbox SPMI bus"
13 depends on SPMI
14 ---help---
15 Demo SPMI bus implementation. Emulates part of PM8916 as single
16 slave (0) on bus. It has 4 GPIO peripherals, pid 0xC0-0xC3.
17
Mateusz Kulikowski04868b42016-03-31 23:12:27 +020018endmenu