diff options
author | Lokesh Vutla <lokeshvutla@ti.com> | 2016-11-23 13:25:33 +0530 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2016-12-04 13:54:52 -0500 |
commit | 537335074bdc2118460ef424045f2c89f7d977ba (patch) | |
tree | 15c532c7185a0875b9ad850f514a6d64b301157c /configs/dra7xx_evm_defconfig | |
parent | 1787bc4a83b5266169805d89eebd500ff28ded5e (diff) | |
download | u-boot-imx-537335074bdc2118460ef424045f2c89f7d977ba.zip u-boot-imx-537335074bdc2118460ef424045f2c89f7d977ba.tar.gz u-boot-imx-537335074bdc2118460ef424045f2c89f7d977ba.tar.bz2 |
configs: dra7xx: Enable pmic/regulator options
Enable pmic/regulator config options.
Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/dra7xx_evm_defconfig')
-rw-r--r-- | configs/dra7xx_evm_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/dra7xx_evm_defconfig b/configs/dra7xx_evm_defconfig index 4bd031d..0802898 100644 --- a/configs/dra7xx_evm_defconfig +++ b/configs/dra7xx_evm_defconfig @@ -40,6 +40,7 @@ CONFIG_CMD_GPIO=y CONFIG_CMD_DHCP=y CONFIG_CMD_MII=y CONFIG_CMD_PING=y +CONFIG_CMD_PMIC=y CONFIG_CMD_REGULATOR=y CONFIG_CMD_EXT2=y CONFIG_CMD_EXT4=y |