diff options
author | Beniamino Galvani <b.galvani@gmail.com> | 2017-10-29 10:09:01 +0100 |
---|---|---|
committer | Heiko Schocher <hs@denx.de> | 2017-11-20 10:11:44 +0100 |
commit | 456efb512728a4cd6fe66871932c5384bec9b7c1 (patch) | |
tree | e41e6d897a9a269a3c528a9e126ae3365622c13d /configs/odroid-c2_defconfig | |
parent | f8d9ca18333c42040135c6605ee27668da1738af (diff) | |
download | u-boot-456efb512728a4cd6fe66871932c5384bec9b7c1.tar.gz |
odroid-c2: enable I2C
Signed-off-by: Beniamino Galvani <b.galvani@gmail.com>
Diffstat (limited to 'configs/odroid-c2_defconfig')
-rw-r--r-- | configs/odroid-c2_defconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configs/odroid-c2_defconfig b/configs/odroid-c2_defconfig index f7f8016644..1afd2fc111 100644 --- a/configs/odroid-c2_defconfig +++ b/configs/odroid-c2_defconfig @@ -11,12 +11,15 @@ CONFIG_DEBUG_UART=y # CONFIG_CMD_IMI is not set # CONFIG_CMD_FPGA is not set CONFIG_CMD_GPIO=y +CONFIG_CMD_I2C=y # CONFIG_CMD_LOADS is not set CONFIG_CMD_MMC=y # CONFIG_CMD_SETEXPR is not set CONFIG_OF_CONTROL=y CONFIG_NET_RANDOM_ETHADDR=y CONFIG_DM_GPIO=y +CONFIG_DM_I2C=y +CONFIG_SYS_I2C_MESON=y CONFIG_DM_MMC=y CONFIG_MMC_MESON_GX=y CONFIG_DM_ETH=y |