diff options
author | Mugunthan V N <mugunthanvnm@ti.com> | 2016-07-18 15:11:06 +0530 |
---|---|---|
committer | Heiko Schocher <hs@denx.de> | 2016-07-26 08:41:03 +0200 |
commit | 70ad98c085f591f1439f51b39a6413d4b5de5193 (patch) | |
tree | e3e0ce0c001a98d4fbbde4d69315d5ff076824e5 /configs | |
parent | dc6b17a04e58aaa21443d211ce0cb2e13632f051 (diff) | |
download | u-boot-imx-70ad98c085f591f1439f51b39a6413d4b5de5193.zip u-boot-imx-70ad98c085f591f1439f51b39a6413d4b5de5193.tar.gz u-boot-imx-70ad98c085f591f1439f51b39a6413d4b5de5193.tar.bz2 |
defconfig: dra7xx_evm: enable i2c driver model
Enable i2c driver model for dra7xx_evm as omap i2c
supports driver model.
Signed-off-by: Mugunthan V N <mugunthanvnm@ti.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs')
-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 756af63..1d27e52 100644 --- a/configs/dra7xx_evm_defconfig +++ b/configs/dra7xx_evm_defconfig @@ -57,3 +57,4 @@ CONFIG_FIT=y CONFIG_SPL_OF_LIBFDT=y CONFIG_SPL_LOAD_FIT=y CONFIG_OF_LIST="dra7-evm dra72-evm" +CONFIG_DM_I2C=y |