summaryrefslogtreecommitdiff
path: root/configs/dra7xx_evm_defconfig
diff options
context:
space:
mode:
authorMugunthan V N <mugunthanvnm@ti.com>2016-07-18 09:41:06 (GMT)
committerHeiko Schocher <hs@denx.de>2016-07-26 06:41:03 (GMT)
commit70ad98c085f591f1439f51b39a6413d4b5de5193 (patch)
treee3e0ce0c001a98d4fbbde4d69315d5ff076824e5 /configs/dra7xx_evm_defconfig
parentdc6b17a04e58aaa21443d211ce0cb2e13632f051 (diff)
downloadu-boot-fsl-qoriq-70ad98c085f591f1439f51b39a6413d4b5de5193.tar.xz
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/dra7xx_evm_defconfig')
-rw-r--r--configs/dra7xx_evm_defconfig1
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