]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - drivers/power/Kconfig
Merge branch 'rmobile' of git://git.denx.de/u-boot-sh
[karo-tx-uboot.git] / drivers / power / Kconfig
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
9 config AXP221_DLDO1_VOLT
10         int "axp221 dldo1 voltage"
11         depends on AXP221_POWER
12         default -1
13         ---help---
14         Set the voltage (mV) to program the axp221 dldo1 at, set to -1 to
15         disable dldo1.
16
17 config AXP221_DLDO4_VOLT
18         int "axp221 dldo4 voltage"
19         depends on AXP221_POWER
20         default -1
21         ---help---
22         Set the voltage (mV) to program the axp221 dldo4 at, set to -1 to
23         disable dldo4.
24
25 config AXP221_ALDO1_VOLT
26         int "axp221 aldo1 voltage"
27         depends on AXP221_POWER
28         default -1
29         ---help---
30         Set the voltage (mV) to program the axp221 aldo1 at, set to -1 to
31         disable aldo1.
32
33 config AXP221_ALDO2_VOLT
34         int "axp221 aldo2 voltage"
35         depends on AXP221_POWER
36         default -1
37         ---help---
38         Set the voltage (mV) to program the axp221 aldo2 at, set to -1 to
39         disable aldo2.
40
41 config AXP221_ALDO3_VOLT
42         int "axp221 aldo3 voltage"
43         depends on AXP221_POWER
44         default -1
45         ---help---
46         Set the voltage (mV) to program the axp221 aldo3 at, set to -1 to
47         disable aldo3.