Explorar el Código

qcacld-3.0: Change Genoa perf config to support cnss2 as dlkm

Add the cnss2 module config to the Genoa perf defconfig
to support cnss2 as dynamic loadable kernel module

Change-Id: I3410bf129edbe7d766a490e6fa104469a18f1187
Chaoli Zhou hace 4 años
padre
commit
4d74e08860
Se han modificado 1 ficheros con 7 adiciones y 0 borrados
  1. 7 0
      configs/genoa.pci.perf_defconfig

+ 7 - 0
configs/genoa.pci.perf_defconfig

@@ -108,6 +108,13 @@ CONFIG_PLD_PCIE_INIT_FLAG := y
 endif
 endif
 
+ifeq ($(CONFIG_CNSS2), m)
+ifeq ($(CONFIG_HIF_PCI), y)
+CONFIG_PLD_PCIE_CNSS_FLAG := y
+CONFIG_PLD_PCIE_INIT_FLAG := y
+endif
+endif
+
 CONFIG_QCA_WIFI_FTM := n
 QCA_WIFI_FTM_NL80211 := n
 CONFIG_LINUX_QCMBR := n