* [PATCH 5/6] Regulator: Kconfig modified to select TWL4030 for OMAP3 based platforms
@ 2010-01-08 17:58 Anuj Aggarwal
2010-01-11 22:39 ` Tony Lindgren
0 siblings, 1 reply; 2+ messages in thread
From: Anuj Aggarwal @ 2010-01-08 17:58 UTC (permalink / raw)
To: linux-omap; +Cc: broonie, lrg, Anuj Aggarwal
Kconfig is modified so that PMIC TWL4030 is automatically selected for
platforms using it. It is required to compile board-omap35x-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 95b8eb2..ab3abc9 100644
--- a/arch/arm/mach-omap2/Kconfig
+++ b/arch/arm/mach-omap2/Kconfig
@@ -66,16 +66,19 @@ config MACH_OMAP3_BEAGLE
bool "OMAP3 BEAGLE board"
depends on ARCH_OMAP3 && ARCH_OMAP34XX
select OMAP_PACKAGE_CBB
+ select PMIC_TWL4030
config MACH_OMAP_LDP
bool "OMAP3 LDP board"
depends on ARCH_OMAP3 && ARCH_OMAP34XX
select OMAP_PACKAGE_CBB
+ select PMIC_TWL4030
config MACH_OVERO
bool "Gumstix Overo board"
depends on ARCH_OMAP3 && ARCH_OMAP34XX
select OMAP_PACKAGE_CBB
+ select PMIC_TWL4030
config MACH_OMAP3EVM
bool "OMAP 3530 EVM board"
@@ -100,16 +103,19 @@ config MACH_OMAP3_PANDORA
bool "OMAP3 Pandora"
depends on ARCH_OMAP3 && ARCH_OMAP34XX
select OMAP_PACKAGE_CBB
+ select PMIC_TWL4030
config MACH_OMAP3_TOUCHBOOK
bool "OMAP3 Touch Book"
depends on ARCH_OMAP3 && ARCH_OMAP34XX
select BACKLIGHT_CLASS_DEVICE
+ select PMIC_TWL4030
config MACH_OMAP_3430SDP
bool "OMAP 3430 SDP board"
depends on ARCH_OMAP3 && ARCH_OMAP34XX
select OMAP_PACKAGE_CBB
+ select PMIC_TWL4030
config MACH_NOKIA_N800
bool
@@ -136,27 +142,32 @@ config MACH_OMAP_ZOOM2
bool "OMAP3 Zoom2 board"
depends on ARCH_OMAP3 && ARCH_OMAP34XX
select OMAP_PACKAGE_CBB
+ select PMIC_TWL4030
config MACH_OMAP_ZOOM3
bool "OMAP3630 Zoom3 board"
depends on ARCH_OMAP3 && ARCH_OMAP34XX
select OMAP_PACKAGE_CBP
+ select PMIC_TWL4030
config MACH_CM_T35
bool "CompuLab CM-T35 module"
depends on ARCH_OMAP3 && ARCH_OMAP34XX
select OMAP_PACKAGE_CUS
select OMAP_MUX
+ select PMIC_TWL4030
config MACH_IGEP0020
bool "IGEP0020"
depends on ARCH_OMAP3 && ARCH_OMAP34XX
select OMAP_PACKAGE_CBB
+ select PMIC_TWL4030
config MACH_OMAP_3630SDP
bool "OMAP3630 SDP board"
depends on ARCH_OMAP3 && ARCH_OMAP34XX
select OMAP_PACKAGE_CBP
+ select PMIC_TWL4030
config MACH_OMAP_4430SDP
bool "OMAP 4430 SDP board"
--
1.6.2.4
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH 5/6] Regulator: Kconfig modified to select TWL4030 for OMAP3 based platforms
2010-01-08 17:58 [PATCH 5/6] Regulator: Kconfig modified to select TWL4030 for OMAP3 based platforms Anuj Aggarwal
@ 2010-01-11 22:39 ` Tony Lindgren
0 siblings, 0 replies; 2+ messages in thread
From: Tony Lindgren @ 2010-01-11 22:39 UTC (permalink / raw)
To: Anuj Aggarwal; +Cc: linux-omap, broonie, lrg
* Anuj Aggarwal <anuj.aggarwal@ti.com> [100108 09:57]:
> Kconfig is modified so that PMIC TWL4030 is automatically selected for
> platforms using it. It is required to compile board-omap35x-twl4030-pmic.c
> in the build.
Please group the patches in a way that compile works for each patch
in the series. Otherwise git bisect will break.
Regards,
Tony
> 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 95b8eb2..ab3abc9 100644
> --- a/arch/arm/mach-omap2/Kconfig
> +++ b/arch/arm/mach-omap2/Kconfig
> @@ -66,16 +66,19 @@ config MACH_OMAP3_BEAGLE
> bool "OMAP3 BEAGLE board"
> depends on ARCH_OMAP3 && ARCH_OMAP34XX
> select OMAP_PACKAGE_CBB
> + select PMIC_TWL4030
>
> config MACH_OMAP_LDP
> bool "OMAP3 LDP board"
> depends on ARCH_OMAP3 && ARCH_OMAP34XX
> select OMAP_PACKAGE_CBB
> + select PMIC_TWL4030
>
> config MACH_OVERO
> bool "Gumstix Overo board"
> depends on ARCH_OMAP3 && ARCH_OMAP34XX
> select OMAP_PACKAGE_CBB
> + select PMIC_TWL4030
>
> config MACH_OMAP3EVM
> bool "OMAP 3530 EVM board"
> @@ -100,16 +103,19 @@ config MACH_OMAP3_PANDORA
> bool "OMAP3 Pandora"
> depends on ARCH_OMAP3 && ARCH_OMAP34XX
> select OMAP_PACKAGE_CBB
> + select PMIC_TWL4030
>
> config MACH_OMAP3_TOUCHBOOK
> bool "OMAP3 Touch Book"
> depends on ARCH_OMAP3 && ARCH_OMAP34XX
> select BACKLIGHT_CLASS_DEVICE
> + select PMIC_TWL4030
>
> config MACH_OMAP_3430SDP
> bool "OMAP 3430 SDP board"
> depends on ARCH_OMAP3 && ARCH_OMAP34XX
> select OMAP_PACKAGE_CBB
> + select PMIC_TWL4030
>
> config MACH_NOKIA_N800
> bool
> @@ -136,27 +142,32 @@ config MACH_OMAP_ZOOM2
> bool "OMAP3 Zoom2 board"
> depends on ARCH_OMAP3 && ARCH_OMAP34XX
> select OMAP_PACKAGE_CBB
> + select PMIC_TWL4030
>
> config MACH_OMAP_ZOOM3
> bool "OMAP3630 Zoom3 board"
> depends on ARCH_OMAP3 && ARCH_OMAP34XX
> select OMAP_PACKAGE_CBP
> + select PMIC_TWL4030
>
> config MACH_CM_T35
> bool "CompuLab CM-T35 module"
> depends on ARCH_OMAP3 && ARCH_OMAP34XX
> select OMAP_PACKAGE_CUS
> select OMAP_MUX
> + select PMIC_TWL4030
>
> config MACH_IGEP0020
> bool "IGEP0020"
> depends on ARCH_OMAP3 && ARCH_OMAP34XX
> select OMAP_PACKAGE_CBB
> + select PMIC_TWL4030
>
> config MACH_OMAP_3630SDP
> bool "OMAP3630 SDP board"
> depends on ARCH_OMAP3 && ARCH_OMAP34XX
> select OMAP_PACKAGE_CBP
> + select PMIC_TWL4030
>
> config MACH_OMAP_4430SDP
> bool "OMAP 4430 SDP board"
> --
> 1.6.2.4
>
> --
> To unsubscribe from this list: send the line "unsubscribe linux-omap" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-01-11 22:39 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-01-08 17:58 [PATCH 5/6] Regulator: Kconfig modified to select TWL4030 for OMAP3 based platforms Anuj Aggarwal
2010-01-11 22:39 ` Tony Lindgren
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox