nvmem: sec-qfprom: Add Qualcomm secure QFPROM support
[platform/kernel/linux-starfive.git] / drivers / nvmem / Kconfig
index 7ab12fc..5bc9c48 100644 (file)
@@ -226,6 +226,19 @@ config NVMEM_QCOM_QFPROM
          This driver can also be built as a module. If so, the module
          will be called nvmem_qfprom.
 
+config NVMEM_QCOM_SEC_QFPROM
+        tristate "QCOM SECURE QFPROM Support"
+        depends on ARCH_QCOM || COMPILE_TEST
+        depends on HAS_IOMEM
+        depends on OF
+        select QCOM_SCM
+        help
+          Say y here to enable secure QFPROM support. The secure 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_sec_qfprom.
+
 config NVMEM_RAVE_SP_EEPROM
        tristate "Rave SP EEPROM Support"
        depends on RAVE_SP_CORE