Kconfig 246 B

12345678910
  1. menu "SPMI support"
  2. config SPMI
  3. bool "Enable SPMI bus support"
  4. depends on DM
  5. ---help---
  6. Select this to enable to support SPMI bus.
  7. SPMI (System Power Management Interface) bus is used
  8. to connect PMIC devices on various SoCs.
  9. endmenu