diff options
author | Sascha Hauer <s.hauer@pengutronix.de> | 2009-08-18 19:43:50 -0400 |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2009-09-17 03:47:19 -0400 |
commit | 295c08bc69a5dd8cef69ceaeaaf551a17f50c34b (patch) | |
tree | 72be65fa82c11f66838c6a5cc49153435b66ffa7 /drivers/regulator/Kconfig | |
parent | 8238addcc52c94c59b10c3c1e9850d3a7921f825 (diff) |
regulator: Add Freescale MC13783 driver
This driver provides basic support for the voltage regulators
integrated into the Freescale MC13783 PMIC. It is currently
only possible to enable/disable outputs, not to actually
set the voltage.
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Signed-off-by: Liam Girdwood <lrg@slimlogic.co.uk>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
Diffstat (limited to 'drivers/regulator/Kconfig')
-rw-r--r-- | drivers/regulator/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/regulator/Kconfig b/drivers/regulator/Kconfig index 38ea5dc8e143..c505714b0a98 100644 --- a/drivers/regulator/Kconfig +++ b/drivers/regulator/Kconfig | |||
@@ -131,4 +131,12 @@ config REGULATOR_PCAP | |||
131 | This driver provides support for the voltage regulators of the | 131 | This driver provides support for the voltage regulators of the |
132 | PCAP2 PMIC. | 132 | PCAP2 PMIC. |
133 | 133 | ||
134 | config REGULATOR_MC13783 | ||
135 | tristate "Support regulators on Freescale MC13783 PMIC" | ||
136 | depends on MFD_MC13783 | ||
137 | help | ||
138 | Say y here to support the regulators found on the Freescale MC13783 | ||
139 | PMIC. | ||
140 | |||
134 | endif | 141 | endif |
142 | |||