From: Mugunthan V N Date: Mon, 18 Jul 2016 09:41:08 +0000 (+0530) Subject: defconfig: am57xx_evm: enable i2c driver model X-Git-Tag: v2016.09-rc2~181^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9aa5874a7698cbcbbb07143121dd1ffed51ba6ed;p=pandora-u-boot.git defconfig: am57xx_evm: enable i2c driver model Enable i2c driver model for am57xx_evm as omap i2c supports driver model. Signed-off-by: Mugunthan V N Reviewed-by: Tom Rini --- diff --git a/configs/am57xx_evm_defconfig b/configs/am57xx_evm_defconfig index c29a05a229b..8a8a4c9090b 100644 --- a/configs/am57xx_evm_defconfig +++ b/configs/am57xx_evm_defconfig @@ -40,3 +40,4 @@ CONFIG_FIT=y CONFIG_SPL_OF_LIBFDT=y CONFIG_SPL_LOAD_FIT=y CONFIG_OF_LIST="am57xx-beagle-x15 am572x-idk" +CONFIG_DM_I2C=y