]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - drivers/power/Kconfig
spl: nand: simple: replace readb() with chip specific read_buf()
[karo-tx-uboot.git] / drivers / power / Kconfig
index e68e16b3211757271a27e99d0089fbf4b29fc83f..23cdd714ae6aac75424c0151cba43902362e69b8 100644 (file)
@@ -1,3 +1,9 @@
+menu "Power"
+
+source "drivers/power/pmic/Kconfig"
+
+source "drivers/power/regulator/Kconfig"
+
 config AXP221_POWER
        boolean "axp221 / axp223 pmic support"
        depends on MACH_SUN6I || MACH_SUN8I
@@ -63,3 +69,15 @@ config AXP221_ALDO3_VOLT
        Set the voltage (mV) to program the axp221 aldo3 at, set to 0 to
        disable aldo3. This is typically connected to VCC-PLL and AVCC and
        must be set to 3V.
+
+config AXP221_ELDO3_VOLT
+       int "axp221 eldo3 voltage"
+       depends on AXP221_POWER
+       default 0
+       ---help---
+       Set the voltage (mV) to program the axp221 eldo3 at, set to 0 to
+       disable eldo3. On some A31(s) tablets it might be used to supply
+       1.2V for the SSD2828 chip (converter of parallel LCD interface
+       into MIPI DSI).
+
+endmenu