diff options
author | Keerthy | 2016-09-30 09:20:46 +0530 |
---|---|---|
committer | Simon Glass | 2016-10-11 10:17:06 -0600 |
commit | fc1636dff157598fdb1383d108df1d72f48254a8 (patch) | |
tree | 5446c6eef8357828f9d006edc2bbc2ec6e8575c4 /configs/am57xx_evm_defconfig | |
parent | 9017f1fa2a600c67e69046fe424751daf1a21a36 (diff) |
configs: am57xx_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/am57xx_evm_defconfig')
-rw-r--r-- | configs/am57xx_evm_defconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configs/am57xx_evm_defconfig b/configs/am57xx_evm_defconfig index 1764a053fc3..d88aed2947e 100644 --- a/configs/am57xx_evm_defconfig +++ b/configs/am57xx_evm_defconfig @@ -46,6 +46,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 |