|
@@ -135,3 +135,24 @@ config CNSS2_SMMU_DB_SUPPORT
|
|
|
traces by ringing MHI host doorbell register. This feature helps
|
|
|
to get traces which contain smmu fault address and enables
|
|
|
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.
|