diff options
author | ZhengShunQian <zhengsq@rock-chips.com> | 2015-09-30 08:56:44 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2015-10-04 07:08:14 -0400 |
commit | 03a69568e07e1150e1cfdb862892798f88dafd17 (patch) | |
tree | 8de7604233c75a4e9996f30e4ef450d5b50042c1 /drivers/nvmem/Kconfig | |
parent | faf25a9089fc9bdc277b30dbdef8ea7ad7c9083b (diff) |
nvmem: Adding bindings for rockchip-efuse
There are some SoC specified values store in eFuse,
such as the cpu_leakage and cpu_version,
this driver can expose these values to /sys base on nvmem.
Signed-off-by: Caesar Wang <caesar.wang@rock-chips.com>
Signed-off-by: ZhengShunQian <zhengsq@rock-chips.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/Kconfig | 10 |
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 | ||
50 | config 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 | |||
50 | config NVMEM_SUNXI_SID | 60 | config 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 |