aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/nvmem/Kconfig
diff options
context:
space:
mode:
authorSanchayan Maity <maitysanchayan@gmail.com>2015-09-30 08:54:59 -0400
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2015-10-04 07:06:13 -0400
commit22dbdb7cbf7214befd3a449ba7959c8cf4038e6c (patch)
tree1a2a3daa7a08da6f4a544886f35aa20fe0af4adb /drivers/nvmem/Kconfig
parent6230699469523337d65bb5e2f47279dfcf3eea17 (diff)
nvmem: Add Vybrid OCOTP support
The patch adds support for the On Chip One Time Programmable Peripheral (OCOTP) on the Vybrid platform. Signed-off-by: Sanchayan Maity <maitysanchayan@gmail.com> Acked-by: Srinivas Kandagatla <srinivas.kandagatla@linaro.org> Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@linaro.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/nvmem/Kconfig')
-rw-r--r--drivers/nvmem/Kconfig10
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/nvmem/Kconfig b/drivers/nvmem/Kconfig
index 8db297821f78..1d4f2b4fe092 100644
--- a/drivers/nvmem/Kconfig
+++ b/drivers/nvmem/Kconfig
@@ -36,4 +36,14 @@ config NVMEM_SUNXI_SID
36 This driver can also be built as a module. If so, the module 36 This driver can also be built as a module. If so, the module
37 will be called nvmem_sunxi_sid. 37 will be called nvmem_sunxi_sid.
38 38
39config NVMEM_VF610_OCOTP
40 tristate "VF610 SoC OCOTP support"
41 depends on SOC_VF610 || COMPILE_TEST
42 help
43 This is a driver for the 'OCOTP' peripheral available on Vybrid
44 devices like VF5xx and VF6xx.
45
46 This driver can also be build as a module. If so, the module will
47 be called nvmem-vf610-ocotp.
48
39endif 49endif