[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <e80110d2051e61d1214bfc4150392793ece110d3.1299679848.git.aliaksei.katovich@nokia.com>
Date: Wed, 9 Mar 2011 16:48:04 +0200
From: aliaksei.katovich@...ia.com
To: sameo@...ux.intel.com
Cc: broonie@...nsource.wolfsonmicro.com, linux-kernel@...r.kernel.org,
Aliaksei Katovich <aliaksei.katovich@...ia.com>
Subject: [PATCH 2/2] mfd: bq2415x compilation enablers
From: Aliaksei Katovich <aliaksei.katovich@...ia.com>
Enable compilation of bq2415x charger driver
Signed-off-by: Aliaksei Katovich <aliaksei.katovich@...ia.com>
---
drivers/mfd/Kconfig | 7 +++++++
drivers/mfd/Makefile | 1 +
2 files changed, 8 insertions(+), 0 deletions(-)
diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig
index fd01836..d0ab44a 100644
--- a/drivers/mfd/Kconfig
+++ b/drivers/mfd/Kconfig
@@ -624,6 +624,13 @@ config MFD_WL1273_CORE
driver connects the radio-wl1273 V4L2 module and the wl1273
audio codec.
+config MFD_BQ2415X
+ tristate "TI bq24153/6 one-cell Li-Ion charger IC"
+ depends on I2C && REGULATOR
+ help
+ This driver supports TI bq24153/6 integrated switch-mode chargers
+ attached to i2c.
+
endif # MFD_SUPPORT
menu "Multimedia Capabilities Port drivers"
diff --git a/drivers/mfd/Makefile b/drivers/mfd/Makefile
index a54e2c7..a0df0db 100644
--- a/drivers/mfd/Makefile
+++ b/drivers/mfd/Makefile
@@ -83,3 +83,4 @@ obj-$(CONFIG_MFD_TPS6586X) += tps6586x.o
obj-$(CONFIG_MFD_VX855) += vx855.o
obj-$(CONFIG_MFD_WL1273_CORE) += wl1273-core.o
obj-$(CONFIG_MFD_CS5535) += cs5535-mfd.o
+obj-$(CONFIG_MFD_BQ2415X) += bq2415x.o
--
1.7.0.4
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists