]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
defconfig: dra7xx_evm: enable i2c driver model
authorMugunthan V N <mugunthanvnm@ti.com>
Mon, 18 Jul 2016 09:41:06 +0000 (15:11 +0530)
committerHeiko Schocher <hs@denx.de>
Tue, 26 Jul 2016 06:41:03 +0000 (08:41 +0200)
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>
configs/dra7xx_evm_defconfig

index 756af63c1faa3265ebb48be3bc99d95139600946..1d27e52ac38b11479101c07c597a2ae0d11949ba 100644 (file)
@@ -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