diff options
author | Mugunthan V N <mugunthanvnm@ti.com> | 2016-07-18 09:41:04 (GMT) |
---|---|---|
committer | Heiko Schocher <hs@denx.de> | 2016-07-26 06:40:43 (GMT) |
commit | 081fbeaa9d8f3b003d32e95bd837fe9ed2274ff4 (patch) | |
tree | f010e75a3b648c65e5faaa7d40b42c592e5d7fc8 /configs | |
parent | c438d0117632bd207e9c04a73cd95ae6b229871b (diff) | |
download | u-boot-081fbeaa9d8f3b003d32e95bd837fe9ed2274ff4.tar.xz |
defconfig: am43xx_evm: enable i2c driver model
Enable i2c driver model for am43xx_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')
-rw-r--r-- | configs/am43xx_evm_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/am43xx_evm_defconfig b/configs/am43xx_evm_defconfig index cb3de11..0eab4ad 100644 --- a/configs/am43xx_evm_defconfig +++ b/configs/am43xx_evm_defconfig @@ -54,3 +54,4 @@ CONFIG_G_DNL_MANUFACTURER="Texas Instruments" CONFIG_G_DNL_VENDOR_NUM=0x0403 CONFIG_G_DNL_PRODUCT_NUM=0xbd00 CONFIG_SPL_OF_LIBFDT=y +CONFIG_DM_I2C=y |