Merge tag 'riscv-for-linus-4.19-mw0' of git://git.kernel.org/pub/scm/linux/kernel...
[sfrench/cifs-2.6.git] / drivers / nvmem / Kconfig
index 54a3c298247bcc356b4253b37662ed550791a504..0a7a470ee8594e14ecf905d683179d6ac97c105a 100644 (file)
@@ -181,4 +181,15 @@ config RAVE_SP_EEPROM
        help
          Say y here to enable Rave SP EEPROM support.
 
+config SC27XX_EFUSE
+       tristate "Spreadtrum SC27XX eFuse Support"
+       depends on MFD_SC27XX_PMIC || COMPILE_TEST
+       depends on HAS_IOMEM
+       help
+         This is a simple driver to dump specified values of Spreadtrum
+         SC27XX PMICs from eFuse.
+
+         This driver can also be built as a module. If so, the module
+         will be called nvmem-sc27xx-efuse.
+
 endif