power: pmic: Add SPL Kconfig entry for PFUZE100
authorMarek Vasut <marex@denx.de>
Fri, 29 May 2020 17:22:41 +0000 (19:22 +0200)
committerStefano Babic <sbabic@denx.de>
Mon, 8 Jun 2020 08:42:50 +0000 (10:42 +0200)
Add Kconfig entry for the PFUZE PMIC, SPL variant.

Signed-off-by: Marek Vasut <marex@denx.de>
Cc: Fabio Estevam <fabio.estevam@nxp.com>
Cc: Jaehoon Chung <jh80.chung@samsung.com>
Cc: Peng Fan <peng.fan@nxp.com>
Cc: Stefano Babic <sbabic@denx.de>
Reviewed-by: Jaehoon Chung <jh80.chung@samsung.com>
drivers/power/pmic/Kconfig

index ef8bf49d49563be888a30f9fb6434ab22f56c377..a62aa38054c590397eb4ce98cacc5d52736ab3b3 100644 (file)
@@ -105,6 +105,13 @@ config DM_PMIC_PFUZE100
        This config enables implementation of driver-model pmic uclass features
        for PMIC PFUZE100. The driver implements read/write operations.
 
+config SPL_DM_PMIC_PFUZE100
+       bool "Enable Driver Model for PMIC PFUZE100 in SPL"
+       depends on DM_PMIC
+       ---help---
+       This config enables implementation of driver-model pmic uclass features
+       for PMIC PFUZE100 in SPL. The driver implements read/write operations.
+
 config DM_PMIC_MAX77686
        bool "Enable Driver Model for PMIC MAX77686"
        depends on DM_PMIC