summaryrefslogtreecommitdiff
path: root/drivers/power/Kconfig
diff options
context:
space:
mode:
authorChen-Yu Tsai <wens@csie.org>2016-05-02 02:28:12 (GMT)
committerHans de Goede <hdegoede@redhat.com>2016-05-25 15:52:39 (GMT)
commit15278ccb848dbcd8825874f943bc21afda987219 (patch)
tree98526b20799ef16c414bf990e99dc26899d4e967 /drivers/power/Kconfig
parenta696253c1daf3424408868fc76840c83a896acfe (diff)
downloadu-boot-15278ccb848dbcd8825874f943bc21afda987219.tar.xz
sunxi: power: axp818: Add support for switch SW
The AXP818 has a switchable output, SW. This is commonly used for controlling power to the LCD backlight. Signed-off-by: Chen-Yu Tsai <wens@csie.org> Reviewed-by: Hans de Goede <hdegoede@redhat.com> Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Diffstat (limited to 'drivers/power/Kconfig')
-rw-r--r--drivers/power/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/power/Kconfig b/drivers/power/Kconfig
index b365fd4..02cb8e7 100644
--- a/drivers/power/Kconfig
+++ b/drivers/power/Kconfig
@@ -265,6 +265,13 @@ config AXP_FLDO3_VOLT
Set the voltage (mV) to program the axp pmic fldo3 at, set to 0 to
disable fldo3.
+config AXP_SW_ON
+ bool "axp pmic sw on"
+ depends on AXP818_POWER
+ default n
+ ---help---
+ Enable to turn on axp pmic sw.
+
config SY8106A_VOUT1_VOLT
int "SY8106A pmic VOUT1 voltage"
depends on SY8106A_POWER