diff options
author | Carlo Caione <carlo@endlessm.com> | 2016-08-27 15:43:46 +0200 |
---|---|---|
committer | Kevin Hilman <khilman@baylibre.com> | 2016-09-01 14:24:21 -0700 |
commit | ad855eae6caf0d1dd17bce5bcd8e07759adc9903 (patch) | |
tree | 7f2ae4062d852b80d1a5a8d0c0367ee23ba5a83e /drivers/nvmem/Kconfig | |
parent | 2c4ddb215521d5dfb30f72123ef966ac6bdd16d7 (diff) | |
download | linux-ad855eae6caf0d1dd17bce5bcd8e07759adc9903.tar.gz linux-ad855eae6caf0d1dd17bce5bcd8e07759adc9903.tar.bz2 linux-ad855eae6caf0d1dd17bce5bcd8e07759adc9903.zip |
nvmem: amlogic: Add Amlogic Meson EFUSE driver
Add Amlogic EFUSE driver to access hardware data like ethernet address,
serial number or IDs.
Acked-by: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
Signed-off-by: Carlo Caione <carlo@endlessm.com>
Signed-off-by: Kevin Hilman <khilman@baylibre.com>
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 f550c4596a7a..ba140eaee5c8 100644 --- a/drivers/nvmem/Kconfig +++ b/drivers/nvmem/Kconfig @@ -101,4 +101,14 @@ config NVMEM_VF610_OCOTP This driver can also be build as a module. If so, the module will be called nvmem-vf610-ocotp. +config MESON_EFUSE + tristate "Amlogic eFuse Support" + depends on (ARCH_MESON || COMPILE_TEST) && MESON_SM + help + This is a driver to retrieve specific values from the eFuse found on + the Amlogic Meson SoCs. + + This driver can also be built as a module. If so, the module + will be called nvmem_meson_efuse. + endif |