Gitweb: http://git.kernel.org/linus/a9cb63b2a1768f40999e09939fd015cd203aa053 Commit: a9cb63b2a1768f40999e09939fd015cd203aa053 Parent: bcf3402c50a48d51462f37f72129d9c4369702b4 Author: Mark Brown <broonie@opensource.wolfsonmicro.com> AuthorDate: Mon Jan 19 13:37:05 2009 +0000 Committer: Liam Girdwood <lrg@slimlogic.co.uk> CommitDate: Tue Mar 31 09:56:21 2009 +0100 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> --- drivers/regulator/Kconfig | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/drivers/regulator/Kconfig b/drivers/regulator/Kconfig index e7e0cf1..85a1f40 100644 --- a/drivers/regulator/Kconfig +++ b/drivers/regulator/Kconfig @@ -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" -- To unsubscribe from this list: send the line "unsubscribe git-commits-head" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
