]> git.sur5r.net Git - u-boot/blob - drivers/spmi/Kconfig
drivers: Add SPMI bus uclass
[u-boot] / drivers / spmi / Kconfig
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.
10 endmenu