]> git.ipfire.org Git - people/ms/u-boot.git/blame - drivers/spmi/Kconfig
usb: ulpi: kconfig: Remove meaningless choice default
[people/ms/u-boot.git] / drivers / spmi / Kconfig
CommitLineData
04868b40
MK
1menu "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.
d33776e4 10
5b47271c 11config SPMI_MSM
ab65006b 12 bool "Support Qualcomm SPMI bus"
5b47271c
MK
13 depends on SPMI
14 ---help---
15 Support SPMI bus implementation found on Qualcomm Snapdragon SoCs.
16
d33776e4 17config SPMI_SANDBOX
ab65006b 18 bool "Support for Sandbox SPMI bus"
d33776e4
MK
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.
04868b40 23endmenu