diff options
author | Mark Brown <broonie@linaro.org> | 2013-10-24 12:11:39 +0200 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2013-10-24 12:11:39 +0200 |
commit | aef393da7501693a1b91a1cfed1a9ea408ceabe6 (patch) | |
tree | 98af035479b8eb412a33259880a037169378cfa6 /drivers/regulator/Kconfig | |
parent | Merge remote-tracking branch 'regulator/topic/mc13783' into regulator-next (diff) | |
parent | regulator: core: Always warn when using a dummy regulator (diff) | |
download | linux-aef393da7501693a1b91a1cfed1a9ea408ceabe6.tar.xz linux-aef393da7501693a1b91a1cfed1a9ea408ceabe6.zip |
Merge remote-tracking branch 'regulator/topic/optional' into regulator-next
Diffstat (limited to 'drivers/regulator/Kconfig')
-rw-r--r-- | drivers/regulator/Kconfig | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/drivers/regulator/Kconfig b/drivers/regulator/Kconfig index 9869064f9f03..75c04b8b3ec2 100644 --- a/drivers/regulator/Kconfig +++ b/drivers/regulator/Kconfig @@ -28,16 +28,6 @@ config REGULATOR_DEBUG help Say yes here to enable debugging support. -config REGULATOR_DUMMY - bool "Provide a dummy regulator if regulator lookups fail" - help - If this option is enabled then when a regulator lookup fails - and the board has not specified that it has provided full - constraints the regulator core will provide an always - enabled dummy regulator, allowing consumer drivers to continue. - - A warning will be generated when this substitution is done. - config REGULATOR_FIXED_VOLTAGE tristate "Fixed voltage regulator support" help |