aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/regulator
diff options
context:
space:
mode:
authorMark Brown <broonie@opensource.wolfsonmicro.com>2009-01-19 08:37:05 -0500
committerLiam Girdwood <lrg@slimlogic.co.uk>2009-03-31 04:56:21 -0400
commita9cb63b2a1768f40999e09939fd015cd203aa053 (patch)
tree2393e0bd29ba1a8b2374dc98cb9852b6ef075290 /drivers/regulator
parentbcf3402c50a48d51462f37f72129d9c4369702b4 (diff)
regulator: Make fixed voltage regulators visible in Kconfig
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>
Diffstat (limited to 'drivers/regulator')
-rw-r--r--drivers/regulator/Kconfig6
1 files changed, 5 insertions, 1 deletions
diff --git a/drivers/regulator/Kconfig b/drivers/regulator/Kconfig
index e7e0cf102d6..85a1f407e75 100644
--- a/drivers/regulator/Kconfig
+++ b/drivers/regulator/Kconfig
@@ -29,8 +29,12 @@ config REGULATOR_DEBUG
29 Say yes here to enable debugging support. 29 Say yes here to enable debugging support.
30 30
31config REGULATOR_FIXED_VOLTAGE 31config REGULATOR_FIXED_VOLTAGE
32 tristate 32 tristate "Fixed voltage regulator support"
33 default n 33 default n
34 help
35 This driver provides support for fixed voltage regulators,
36 useful for systems which use a combination of software
37 managed regulators and simple non-configurable regulators.
34 38
35config REGULATOR_VIRTUAL_CONSUMER 39config REGULATOR_VIRTUAL_CONSUMER
36 tristate "Virtual regulator consumer support" 40 tristate "Virtual regulator consumer support"