Mateusz Kulikowski | 04868b4 | 2016-03-31 23:12:27 +0200 | [diff] [blame] | 1 | menu "SPMI support" |
| 2 | |
| 3 | config 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 Kulikowski | d33776e | 2016-03-31 23:12:28 +0200 | [diff] [blame] | 10 | |
Mateusz Kulikowski | 5b47271 | 2016-03-31 23:12:29 +0200 | [diff] [blame] | 11 | config SPMI_MSM |
| 12 | boolean "Support Qualcomm SPMI bus" |
| 13 | depends on SPMI |
| 14 | ---help--- |
| 15 | Support SPMI bus implementation found on Qualcomm Snapdragon SoCs. |
| 16 | |
Mateusz Kulikowski | d33776e | 2016-03-31 23:12:28 +0200 | [diff] [blame] | 17 | config SPMI_SANDBOX |
| 18 | boolean "Support for Sandbox SPMI bus" |
| 19 | depends on SPMI |
| 20 | ---help--- |
| 21 | Demo SPMI bus implementation. Emulates part of PM8916 as single |
| 22 | slave (0) on bus. It has 4 GPIO peripherals, pid 0xC0-0xC3. |
Mateusz Kulikowski | 04868b4 | 2016-03-31 23:12:27 +0200 | [diff] [blame] | 23 | endmenu |