nvmem: qfprom: Add Qualcomm QFPROM support.
[firefly-linux-kernel-4.4.55.git] / drivers / nvmem / Kconfig
index de90c82d891be3ea52cbe3cda3f27b2a92d42d3b..fa85805bbdb7c14f5fa4841c792f89410b4c5b1a 100644 (file)
@@ -11,3 +11,18 @@ menuconfig NVMEM
          will be called nvmem_core.
 
          If unsure, say no.
+
+if NVMEM
+
+config QCOM_QFPROM
+       tristate "QCOM QFPROM Support"
+       depends on ARCH_QCOM || COMPILE_TEST
+       select REGMAP_MMIO
+       help
+         Say y here to enable QFPROM support. The QFPROM provides access
+         functions for QFPROM data to rest of the drivers via nvmem interface.
+
+         This driver can also be built as a module. If so, the module
+         will be called nvmem_qfprom.
+
+endif