diff options
author | Dinh Nguyen <dinguyen@kernel.org> | 2018-04-04 17:18:21 -0500 |
---|---|---|
committer | Marek Vasut <marex@denx.de> | 2018-04-17 11:39:49 +0200 |
commit | 2878942aa22ae2effd128bb0ada9c81b25bb048b (patch) | |
tree | 1df2bfde06c18cd195997cd52014a805a1fd17de /configs/socfpga_cyclone5_defconfig | |
parent | 2ac718821a88885bd749976ff3ce6f853f2da0c9 (diff) | |
download | u-boot-2878942aa22ae2effd128bb0ada9c81b25bb048b.tar.gz |
configs: socfpga: convert i2c to dm
Enable DM I2C driver on SoCFPGA platforms.
Signed-off-by: Dinh Nguyen <dinguyen@kernel.org>
Diffstat (limited to 'configs/socfpga_cyclone5_defconfig')
-rw-r--r-- | configs/socfpga_cyclone5_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/socfpga_cyclone5_defconfig b/configs/socfpga_cyclone5_defconfig index a68707425d..f6aaff513a 100644 --- a/configs/socfpga_cyclone5_defconfig +++ b/configs/socfpga_cyclone5_defconfig @@ -42,6 +42,7 @@ CONFIG_DFU_MMC=y CONFIG_FPGA_SOCFPGA=y CONFIG_DM_GPIO=y CONFIG_DWAPB_GPIO=y +CONFIG_DM_I2C=y CONFIG_SYS_I2C_DW=y CONFIG_DM_MMC=y CONFIG_MMC_DW=y |