msm: Add ipc router config in Makefile and Kconfig
Add ipc router sdio plugin config in Makefile and Kconfig to enable it for compilation. Change-Id: If3bc8e812240bd86f2ef3bc63452edcdf69deac6 Signed-off-by: Amandeep Singh <amansing@codeaurora.org>
This commit is contained in:
parent
38de3ce82f
commit
9ea2de0a4e
2 changed files with 11 additions and 0 deletions
|
@ -326,6 +326,16 @@ config MSM_IPC_ROUTER_GLINK_XPRT
|
||||||
this layer registers a transport with IPC Router and enable
|
this layer registers a transport with IPC Router and enable
|
||||||
message exchange.
|
message exchange.
|
||||||
|
|
||||||
|
config MSM_IPC_ROUTER_SDIO_XPRT
|
||||||
|
depends on QCOM_SDIO_CLIENT
|
||||||
|
depends on IPC_ROUTER
|
||||||
|
bool "MSM SDIO XPRT Layer"
|
||||||
|
help
|
||||||
|
SDIO Transport Layer that enables off-chip communication of
|
||||||
|
IPC Router. When the SDIO endpoint becomes available, this layer
|
||||||
|
registers the transport with IPC Router and enable message
|
||||||
|
exchange.
|
||||||
|
|
||||||
config MSM_SYSTEM_HEALTH_MONITOR
|
config MSM_SYSTEM_HEALTH_MONITOR
|
||||||
bool "System Health Monitor"
|
bool "System Health Monitor"
|
||||||
depends on MSM_QMI_INTERFACE && MSM_SUBSYSTEM_RESTART
|
depends on MSM_QMI_INTERFACE && MSM_SUBSYSTEM_RESTART
|
||||||
|
|
|
@ -24,6 +24,7 @@ obj-$(CONFIG_MSM_RPM_SMD) += rpm-smd-debug.o
|
||||||
endif
|
endif
|
||||||
obj-$(CONFIG_MSM_IPC_ROUTER_SMD_XPRT) += ipc_router_smd_xprt.o
|
obj-$(CONFIG_MSM_IPC_ROUTER_SMD_XPRT) += ipc_router_smd_xprt.o
|
||||||
obj-$(CONFIG_MSM_IPC_ROUTER_HSIC_XPRT) += ipc_router_hsic_xprt.o
|
obj-$(CONFIG_MSM_IPC_ROUTER_HSIC_XPRT) += ipc_router_hsic_xprt.o
|
||||||
|
obj-$(CONFIG_MSM_IPC_ROUTER_SDIO_XPRT) += ipc_router_sdio_xprt.o
|
||||||
obj-$(CONFIG_MSM_IPC_ROUTER_MHI_XPRT) += ipc_router_mhi_xprt.o
|
obj-$(CONFIG_MSM_IPC_ROUTER_MHI_XPRT) += ipc_router_mhi_xprt.o
|
||||||
obj-$(CONFIG_MSM_IPC_ROUTER_GLINK_XPRT) += ipc_router_glink_xprt.o
|
obj-$(CONFIG_MSM_IPC_ROUTER_GLINK_XPRT) += ipc_router_glink_xprt.o
|
||||||
obj-$(CONFIG_MSM_SPCOM) += spcom.o
|
obj-$(CONFIG_MSM_SPCOM) += spcom.o
|
||||||
|
|
Loading…
Add table
Reference in a new issue