OXIESEC PANEL
- Current Dir:
/
/
usr
/
src
/
linux-headers-4.15.0-197
/
net
/
qrtr
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
11/17/2022 06:42:23 AM
rwxr-xr-x
📄
Kconfig
651 bytes
01/28/2018 09:20:33 PM
rw-r--r--
📄
Makefile
87 bytes
01/28/2018 09:20:33 PM
rw-r--r--
Editing: Kconfig
Close
# Qualcomm IPC Router configuration # config QRTR tristate "Qualcomm IPC Router support" depends on ARCH_QCOM || COMPILE_TEST ---help--- Say Y if you intend to use Qualcomm IPC router protocol. The protocol is used to communicate with services provided by other hardware blocks in the system. In order to do service lookups, a userspace daemon is required to maintain a service listing. if QRTR config QRTR_SMD tristate "SMD IPC Router channels" depends on RPMSG || (COMPILE_TEST && RPMSG=n) ---help--- Say Y here to support SMD based ipcrouter channels. SMD is the most common transport for IPC Router. endif # QRTR