On 5/12/20 11:17 AM, Ravi Kumar Bokka wrote: > diff --git a/drivers/nvmem/Kconfig b/drivers/nvmem/Kconfig > index d7b7f6d..c9345c5 100644 > --- a/drivers/nvmem/Kconfig > +++ b/drivers/nvmem/Kconfig > @@ -121,6 +121,16 @@ config QCOM_QFPROM > This driver can also be built as a module. If so, the module > will be called nvmem_qfprom. > > +config QTI_QFPROM_EFUSE > + tristate "QTI_QFPROM_EFUSE Support" > + depends on HAS_IOMEM > + help > + Say y here to enable QFPROM-Efuse support. This driver provides access access to > + QTI qfprom efuse via nvmem interface. > + > + This driver can also be built as a module. If so, the module > + will be called nvmem_qfprom-efuse. The last 3 non-blank lines should be indented with one tab + 2 spaces instead of lots of spaces. > + > config NVMEM_SPMI_SDAM > tristate "SPMI SDAM Support" > depends on SPMI -- ~Randy