diff mbox

[U-Boot,3/6] configs: trats2: enable CONFIG_DM_I2C_GPIO

Message ID 20170403100258.19014-4-jh80.chung@samsung.com
State Accepted
Commit 471b11765cf6c0e003975182bd9528a15d86df4a
Delegated to: Minkyu Kang
Headers show

Commit Message

Jaehoon Chung April 3, 2017, 10:02 a.m. UTC
Enable the CONFIG_DM_I2C_GPIO for using i2c-gpio.

Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
---
 configs/trats2_defconfig | 1 +
 1 file changed, 1 insertion(+)
diff mbox

Patch

diff --git a/configs/trats2_defconfig b/configs/trats2_defconfig
index ab76aa3..6c7b341 100644
--- a/configs/trats2_defconfig
+++ b/configs/trats2_defconfig
@@ -34,6 +34,7 @@  CONFIG_CMD_FAT=y
 CONFIG_CMD_FS_GENERIC=y
 CONFIG_ISO_PARTITION=y
 CONFIG_OF_CONTROL=y
+CONFIG_DM_I2C_GPIO=y
 CONFIG_DFU_MMC=y
 CONFIG_MMC_DW=y
 CONFIG_MMC_SDHCI=y