11 lines
246 B
Plaintext
11 lines
246 B
Plaintext
|
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
|