qcacld-3.0: Use y/n for CONFIG_HIF_PCI

Use y/n for CONFIG_HIF_PCI.

Change-Id: Id6bb574b863edcbf6b7b56cdffe25a8ce1a8ac31
CRs-Fixed: 2228344
This commit is contained in:
Nirav Shah 2018-04-20 13:37:56 +05:30 committed by nshrivas
parent 51225472c5
commit 2f3281d4b8

2
Kbuild
View File

@ -1748,7 +1748,7 @@ PLD_INC := -I$(WLAN_ROOT)/$(PLD_INC_DIR) \
PLD_OBJS := $(PLD_SRC_DIR)/pld_common.o
ifeq ($(CONFIG_HIF_PCI), 1)
ifeq ($(CONFIG_HIF_PCI), y)
PLD_OBJS += $(PLD_SRC_DIR)/pld_pcie.o
endif
ifeq ($(CONFIG_ICNSS), y)