diff options
author | Mugunthan V N <mugunthanvnm@ti.com> | 2016-07-18 09:41:02 (GMT) |
---|---|---|
committer | Heiko Schocher <hs@denx.de> | 2016-07-26 06:40:20 (GMT) |
commit | c50f2610b5cc672cd2ff6e160e5c9e99f1052c32 (patch) | |
tree | ecc119d0bdff839a952d3381c8a72202d2aa691e /configs | |
parent | daa69ffe3d4d603ccb7dfca92c33f19d9e1c2313 (diff) | |
download | u-boot-c50f2610b5cc672cd2ff6e160e5c9e99f1052c32.tar.xz |
defconfig: am335x_boneblack_vboot: enable i2c driver model
Enable i2c driver model for am335x_boneblack_vboot as omap i2c
supports driver model. Also enable CONFIG_DM_I2C_COMPAT for
legacy drivers of i2c devices.
Signed-off-by: Mugunthan V N <mugunthanvnm@ti.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/am335x_boneblack_vboot_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/am335x_boneblack_vboot_defconfig b/configs/am335x_boneblack_vboot_defconfig index 903f518..c2f09cb 100644 --- a/configs/am335x_boneblack_vboot_defconfig +++ b/configs/am335x_boneblack_vboot_defconfig @@ -49,3 +49,4 @@ CONFIG_USB_GADGET_DOWNLOAD=y CONFIG_G_DNL_MANUFACTURER="Texas Instruments" CONFIG_G_DNL_VENDOR_NUM=0x0451 CONFIG_G_DNL_PRODUCT_NUM=0xd022 +CONFIG_DM_I2C=y |