From: your name <yurovsky@gmail.com>
To: linux-kernel@vger.kernel.org
Cc: Andrey Yurovsky <yurovsky@gmail.com>,
pure.logic@nexus-software.ie, srinivas.kandagatla@linaro.org,
gregkh@linuxfoundation.org, p.zabel@pengutronix.de,
richard.leitner@skidata.com
Subject: [PATCH] nvmem: imx-ocotp: update Kconfig to incluide i.MX7
Date: Thu, 21 Dec 2017 08:42:03 -0800 [thread overview]
Message-ID: <20171221164203.1302-1-yurovsky@gmail.com> (raw)
From: Andrey Yurovsky <yurovsky@gmail.com>
This driver supports the i.MX7 as well and OTP capacity varies by SoC.
Update the depends on line to include SOC_IMX7D and update the help
text.
Signed-off-by: Andrey Yurovsky <yurovsky@gmail.com>
---
drivers/nvmem/Kconfig | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/drivers/nvmem/Kconfig b/drivers/nvmem/Kconfig
index ff505af064ba..3fe24fda08b7 100644
--- a/drivers/nvmem/Kconfig
+++ b/drivers/nvmem/Kconfig
@@ -25,12 +25,12 @@ config NVMEM_IMX_IIM
will be called nvmem-imx-iim.
config NVMEM_IMX_OCOTP
- tristate "i.MX6 On-Chip OTP Controller support"
- depends on SOC_IMX6 || COMPILE_TEST
+ tristate "i.MX6 and i.MX7 On-Chip OTP Controller support"
+ depends on SOC_IMX6 || SOC_IMX7D || COMPILE_TEST
depends on HAS_IOMEM
help
This is a driver for the On-Chip OTP Controller (OCOTP) available on
- i.MX6 SoCs, providing access to 4 Kbits of one-time programmable
+ i.MX6 and i.MX7 SoCs, providing access to one-time programmable
eFuses.
This driver can also be built as a module. If so, the module
--
2.14.3
reply other threads:[~2017-12-21 16:42 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=20171221164203.1302-1-yurovsky@gmail.com \
--to=yurovsky@gmail.com \
--cc=gregkh@linuxfoundation.org \
--cc=linux-kernel@vger.kernel.org \
--cc=p.zabel@pengutronix.de \
--cc=pure.logic@nexus-software.ie \
--cc=richard.leitner@skidata.com \
--cc=srinivas.kandagatla@linaro.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
all inboxes | Powered by JetHome®