aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/nvmem/Kconfig
diff options
context:
space:
mode:
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 a6d80536fd58..bc4ea585b42e 100644
--- a/drivers/nvmem/Kconfig
+++ b/drivers/nvmem/Kconfig
@@ -47,6 +47,16 @@ config QCOM_QFPROM
47 This driver can also be built as a module. If so, the module 47 This driver can also be built as a module. If so, the module
48 will be called nvmem_qfprom. 48 will be called nvmem_qfprom.
49 49
50config ROCKCHIP_EFUSE
51 tristate "Rockchip eFuse Support"
52 depends on ARCH_ROCKCHIP || COMPILE_TEST
53 help
54 This is a simple drive to dump specified values of Rockchip SoC
55 from eFuse, such as cpu-leakage.
56
57 This driver can also be built as a module. If so, the module
58 will be called nvmem_rockchip_efuse.
59
50config NVMEM_SUNXI_SID 60config NVMEM_SUNXI_SID
51 tristate "Allwinner SoCs SID support" 61 tristate "Allwinner SoCs SID support"
52 depends on ARCH_SUNXI 62 depends on ARCH_SUNXI