Kconfig 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. config AXP221_POWER
  2. boolean "axp221 pmic support"
  3. depends on MACH_SUN6I
  4. default y
  5. ---help---
  6. Say y here to enable support for the axp221 pmic found on most sun6i
  7. (A31) boards.
  8. config AXP221_DLDO1_VOLT
  9. int "axp221 dldo1 voltage"
  10. depends on AXP221_POWER
  11. default -1
  12. ---help---
  13. Set the voltage (mV) to program the axp221 dldo1 at, set to -1 to
  14. disable dldo1.
  15. config AXP221_DLDO4_VOLT
  16. int "axp221 dldo4 voltage"
  17. depends on AXP221_POWER
  18. default -1
  19. ---help---
  20. Set the voltage (mV) to program the axp221 dldo4 at, set to -1 to
  21. disable dldo4.
  22. config AXP221_ALDO1_VOLT
  23. int "axp221 aldo1 voltage"
  24. depends on AXP221_POWER
  25. default -1
  26. ---help---
  27. Set the voltage (mV) to program the axp221 aldo1 at, set to -1 to
  28. disable aldo1.
  29. config AXP221_ALDO2_VOLT
  30. int "axp221 aldo2 voltage"
  31. depends on AXP221_POWER
  32. default -1
  33. ---help---
  34. Set the voltage (mV) to program the axp221 aldo2 at, set to -1 to
  35. disable aldo2.
  36. config AXP221_ALDO3_VOLT
  37. int "axp221 aldo3 voltage"
  38. depends on AXP221_POWER
  39. default -1
  40. ---help---
  41. Set the voltage (mV) to program the axp221 aldo3 at, set to -1 to
  42. disable aldo3.