diff mbox

[U-Boot,v3,6/6] configs: dra7xx_evm_defconfig: Enable PALMAS options

Message ID 1474265858-25753-7-git-send-email-j-keerthy@ti.com
State Superseded
Delegated to: Przemyslaw Marczak
Headers show

Commit Message

Keerthy Sept. 19, 2016, 6:17 a.m. UTC
Enable palmas PMIC config options.

Signed-off-by: Keerthy <j-keerthy@ti.com>
---
 configs/dra7xx_evm_defconfig | 3 +++
 1 file changed, 3 insertions(+)

Comments

Tom Rini Sept. 20, 2016, 2:06 a.m. UTC | #1
On Mon, Sep 19, 2016 at 11:47:38AM +0530, Keerthy wrote:

> Enable palmas PMIC config options.
> 
> Signed-off-by: Keerthy <j-keerthy@ti.com>

Reviewed-by: Tom Rini <trini@konsulko.com>
diff mbox

Patch

diff --git a/configs/dra7xx_evm_defconfig b/configs/dra7xx_evm_defconfig
index 5738f1d..31ceca1 100644
--- a/configs/dra7xx_evm_defconfig
+++ b/configs/dra7xx_evm_defconfig
@@ -47,8 +47,11 @@  CONFIG_SPI_FLASH=y
 CONFIG_SPI_FLASH_BAR=y
 CONFIG_SPI_FLASH_SPANSION=y
 CONFIG_DM_ETH=y
+CONFIG_DM_PMIC=y
+CONFIG_PMIC_PALMAS=y
 CONFIG_DM_REGULATOR=y
 CONFIG_DM_REGULATOR_FIXED=y
+CONFIG_DM_REGULATOR_PALMAS=y
 CONFIG_DM_SERIAL=y
 CONFIG_SYS_NS16550=y
 CONFIG_DM_SPI=y