Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 02768612 authored by Amandeep Singh's avatar Amandeep Singh
Browse files

msm: qcn: Enable QCN SDIO client driver for compilation



Add QCN SDIO client driver config into Makefile and
Kconfig to enable its compilation.

Change-Id: I40ffa1844b2030aca53d0e36f1bee2900a3ea8d4
Signed-off-by: default avatarAmandeep Singh <amansing@codeaurora.org>
parent c83973e1
Loading
Loading
Loading
Loading
+7 −0
Original line number Original line Diff line number Diff line
@@ -633,5 +633,12 @@ config MSM_RDBG
	  for a debugger running on a host PC to communicate with a remote
	  for a debugger running on a host PC to communicate with a remote
	  stub running on peripheral subsystems such as the ADSP, MODEM etc.
	  stub running on peripheral subsystems such as the ADSP, MODEM etc.


config QCOM_SDIO_CLIENT
	bool "QCOM_SDIO_CLIENT support"
	depends on SDIO_QCN
	default y
	help
	  Interface used for SDIO and sahara user spce application

endmenu
endmenu
+1 −0
Original line number Original line Diff line number Diff line
@@ -67,3 +67,4 @@ ifdef CONFIG_COMPAT
obj-$(CONFIG_MSM_ADSPRPC)       += adsprpc_compat.o
obj-$(CONFIG_MSM_ADSPRPC)       += adsprpc_compat.o
endif
endif
obj-$(CONFIG_MSM_RDBG)		+= rdbg.o
obj-$(CONFIG_MSM_RDBG)		+= rdbg.o
obj-$(CONFIG_QCOM_SDIO_CLIENT)	+= qti_sdio_client.o