Kconfig is modified so that the user can choose the appropriate
PMIC in the underlying EVM.
Config options for other PMICs will be added later on.

Signed-off-by: Anuj Aggarwal <[email protected]>
---
 arch/arm/mach-omap2/Kconfig |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

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"
-- 
1.6.2.4

--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to