From patchwork Wed Nov 11 14:45:01 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Aggarwal, Anuj" X-Patchwork-Id: 59342 X-Patchwork-Delegate: tony@atomide.com Received: from vger.kernel.org (vger.kernel.org [209.132.176.167]) by demeter.kernel.org (8.14.2/8.14.2) with ESMTP id nABEj3ha025615 for ; Wed, 11 Nov 2009 14:45:10 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756430AbZKKOpD (ORCPT ); Wed, 11 Nov 2009 09:45:03 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1756476AbZKKOpD (ORCPT ); Wed, 11 Nov 2009 09:45:03 -0500 Received: from comal.ext.ti.com ([198.47.26.152]:55632 "EHLO comal.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756362AbZKKOpC (ORCPT ); Wed, 11 Nov 2009 09:45:02 -0500 Received: from dbdp31.itg.ti.com ([172.24.170.98]) by comal.ext.ti.com (8.13.7/8.13.7) with ESMTP id nABEj2kT027790 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 11 Nov 2009 08:45:04 -0600 Received: from psplinux050.india.ti.com (localhost [127.0.0.1]) by dbdp31.itg.ti.com (8.13.8/8.13.8) with ESMTP id nABEj1Ku021573; Wed, 11 Nov 2009 20:15:01 +0530 (IST) Received: from psplinux050.india.ti.com (localhost [127.0.0.1]) by psplinux050.india.ti.com (8.13.1/8.13.1) with ESMTP id nABEj1lS032593; Wed, 11 Nov 2009 20:15:01 +0530 Received: (from a0393534@localhost) by psplinux050.india.ti.com (8.13.1/8.13.1/Submit) id nABEj1hF032590; Wed, 11 Nov 2009 20:15:01 +0530 From: Anuj Aggarwal To: linux-omap@vger.kernel.org Cc: broonie@opensource.wolfsonmicro.com, lrg@slimlogic.co.uk, Anuj Aggarwal Subject: [PATCH 4/4] Regulator: Modifying Kconfig to choose from the available PMICs Date: Wed, 11 Nov 2009 20:15:01 +0530 Message-Id: <1257950701-32561-1-git-send-email-anuj.aggarwal@ti.com> X-Mailer: git-send-email 1.6.2.4 Sender: linux-omap-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-omap@vger.kernel.org diff --git a/arch/arm/mach-omap2/Kconfig b/arch/arm/mach-omap2/Kconfig index 8685df5..7c45801 100644 --- a/arch/arm/mach-omap2/Kconfig +++ b/arch/arm/mach-omap2/Kconfig @@ -64,6 +64,14 @@ config MACH_OVERO config MACH_OMAP3EVM bool "OMAP 3530 EVM board" depends on ARCH_OMAP3 && ARCH_OMAP34XX +config PMIC_TWL4030 + bool "TWL4030/TPS65950 Power Module" + default y + depends on TWL4030_CORE && MACH_OMAP3EVM + 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_OMAP3_PANDORA bool "OMAP3 Pandora"