Browse Source

cnss2: Add missing CONFIG items to Kconfig

Add missing platform driver Kconfig items to Kconfig file.

Change-Id: I87d6643d62c08de30c814aed59afa6809bfba369
CRs-Fixed: 3479052
Alan Chen 1 year ago
parent
commit
035dc8286f
1 changed files with 21 additions and 0 deletions
  1. 21 0
      cnss2/Kconfig

+ 21 - 0
cnss2/Kconfig

@@ -135,3 +135,24 @@ config CNSS2_SMMU_DB_SUPPORT
 	  traces by ringing MHI host doorbell register. This feature helps
 	  traces by ringing MHI host doorbell register. This feature helps
 	  to get traces which contain smmu fault address and enables
 	  to get traces which contain smmu fault address and enables
 	  debugging.
 	  debugging.
+
+config CNSS_HW_SECURE_DISABLE
+	bool "Enable HW secure disable"
+	depends on CNSS2
+	help
+	  If enabled, WLAN HW can be securely disabled. It would be able to
+	  handle WLAN cold boot initialization sequence changes if HW is
+	  disabled at boot and WLAN resume sequence after WLAN HW is enabled.
+
+config CNSS2_SSR_DRIVER_DUMP
+	bool "Enable Host SSR DRIVER DUMP Collection"
+	depends on CNSS2
+	help
+	  If enabled, host driver dump will be collected upon SSR.
+
+config CNSS_OUT_OF_TREE
+	bool "Enable Out of Tree Usage"
+	depends on CNSS2
+	help
+	  If enabled, CNSS platform driver modules would be able to access
+	  functions from the other modules in the platform driver.