]> git.sur5r.net Git - u-boot/commitdiff
power: spl: add SPL_DM_REGULATOR_FIXED in Kconfig
authorPhilipp Tomsich <philipp.tomsich@theobroma-systems.com>
Fri, 29 Sep 2017 17:28:02 +0000 (19:28 +0200)
committerPhilipp Tomsich <philipp.tomsich@theobroma-systems.com>
Sat, 30 Sep 2017 22:33:35 +0000 (00:33 +0200)
The Makefile already tests for SPL_DM_REGULATOR_FIXED, but Kconfig
does not provide it.  This adds SPL_DM_REGULATOR_FIXED to Kconfig.

Signed-off-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
drivers/power/regulator/Kconfig

index 2cfade1cb2d59e8a7ee11a24b1579f58e0549628..8892fa14e0226868d1b1b88aec92d1258fbce76f 100644 (file)
@@ -77,6 +77,13 @@ config DM_REGULATOR_FIXED
        features for fixed value regulators. The driver implements get/set api
        for enable and get only for voltage value.
 
+config SPL_DM_REGULATOR_FIXED
+       bool "Enable Driver Model for REGULATOR Fixed value in SPL"
+       depends on DM_REGULATOR_FIXED
+       ---help---
+       This config enables implementation of driver-model regulator uclass
+       features for fixed value regulators in SPL.
+
 config DM_REGULATOR_GPIO
        bool "Enable Driver Model for GPIO REGULATOR"
        depends on DM_REGULATOR