summaryrefslogtreecommitdiffstats
path: root/drivers/regulator/Kconfig
diff options
context:
space:
mode:
authorJin Park2011-07-04 10:43:42 +0200
committerSamuel Ortiz2011-07-31 23:28:26 +0200
commitf7eb6c5e8e5e1e96c36763778e9a78b9da6fcd31 (patch)
tree2a1981407f4d09556fdf7ed16f5cb4007c43ce0a /drivers/regulator/Kconfig
parentbacklight: Add AAT2870 backlight driver (diff)
downloadkernel-qcow2-linux-f7eb6c5e8e5e1e96c36763778e9a78b9da6fcd31.tar.gz
kernel-qcow2-linux-f7eb6c5e8e5e1e96c36763778e9a78b9da6fcd31.tar.xz
kernel-qcow2-linux-f7eb6c5e8e5e1e96c36763778e9a78b9da6fcd31.zip
regulator: aat2870: Add AAT2870 regulator driver
Add regulator driver for AnalogicTech AAT2870. Signed-off-by: Jin Park <jinyoungp@nvidia.com> Acked-by: Mark Brown <broonie@opensource.wolfsonmicro.com> Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
Diffstat (limited to 'drivers/regulator/Kconfig')
-rw-r--r--drivers/regulator/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/regulator/Kconfig b/drivers/regulator/Kconfig
index 13722a7e7abd..c7fd2c0e3f2b 100644
--- a/drivers/regulator/Kconfig
+++ b/drivers/regulator/Kconfig
@@ -310,5 +310,12 @@ config REGULATOR_TPS65910
help
This driver supports TPS65910 voltage regulator chips.
+config REGULATOR_AAT2870
+ tristate "AnalogicTech AAT2870 Regulators"
+ depends on MFD_AAT2870_CORE
+ help
+ If you have a AnalogicTech AAT2870 say Y to enable the
+ regulator driver.
+
endif