diff options
author | Keerthy <j-keerthy@ti.com> | 2016-09-30 09:20:45 +0530 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2016-10-11 10:17:05 -0600 |
commit | 9017f1fa2a600c67e69046fe424751daf1a21a36 (patch) | |
tree | 3e247da001a52e10bbcacf3ff089cf56413188ac /configs/dra7xx_evm_defconfig | |
parent | 884d88bc8bf83d15f806350b2a1b86ff73de47f0 (diff) | |
download | u-boot-9017f1fa2a600c67e69046fe424751daf1a21a36.tar.gz |
configs: dra7xx_evm_defconfig: Enable PALMAS options
Enable palmas PMIC config options.
Signed-off-by: Keerthy <j-keerthy@ti.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/dra7xx_evm_defconfig')
-rw-r--r-- | configs/dra7xx_evm_defconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configs/dra7xx_evm_defconfig b/configs/dra7xx_evm_defconfig index 3ee30212ae..c883380d4f 100644 --- a/configs/dra7xx_evm_defconfig +++ b/configs/dra7xx_evm_defconfig @@ -61,8 +61,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 |