diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2010-12-15 09:10:25 -0500 |
---|---|---|
committer | Liam Girdwood <lrg@slimlogic.co.uk> | 2011-01-12 09:33:03 -0500 |
commit | 4d7071f1fdc9c27e15e8aaede27bef9f4feccafe (patch) | |
tree | 7f51701863f8d841276bfed8e82e16eb6a19a2a6 /drivers/regulator/Kconfig | |
parent | 5e428d5cecc3f109b52e993a1bd91f82137867b3 (diff) |
regulator: Allow modular build of mc13xxx-core
Since the MFD core for this device and the regulator drivers for these
devices can be built modular we should also support modular build of
the shared code for the regulator drivers, otherwise we try to link
built in code against modular code with unfortunate results.
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Liam Girdwood <lrg@slimlogic.co.uk>
Diffstat (limited to 'drivers/regulator/Kconfig')
-rw-r--r-- | drivers/regulator/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/regulator/Kconfig b/drivers/regulator/Kconfig index 485a9bc88ca9..e1d943619ab8 100644 --- a/drivers/regulator/Kconfig +++ b/drivers/regulator/Kconfig | |||
@@ -187,7 +187,7 @@ config REGULATOR_PCAP | |||
187 | PCAP2 PMIC. | 187 | PCAP2 PMIC. |
188 | 188 | ||
189 | config REGULATOR_MC13XXX_CORE | 189 | config REGULATOR_MC13XXX_CORE |
190 | bool | 190 | tristate |
191 | 191 | ||
192 | config REGULATOR_MC13783 | 192 | config REGULATOR_MC13783 |
193 | tristate "Support regulators on Freescale MC13783 PMIC" | 193 | tristate "Support regulators on Freescale MC13783 PMIC" |