diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2010-12-15 14:10:25 +0000 |
---|---|---|
committer | Liam Girdwood <lrg@slimlogic.co.uk> | 2011-01-12 14:33:03 +0000 |
commit | 4d7071f1fdc9c27e15e8aaede27bef9f4feccafe (patch) | |
tree | 7f51701863f8d841276bfed8e82e16eb6a19a2a6 /drivers/regulator/Kconfig | |
parent | 5e428d5cecc3f109b52e993a1bd91f82137867b3 (diff) | |
download | linux-4d7071f1fdc9c27e15e8aaede27bef9f4feccafe.tar.bz2 |
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 PCAP2 PMIC. config REGULATOR_MC13XXX_CORE - bool + tristate config REGULATOR_MC13783 tristate "Support regulators on Freescale MC13783 PMIC" |