From 2878942aa22ae2effd128bb0ada9c81b25bb048b Mon Sep 17 00:00:00 2001 From: Dinh Nguyen Date: Wed, 4 Apr 2018 17:18:21 -0500 Subject: configs: socfpga: convert i2c to dm Enable DM I2C driver on SoCFPGA platforms. Signed-off-by: Dinh Nguyen --- configs/socfpga_is1_defconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'configs/socfpga_is1_defconfig') diff --git a/configs/socfpga_is1_defconfig b/configs/socfpga_is1_defconfig index 37d28216f3..1f045d6ed6 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 -- cgit v1.2.1