From mboxrd@z Thu Jan 1 00:00:00 1970 From: Keerthy Date: Wed, 28 Sep 2016 09:57:30 +0530 Subject: [U-Boot] [PATCH v5 5/6] configs: am57xx_evm_defconfig: Enable PALMAS options In-Reply-To: <1475036851-12048-1-git-send-email-j-keerthy@ti.com> References: <1475036851-12048-1-git-send-email-j-keerthy@ti.com> Message-ID: <1475036851-12048-6-git-send-email-j-keerthy@ti.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Enable palmas PMIC config options. Signed-off-by: Keerthy Reviewed-by: Tom Rini --- configs/am57xx_evm_defconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/configs/am57xx_evm_defconfig b/configs/am57xx_evm_defconfig index 27ea472..6c60d9b 100644 --- a/configs/am57xx_evm_defconfig +++ b/configs/am57xx_evm_defconfig @@ -43,6 +43,9 @@ CONFIG_DM_SPI_FLASH=y CONFIG_SPI_FLASH=y CONFIG_SPI_FLASH_BAR=y CONFIG_SPI_FLASH_SPANSION=y +CONFIG_DM_PMIC=y +CONFIG_PMIC_PALMAS=y +CONFIG_DM_REGULATOR_PALMAS=y CONFIG_DM_SERIAL=y CONFIG_SYS_NS16550=y CONFIG_DM_SPI=y -- 1.9.1