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_is1_defconfig | |
parent | 2ac718821a88885bd749976ff3ce6f853f2da0c9 (diff) |
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_is1_defconfig')
-rw-r--r-- | configs/socfpga_is1_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/socfpga_is1_defconfig b/configs/socfpga_is1_defconfig index 37d28216f34..1f045d6ed61 100644 --- a/configs/socfpga_is1_defconfig +++ b/configs/socfpga_is1_defconfig @@ -40,6 +40,7 @@ CONFIG_SYS_BOOTCOUNT_ADDR=0xfffffff8 CONFIG_FPGA_SOCFPGA=y CONFIG_DM_GPIO=y CONFIG_DWAPB_GPIO=y +CONFIG_DM_I2C=y CONFIG_SYS_I2C_DW=y # CONFIG_MMC is not set CONFIG_SPI_FLASH=y |