lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Date:   Thu, 21 Dec 2017 08:42:03 -0800
From:   your name <yurovsky@...il.com>
To:     linux-kernel@...r.kernel.org
Cc:     Andrey Yurovsky <yurovsky@...il.com>, pure.logic@...us-software.ie,
        srinivas.kandagatla@...aro.org, gregkh@...uxfoundation.org,
        p.zabel@...gutronix.de, richard.leitner@...data.com
Subject: [PATCH] nvmem: imx-ocotp: update Kconfig to incluide i.MX7

From: Andrey Yurovsky <yurovsky@...il.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@...il.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

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ