diff mbox series

[2/6] nvmem: imx-ocotp: Fix i.MX OC-OTP naming prompt

Message ID 20190419100327.31483-3-pure.logic@nexus-software.ie (mailing list archive)
State New, archived
Headers show
Series Add i.MX8MM support | expand

Commit Message

Bryan O'Donoghue April 19, 2019, 10:03 a.m. UTC
The imx-ocotp driver supports i.MX6, i.MX7 and i.MX8 but, the Kconfig
prompt only specifies i.MX6, which is pretty confusing.

Add the two absent processor types to the prompt to make driver selection
easier to understand.

Signed-off-by: Bryan O'Donoghue <pure.logic@nexus-software.ie>
---
 drivers/nvmem/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/drivers/nvmem/Kconfig b/drivers/nvmem/Kconfig
index 4d1c8778c064..ebd1ba649aad 100644
--- a/drivers/nvmem/Kconfig
+++ b/drivers/nvmem/Kconfig
@@ -25,7 +25,7 @@  config NVMEM_IMX_IIM
 	  will be called nvmem-imx-iim.
 
 config NVMEM_IMX_OCOTP
-	tristate "i.MX6 On-Chip OTP Controller support"
+	tristate "i.MX6/i.MX7/i.MX8 On-Chip OTP Controller support"
 	depends on SOC_IMX6 || SOC_IMX7D || (ARM64 && ARCH_MXC) || COMPILE_TEST
 	depends on HAS_IOMEM
 	help