]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - drivers/nvmem/Kconfig
ethernet: use core min/max MTU checking
[karo-tx-linux.git] / drivers / nvmem / Kconfig
index f550c4596a7a92f2c8129ebef54272b7cd07ca32..ba140eaee5c89f99f0836f43bdaf425c995616c8 100644 (file)
@@ -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