blob: 0b9bd312063a0216ca05c2185187a943c139357f (
plain)
1
2
3
4
5
6
7
8
9
10
|
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.
endmenu
|