linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Graeme Gregory <gg@slimlogic.co.uk>
To: linux-kernel@vger.kernel.org
Cc: sameo@linux.intel.com, lrg@ti.com,
	broonie@opensource.wolfsonmicro.com, b-cousson@ti.com,
	linux-omap@vger.kernel.org, Graeme Gregory <gg@slimlogic.co.uk>
Subject: [PATCHv2 2/4] MFD: palmas PMIC device support Kconfig
Date: Tue, 15 May 2012 15:48:57 +0900	[thread overview]
Message-ID: <1337064539-3014-3-git-send-email-gg@slimlogic.co.uk> (raw)
In-Reply-To: <1337064539-3014-1-git-send-email-gg@slimlogic.co.uk>

Add the new palmas MFD to Kconfig and Makefile

Signed-off-by: Graeme Gregory <gg@slimlogic.co.uk>
---
 drivers/mfd/Kconfig  |   10 ++++++++++
 drivers/mfd/Makefile |    1 +
 2 files changed, 11 insertions(+)

diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig
index 9846424..8565658 100644
--- a/drivers/mfd/Kconfig
+++ b/drivers/mfd/Kconfig
@@ -909,6 +909,16 @@ config MFD_ANATOP
 	  MFD controller. This controller embeds regulator and
 	  thermal devices for Freescale i.MX platforms.
 
+config MFD_PALMAS
+	bool "Support for the TI Palmas series chips"
+	select MFD_CORE
+	select REGMAP_I2C
+	select REGMAP_IRQ
+	depends on I2C=y
+	help
+	  If you say yes here you get support for the Palmas
+	  series of PMIC chips from Texas Instruments.
+
 endmenu
 endif
 
diff --git a/drivers/mfd/Makefile b/drivers/mfd/Makefile
index acc888d..9ab5e37 100644
--- a/drivers/mfd/Makefile
+++ b/drivers/mfd/Makefile
@@ -118,3 +118,4 @@ obj-$(CONFIG_MFD_RC5T583)	+= rc5t583.o rc5t583-irq.o
 obj-$(CONFIG_MFD_S5M_CORE)	+= s5m-core.o s5m-irq.o
 obj-$(CONFIG_MFD_ANATOP)	+= anatop-mfd.o
 obj-$(CONFIG_MFD_LM3533)	+= lm3533-core.o lm3533-ctrlbank.o
+obj-$(CONFIG_MFD_PALMAS)	+= palmas.o
-- 
1.7.9.5


  parent reply	other threads:[~2012-05-15  6:49 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-05-15  6:48 [PATCHv2 0/4] Adding support for Palmas PMIC Graeme Gregory
2012-05-15  6:48 ` [PATCHv2 1/4] MFD: palmas PMIC device support Graeme Gregory
2012-05-15 18:14   ` Mark Brown
2012-05-18  9:55     ` Samuel Ortiz
2012-05-18 16:23       ` Mark Brown
2012-05-15  6:48 ` Graeme Gregory [this message]
2012-05-15  6:48 ` [PATCHv2 3/4] REGULATOR: regulator driver for Palmas series chips Graeme Gregory
2012-05-15 18:19   ` Mark Brown
2012-05-15  6:48 ` [PATCHv2 4/4] REGULATOR: regulator for Palmas Kconfig Graeme Gregory

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1337064539-3014-3-git-send-email-gg@slimlogic.co.uk \
    --to=gg@slimlogic.co.uk \
    --cc=b-cousson@ti.com \
    --cc=broonie@opensource.wolfsonmicro.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-omap@vger.kernel.org \
    --cc=lrg@ti.com \
    --cc=sameo@linux.intel.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).