nvmem: Add Vybrid OCOTP support
[firefly-linux-kernel-4.4.55.git] / drivers / nvmem / Kconfig
index 8db297821f78c334263f9dfd6e748972da88ef4d..1d4f2b4fe092ac54b092122dadb9bab474bb92f6 100644 (file)
@@ -36,4 +36,14 @@ config NVMEM_SUNXI_SID
          This driver can also be built as a module. If so, the module
          will be called nvmem_sunxi_sid.
 
+config NVMEM_VF610_OCOTP
+       tristate "VF610 SoC OCOTP support"
+       depends on SOC_VF610 || COMPILE_TEST
+       help
+         This is a driver for the 'OCOTP' peripheral available on Vybrid
+         devices like VF5xx and VF6xx.
+
+         This driver can also be build as a module. If so, the module will
+         be called nvmem-vf610-ocotp.
+
 endif