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

index eb01f41d02e60eb01b5c7a0124e82999f1c2598b..faf9cd57e47431433411dc8e839b6370613fe3f0 100644 (file)
@@ -60,3 +60,4 @@ CONFIG_SPL_OF_LIBFDT=y
 CONFIG_SPL_LOAD_FIT=y
 CONFIG_SPL_FIT_IMAGE_POST_PROCESS=y
 CONFIG_OF_LIST="dra7-evm dra72-evm"
+CONFIG_DM_I2C=y