All of lore.kernel.org
 help / color / mirror / Atom feed
From: mingming lee <mingming.lee@mediatek.com>
To: u-boot@lists.denx.de
Subject: [PATCH 3/3] configs: mt8512: Enable I2C related configs
Date: Wed, 9 Sep 2020 14:07:28 +0800	[thread overview]
Message-ID: <20200909060728.5616-4-mingming.lee@mediatek.com> (raw)
In-Reply-To: <20200909060728.5616-1-mingming.lee@mediatek.com>

From: Mingming Lee <Mingming.Lee@mediatek.com>

Enable MTK I2C
Enable I2C basic command

Signed-off-by: Mingming Lee <Mingming.Lee@mediatek.com>
---
 configs/mt8512_bm1_emmc_defconfig | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/configs/mt8512_bm1_emmc_defconfig b/configs/mt8512_bm1_emmc_defconfig
index 10a2083..6b3d9a4 100644
--- a/configs/mt8512_bm1_emmc_defconfig
+++ b/configs/mt8512_bm1_emmc_defconfig
@@ -33,3 +33,6 @@ CONFIG_MTK_TIMER=y
 CONFIG_WDT=y
 CONFIG_WDT_MTK=y
 CONFIG_LZO=y
+CONFIG_CMD_I2C=y
+CONFIG_DM_I2C=y
+CONFIG_SYS_I2C_MTK=y
-- 
1.9.1

  parent reply	other threads:[~2020-09-09  6:07 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-09-09  6:07 [PATCH 0/3] Add i2c support for MediaTek mt8512 mingming lee
2020-09-09  6:07 ` [PATCH 1/3] i2c: mediatek: add basic driver support mingming lee
2020-09-30  5:38   ` Heiko Schocher
2020-09-30  6:15     ` Mingming Lee
2020-09-09  6:07 ` [PATCH 2/3] ARM: dts: Mediatek: add i2c node support for mt8512 mingming lee
2020-09-30  5:40   ` Heiko Schocher
2020-09-09  6:07 ` mingming lee [this message]
2020-09-30  5:41   ` [PATCH 3/3] configs: mt8512: Enable I2C related configs Heiko Schocher

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200909060728.5616-4-mingming.lee@mediatek.com \
    --to=mingming.lee@mediatek.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.