All of lore.kernel.org
 help / color / mirror / Atom feed
From: Anuj Aggarwal <anuj.aggarwal@ti.com>
To: tony@atomide.com
Cc: linux-omap@vger.kernel.org, broonie@opensource.wolfsonmicro.com,
	lrg@slimlogic.co.uk, Anuj Aggarwal <anuj.aggarwal@ti.com>
Subject: [PATCHv3 3/4] Regulator: OMAP: Kconfig modified to select TWL4030 for OMAP3-platforms
Date: Tue,  2 Mar 2010 15:59:53 +0530	[thread overview]
Message-ID: <1267525793-3220-1-git-send-email-anuj.aggarwal@ti.com> (raw)

Kconfig is modified so that PMIC TWL4030 is automatically selected for
platforms using it. It is required to compile twl4030-pmic.c in the build.

Signed-off-by: Anuj Aggarwal <anuj.aggarwal@ti.com>
---
 arch/arm/mach-omap2/Kconfig |   11 +++++++++++
 1 files changed, 11 insertions(+), 0 deletions(-)

diff --git a/arch/arm/mach-omap2/Kconfig b/arch/arm/mach-omap2/Kconfig
index 1974dda..f58f321 100644
--- a/arch/arm/mach-omap2/Kconfig
+++ b/arch/arm/mach-omap2/Kconfig
@@ -57,6 +57,7 @@ config MACH_OMAP3_BEAGLE
 	bool "OMAP3 BEAGLE board"
 	depends on ARCH_OMAP3
 	select OMAP_PACKAGE_CBB
+	select PMIC_TWL4030

 config MACH_DEVKIT8000
         bool "DEVKIT8000 board"
@@ -66,16 +67,19 @@ config MACH_OMAP_LDP
 	bool "OMAP3 LDP board"
 	depends on ARCH_OMAP3
 	select OMAP_PACKAGE_CBB
+	select PMIC_TWL4030

 config MACH_OVERO
 	bool "Gumstix Overo board"
 	depends on ARCH_OMAP3
 	select OMAP_PACKAGE_CBB
+	select PMIC_TWL4030

 config MACH_OMAP3EVM
 	bool "OMAP 3530 EVM board"
 	depends on ARCH_OMAP3
 	select OMAP_PACKAGE_CBB
+	select PMIC_TWL4030

 config PMIC_TWL4030
 	bool "TWL4030/TPS65950 Power Module"
@@ -100,11 +104,13 @@ config MACH_OMAP3_TOUCHBOOK
 	bool "OMAP3 Touch Book"
 	depends on ARCH_OMAP3
 	select BACKLIGHT_CLASS_DEVICE
+	select PMIC_TWL4030

 config MACH_OMAP_3430SDP
 	bool "OMAP 3430 SDP board"
 	depends on ARCH_OMAP3
 	select OMAP_PACKAGE_CBB
+	select PMIC_TWL4030

 config MACH_NOKIA_N800
        bool
@@ -131,27 +137,32 @@ config MACH_OMAP_ZOOM2
 	bool "OMAP3 Zoom2 board"
 	depends on ARCH_OMAP3
 	select OMAP_PACKAGE_CBB
+	select PMIC_TWL4030

 config MACH_OMAP_ZOOM3
 	bool "OMAP3630 Zoom3 board"
 	depends on ARCH_OMAP3
 	select OMAP_PACKAGE_CBP
+	select PMIC_TWL4030

 config MACH_CM_T35
 	bool "CompuLab CM-T35 module"
 	depends on ARCH_OMAP3
 	select OMAP_PACKAGE_CUS
 	select OMAP_MUX
+	select PMIC_TWL4030

 config MACH_IGEP0020
 	bool "IGEP v2 board"
 	depends on ARCH_OMAP3
 	select OMAP_PACKAGE_CBB
+	select PMIC_TWL4030

 config MACH_OMAP_3630SDP
 	bool "OMAP3630 SDP board"
 	depends on ARCH_OMAP3
 	select OMAP_PACKAGE_CBP
+	select PMIC_TWL4030

 config MACH_OMAP_4430SDP
 	bool "OMAP 4430 SDP board"
--
1.6.2.4


                 reply	other threads:[~2010-03-02 10:30 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=1267525793-3220-1-git-send-email-anuj.aggarwal@ti.com \
    --to=anuj.aggarwal@ti.com \
    --cc=broonie@opensource.wolfsonmicro.com \
    --cc=linux-omap@vger.kernel.org \
    --cc=lrg@slimlogic.co.uk \
    --cc=tony@atomide.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.