Skip to content

Commit

Permalink
regulator: Make fixed voltage regulators visible in Kconfig
Browse files Browse the repository at this point in the history
This allows users to enable or disable support for these regulators at
build time as they can for other regulators rather than having platforms
force the regulators to be built in.

Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Liam Girdwood <lrg@slimlogic.co.uk>
  • Loading branch information
Mark Brown authored and Liam Girdwood committed Mar 31, 2009
1 parent bcf3402 commit a9cb63b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion drivers/regulator/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,12 @@ config REGULATOR_DEBUG
Say yes here to enable debugging support.

config REGULATOR_FIXED_VOLTAGE
tristate
tristate "Fixed voltage regulator support"
default n
help
This driver provides support for fixed voltage regulators,
useful for systems which use a combination of software
managed regulators and simple non-configurable regulators.

config REGULATOR_VIRTUAL_CONSUMER
tristate "Virtual regulator consumer support"
Expand Down

0 comments on commit a9cb63b

Please sign in to comment.