power: pmic: Kconfig: Add SPL_PMIC configs for palmas/lp873x/lp87565
authorKeerthy <j-keerthy@ti.com>
Thu, 6 Jun 2019 10:36:55 +0000 (16:06 +0530)
committerTom Rini <trini@konsulko.com>
Sat, 13 Jul 2019 15:11:28 +0000 (11:11 -0400)
Add SPL_PMIC configs for palmas/lp873x/lp87565. These were missing
and the Makefile already assumes them to be defined. Add the corresponding
SPL config options. This enables the pmics in SPL.

Signed-off-by: Keerthy <j-keerthy@ti.com>
drivers/power/pmic/Kconfig

index 450935fdc16e2dfa838b4cc5baf9e95541369d59..cb1d10b2a90de85d121c5b97a51104fdfe1ae17c 100644 (file)
@@ -245,3 +245,24 @@ config PMIC_STPMIC1
        The STPMIC1 PMIC provides 4 BUCKs, 6 LDOs, 1 VREF and 2 power switches.
        It is accessed via an I2C interface. The device is used with STM32MP1
        SoCs. This driver implements register read/write operations.
+
+config SPL_PMIC_PALMAS
+       bool "Enable driver for Texas Instruments PALMAS PMIC"
+       depends on DM_PMIC
+       help
+       The PALMAS is a PMIC containing several LDOs, SMPS.
+       This driver binds the pmic children in SPL.
+
+config SPL_PMIC_LP873X
+       bool "Enable driver for Texas Instruments LP873X PMIC"
+       depends on DM_PMIC
+       help
+       The LP873X is a PMIC containing couple of LDOs and couple of SMPS.
+       This driver binds the pmic children in SPL.
+
+config SPL_PMIC_LP87565
+       bool "Enable driver for Texas Instruments LP87565 PMIC"
+       depends on DM_PMIC
+       help
+       The LP87565 is a PMIC containing a bunch of SMPS.
+       This driver binds the pmic children in SPL.