diff options
| author | Mugunthan V N <[email protected]> | 2016-07-18 15:11:08 +0530 |
|---|---|---|
| committer | Heiko Schocher <[email protected]> | 2016-07-26 08:41:23 +0200 |
| commit | 9aa5874a7698cbcbbb07143121dd1ffed51ba6ed (patch) | |
| tree | fa6ba22b08345c74ae1baa1f3a38a02e20aed741 | |
| parent | efe7898bffa04f4c56f12078849f46ed8b13fb5f (diff) | |
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 <[email protected]>
Reviewed-by: Tom Rini <[email protected]>
| -rw-r--r-- | configs/am57xx_evm_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
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 |
