Loading drivers/char/Kconfig +9 −0 Original line number Diff line number Diff line Loading @@ -540,6 +540,15 @@ source "drivers/s390/char/Kconfig" source "drivers/char/xillybus/Kconfig" config MSM_ADSPRPC tristate "QTI ADSP RPC driver" depends on QCOM_GLINK help Provides a communication mechanism that allows clients to make remote method invocations across processor boundary to applications/compute DSP processor. Say M if you want to enable this module. config ADI tristate "SPARC Privileged ADI driver" depends on SPARC64 Loading drivers/char/Makefile +4 −0 Original line number Diff line number Diff line Loading @@ -57,4 +57,8 @@ js-rtc-y = rtc.o obj-$(CONFIG_XILLYBUS) += xillybus/ obj-$(CONFIG_POWERNV_OP_PANEL) += powernv-op-panel.o obj-$(CONFIG_MSM_ADSPRPC) += adsprpc.o ifdef CONFIG_COMPAT obj-$(CONFIG_MSM_ADSPRPC) += adsprpc_compat.o endif obj-$(CONFIG_ADI) += adi.o Loading
drivers/char/Kconfig +9 −0 Original line number Diff line number Diff line Loading @@ -540,6 +540,15 @@ source "drivers/s390/char/Kconfig" source "drivers/char/xillybus/Kconfig" config MSM_ADSPRPC tristate "QTI ADSP RPC driver" depends on QCOM_GLINK help Provides a communication mechanism that allows clients to make remote method invocations across processor boundary to applications/compute DSP processor. Say M if you want to enable this module. config ADI tristate "SPARC Privileged ADI driver" depends on SPARC64 Loading
drivers/char/Makefile +4 −0 Original line number Diff line number Diff line Loading @@ -57,4 +57,8 @@ js-rtc-y = rtc.o obj-$(CONFIG_XILLYBUS) += xillybus/ obj-$(CONFIG_POWERNV_OP_PANEL) += powernv-op-panel.o obj-$(CONFIG_MSM_ADSPRPC) += adsprpc.o ifdef CONFIG_COMPAT obj-$(CONFIG_MSM_ADSPRPC) += adsprpc_compat.o endif obj-$(CONFIG_ADI) += adi.o