defconfig: am335x_evm: enable i2c driver model
Enable i2c driver model for am335x_evm as omap i2c supports driver model. Signed-off-by: Mugunthan V N <mugunthanvnm@ti.com> Reviewed-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
parent
c50f2610b5
commit
c438d01176
|
@ -49,3 +49,4 @@ CONFIG_FIT=y
|
|||
CONFIG_SPL_OF_LIBFDT=y
|
||||
CONFIG_SPL_LOAD_FIT=y
|
||||
CONFIG_OF_LIST="am335x-evm am335x-bone am335x-boneblack am335x-evmsk am335x-bonegreen am335x-icev2"
|
||||
CONFIG_DM_I2C=y
|
||||
|
|
Loading…
Reference in New Issue