linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: stefan@agner.ch (Stefan Agner)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 3/7] ARM: multi_v7_defconfig: configure I2C driver built-in
Date: Sun, 18 Mar 2018 21:34:38 +0100	[thread overview]
Message-ID: <20180318203442.19759-3-stefan@agner.ch> (raw)
In-Reply-To: <20180318203442.19759-1-stefan@agner.ch>

PMIC often require the I2C bus, and the PMIC regulators might be
necessary to power on eMMC/SD-card or other supplies required
for successful boot. Make sure I2C driver for i.MX devices is
built-in.

Signed-off-by: Stefan Agner <stefan@agner.ch>
---
 arch/arm/configs/multi_v7_defconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig
index 608bc85856a1..fc142dc75092 100644
--- a/arch/arm/configs/multi_v7_defconfig
+++ b/arch/arm/configs/multi_v7_defconfig
@@ -368,7 +368,7 @@ CONFIG_I2C_DIGICOLOR=m
 CONFIG_I2C_EMEV2=m
 CONFIG_I2C_GPIO=m
 CONFIG_I2C_EXYNOS5=y
-CONFIG_I2C_IMX=m
+CONFIG_I2C_IMX=y
 CONFIG_I2C_MV64XXX=y
 CONFIG_I2C_RIIC=y
 CONFIG_I2C_RK3X=y
-- 
2.16.2

  parent reply	other threads:[~2018-03-18 20:34 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-03-18 20:34 [PATCH 1/7] ARM: multi_v7_defconfig: add OCOTP driver for NXP SoCs Stefan Agner
2018-03-18 20:34 ` [PATCH 2/7] ARM: multi_v7_defconfig: enable thermal driver for i.MX devices Stefan Agner
2018-03-18 20:34 ` Stefan Agner [this message]
2018-03-18 20:34 ` [PATCH 4/7] ARM: multi_v7_defconfig: add RN5T618 PMIC family support Stefan Agner
2018-03-18 20:34 ` [PATCH 5/7] ARM: multi_v7_defconfig: add GPMI NAND controller support Stefan Agner
2018-03-18 20:34 ` [PATCH 6/7] ARM: multi_v7_defconfig: add NXP FlexCAN IP support Stefan Agner
2018-03-18 20:34 ` [PATCH 7/7] ARM: multi_v7_defconfig: add NXP graphics drivers Stefan Agner
2018-03-26  7:32 ` [PATCH 1/7] ARM: multi_v7_defconfig: add OCOTP driver for NXP SoCs Shawn Guo
2018-03-27 13:40   ` Arnd Bergmann
2018-04-09 11:46     ` Shawn Guo

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=20180318203442.19759-3-stefan@agner.ch \
    --to=stefan@agner.ch \
    --cc=linux-arm-kernel@lists.infradead.org \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).