Browse Source

qcacld-3.0: Donot enable PKTLOG_LEGACY for lithium

Since CONFIG_ROME_IF is defined as "PCI" for lithium, PKTLOG_LEGACY is
getting enabled for lithium product as well. Disable PKTLOG_LEGACY for
lithium chipsets.

Change-Id: Ida237cd03e7006514120f9b2e37c7ad5c3897294
CRs-Fixed: 2532170
Mohit Khanna 5 năm trước cách đây
mục cha
commit
62282ceda7
1 tập tin đã thay đổi với 4 bổ sung0 xóa
  1. 4 0
      configs/default_defconfig

+ 4 - 0
configs/default_defconfig

@@ -546,6 +546,10 @@ CONFIG_PKTLOG_LEGACY := y
 endif
 endif
 
+ifeq ($(CONFIG_LITHIUM), y)
+CONFIG_PKTLOG_LEGACY := n
+endif
+
 #Enable WDI Event support
 ifeq ($(CONFIG_REMOVE_PKT_LOG), y)
 CONFIG_WDI_EVENT_ENABLE := n