diff mbox

[PATCHv3,2/4] Regulator: OMAP: Modifying Kconfig/Makefile to choose from available PMICs

Message ID 1267525787-3169-1-git-send-email-anuj.aggarwal@ti.com (mailing list archive)
State New, archived
Delegated to: Tony Lindgren
Headers show

Commit Message

Aggarwal, Anuj March 2, 2010, 10:29 a.m. UTC
None
diff mbox

Patch

diff --git a/arch/arm/mach-omap2/Kconfig b/arch/arm/mach-omap2/Kconfig
index a8a3d1e..1974dda 100644
--- a/arch/arm/mach-omap2/Kconfig
+++ b/arch/arm/mach-omap2/Kconfig
@@ -77,6 +77,15 @@  config MACH_OMAP3EVM
 	depends on ARCH_OMAP3
 	select OMAP_PACKAGE_CBB

+config PMIC_TWL4030
+	bool "TWL4030/TPS65950 Power Module"
+	default y
+	select TWL4030_CORE
+	select REGULATOR_TWL4030 if REGULATOR
+	help
+	  Say yes here if you are using the TWL4030/TPS65950 based power module
+	  for the EVM boards.
+
 config MACH_OMAP3517EVM
 	bool "OMAP3517/ AM3517 EVM board"
 	depends on ARCH_OMAP3
diff --git a/arch/arm/mach-omap2/Makefile b/arch/arm/mach-omap2/Makefile
index 2069fb3..c33e24d 100644
--- a/arch/arm/mach-omap2/Makefile
+++ b/arch/arm/mach-omap2/Makefile
@@ -137,6 +137,7 @@  obj-$(CONFIG_MACH_IGEP0020)		+= board-igep0020.o \
 					   hsmmc.o
 obj-$(CONFIG_MACH_OMAP3_TOUCHBOOK)	+= board-omap3touchbook.o \
 					   hsmmc.o
+obj-$(CONFIG_PMIC_TWL4030)		+= twl4030-pmic.o
 obj-$(CONFIG_MACH_OMAP_4430SDP)		+= board-4430sdp.o

 obj-$(CONFIG_MACH_OMAP3517EVM)		+= board-am3517evm.o