qcacld-3.0: Add Kbuild configuration
Add QCA_PADDR_CHECK_ON_3RD_PARTY_PLATFORM configuration in Kbuild. Change-Id: I1a0c2e5666ba1d608f56767c15591e8f4a367363 CRs-Fixed: 3459203
This commit is contained in:

committed by
Rahul Choudhary

parent
57885ae406
commit
b5cb91eed4
1
Kbuild
1
Kbuild
@@ -3363,6 +3363,7 @@ endif
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
ccflags-$(CONFIG_QCA_DMA_PADDR_CHECK) += -DQCA_DMA_PADDR_CHECK
|
ccflags-$(CONFIG_QCA_DMA_PADDR_CHECK) += -DQCA_DMA_PADDR_CHECK
|
||||||
|
ccflags-$(CONFIG_PADDR_CHECK_ON_3RD_PARTY_PLATFORM) += -DQCA_PADDR_CHECK_ON_3RD_PARTY_PLATFORM
|
||||||
ccflags-$(CONFIG_DP_TRAFFIC_END_INDICATION) += -DDP_TRAFFIC_END_INDICATION
|
ccflags-$(CONFIG_DP_TRAFFIC_END_INDICATION) += -DDP_TRAFFIC_END_INDICATION
|
||||||
ccflags-$(CONFIG_THERMAL_STATS_SUPPORT) += -DTHERMAL_STATS_SUPPORT
|
ccflags-$(CONFIG_THERMAL_STATS_SUPPORT) += -DTHERMAL_STATS_SUPPORT
|
||||||
ccflags-$(CONFIG_PTT_SOCK_SVC_ENABLE) += -DPTT_SOCK_SVC_ENABLE
|
ccflags-$(CONFIG_PTT_SOCK_SVC_ENABLE) += -DPTT_SOCK_SVC_ENABLE
|
||||||
|
4
Kconfig
4
Kconfig
@@ -143,4 +143,8 @@ config QCA_DMA_PADDR_CHECK
|
|||||||
bool "Enable dma memory addr check"
|
bool "Enable dma memory addr check"
|
||||||
default n
|
default n
|
||||||
|
|
||||||
|
config PADDR_CHECK_ON_3RD_PARTY_PLATFORM
|
||||||
|
bool "Enable data path memory addr check on third-party platforms"
|
||||||
|
default n
|
||||||
|
|
||||||
endif # QCA_CLD_WLAN
|
endif # QCA_CLD_WLAN
|
||||||
|
Reference in New Issue
Block a user