summaryrefslogtreecommitdiffstats
path: root/drivers/nvmem/Kconfig
diff options
context:
space:
mode:
authorKeiji Hayashibara <hayashibara.keiji@socionext.com>2017-10-24 05:54:26 -0400
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2017-11-08 08:19:05 -0500
commit71c5dd5002b11d240c9b0e4adc972903183000aa (patch)
treeef72168e272442c2b119ba7ee4c3a60458b4b694 /drivers/nvmem/Kconfig
parent2a96c818f484bcc16f42a09b030a470f2b44df04 (diff)
nvmem: uniphier: add UniPhier eFuse driver
Add eFuse driver for Socionext UniPhier series SoC. Note that eFuse device is under soc-glue and this register implements as read only. Signed-off-by: Keiji Hayashibara <hayashibara.keiji@socionext.com> 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/Kconfig11
1 files changed, 11 insertions, 0 deletions
diff --git a/drivers/nvmem/Kconfig b/drivers/nvmem/Kconfig
index eb09916744bf..ff505af064ba 100644
--- a/drivers/nvmem/Kconfig
+++ b/drivers/nvmem/Kconfig
@@ -123,6 +123,17 @@ config NVMEM_SUNXI_SID
123 This driver can also be built as a module. If so, the module 123 This driver can also be built as a module. If so, the module
124 will be called nvmem_sunxi_sid. 124 will be called nvmem_sunxi_sid.
125 125
126config UNIPHIER_EFUSE
127 tristate "UniPhier SoCs eFuse support"
128 depends on ARCH_UNIPHIER || COMPILE_TEST
129 depends on HAS_IOMEM
130 help
131 This is a simple driver to dump specified values of UniPhier SoC
132 from eFuse.
133
134 This driver can also be built as a module. If so, the module
135 will be called nvmem-uniphier-efuse.
136
126config NVMEM_VF610_OCOTP 137config NVMEM_VF610_OCOTP
127 tristate "VF610 SoC OCOTP support" 138 tristate "VF610 SoC OCOTP support"
128 depends on SOC_VF610 || COMPILE_TEST 139 depends on SOC_VF610 || COMPILE_TEST