diff mbox

[U-Boot,6/6] configs: trats: enable the CONFIG_DM_I2C_GPIO

Message ID 20170330123002.21207-7-jh80.chung@samsung.com
State Accepted
Commit 425e93cc6ce1fe5507fa0806692e93b2ff091a53
Delegated to: Minkyu Kang
Headers show

Commit Message

Jaehoon Chung March 30, 2017, 12:30 p.m. UTC
Enable the CONFIG_DM_I2C_GPIO for using i2c gpio

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

Comments

Simon Glass April 1, 2017, 4:23 a.m. UTC | #1
On 30 March 2017 at 06:30, Jaehoon Chung <jh80.chung@samsung.com> wrote:
> Enable the CONFIG_DM_I2C_GPIO for using i2c gpio
>
> Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
> ---
>  configs/trats_defconfig | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/configs/trats_defconfig b/configs/trats_defconfig
> index 2be05ff..23024fd 100644
> --- a/configs/trats_defconfig
> +++ b/configs/trats_defconfig
> @@ -34,6 +34,7 @@ CONFIG_CMD_FS_GENERIC=y
>  CONFIG_ISO_PARTITION=y
>  CONFIG_OF_CONTROL=y
>  CONFIG_DFU_MMC=y
> +CONFIG_DM_I2C_GPIO=y
>  CONFIG_MMC_DW=y
>  CONFIG_MMC_SDHCI=y
>  CONFIG_MMC_SDHCI_SDMA=y
> --
> 2.10.2
>

Reviewed-by: Simon Glass <sjg@chromium.org>
diff mbox

Patch

diff --git a/configs/trats_defconfig b/configs/trats_defconfig
index 2be05ff..23024fd 100644
--- a/configs/trats_defconfig
+++ b/configs/trats_defconfig
@@ -34,6 +34,7 @@  CONFIG_CMD_FS_GENERIC=y
 CONFIG_ISO_PARTITION=y
 CONFIG_OF_CONTROL=y
 CONFIG_DFU_MMC=y
+CONFIG_DM_I2C_GPIO=y
 CONFIG_MMC_DW=y
 CONFIG_MMC_SDHCI=y
 CONFIG_MMC_SDHCI_SDMA=y