aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mfd/Kconfig
diff options
context:
space:
mode:
authorKyungmin Park <kyungmin.park@samsung.com>2010-06-16 03:04:16 -0400
committerLiam Girdwood <lrg@slimlogic.co.uk>2010-08-11 06:38:00 -0400
commit156f252857dfd81f03d77d09e33b5f7d2b113e2b (patch)
tree1614c00b1996ae5a805d9d27661026796d1403fa /drivers/mfd/Kconfig
parent51bd6943cd760a55f655830b3f7dca8a06b54c73 (diff)
drivers: regulator: add Maxim 8998 driver
Acked-by: Mark Brown <broonie@opensource.wolfsonmicro.com> This patch adds voltage regulator driver for Maxim 8998 chip. This chip is used on Samsung Aquila and GONI boards and provides following functionalities: - 4 BUCK voltage converters, 17 LDO power regulators and 5 other power controllers - battery charger This patch adds basic driver for voltage regulators and MAX 8998 MFD core. Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com> Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com> Acked-by: Samuel Ortiz <sameo@linux.intel.com> Acked-by: Mark Brown <broonie@opensource.wolfsonmicro.com> Signed-off-by: Liam Girdwood <lrg@slimlogic.co.uk>
Diffstat (limited to 'drivers/mfd/Kconfig')
-rw-r--r--drivers/mfd/Kconfig10
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig
index 9da0e504bbe9..ad61a9e8e04e 100644
--- a/drivers/mfd/Kconfig
+++ b/drivers/mfd/Kconfig
@@ -252,6 +252,16 @@ config MFD_MAX8925
252 accessing the device, additional drivers must be enabled in order 252 accessing the device, additional drivers must be enabled in order
253 to use the functionality of the device. 253 to use the functionality of the device.
254 254
255config MFD_MAX8998
256 bool "Maxim Semiconductor MAX8998 PMIC Support"
257 depends on I2C=y
258 select MFD_CORE
259 help
260 Say yes here to support for Maxim Semiconductor MAX8998. This is
261 a Power Management IC. This driver provies common support for
262 accessing the device, additional drivers must be enabled in order
263 to use the functionality of the device.
264
255config MFD_WM8400 265config MFD_WM8400
256 tristate "Support Wolfson Microelectronics WM8400" 266 tristate "Support Wolfson Microelectronics WM8400"
257 select MFD_CORE 267 select MFD_CORE