]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - drivers/power/regulator/Kconfig
dm: regulator: add fixed voltage regulator driver
[karo-tx-uboot.git] / drivers / power / regulator / Kconfig
index 0cdfabc5bf345c55bc286f6f35265a28a357f4d1..54ce188743c80765bbc1c8f217199b5dc95387a2 100644 (file)
@@ -23,3 +23,11 @@ config DM_REGULATOR_MAX77686
        This config enables implementation of driver-model regulator uclass
        features for REGULATOR MAX77686. The driver implements get/set api for:
        value, enable and mode.
+
+config DM_REGULATOR_FIXED
+       bool "Enable Driver Model for REGULATOR Fixed value"
+       depends on DM_REGULATOR
+       ---help---
+       This config enables implementation of driver-model regulator uclass
+       features for fixed value regulators. The driver implements get/set api
+       for enable and get only for voltage value.