From 28fb4e59a47d7f1f0c7a26d2ed3a671c26158536 Mon Sep 17 00:00:00 2001 From: Bjorn Andersson Date: Thu, 26 Apr 2018 22:28:49 -0700 Subject: net: qrtr: Expose tunneling endpoint to user space This implements a misc character device named "qrtr-tun" for the purpose of allowing user space applications to implement endpoints in the qrtr network. This allows more advanced (and dynamic) testing of the qrtr code as well as opens up the ability of tunneling qrtr over a network or USB link. Signed-off-by: Bjorn Andersson Signed-off-by: David S. Miller --- net/qrtr/Kconfig | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'net/qrtr/Kconfig') diff --git a/net/qrtr/Kconfig b/net/qrtr/Kconfig index 326fd97444f5..1944834d225c 100644 --- a/net/qrtr/Kconfig +++ b/net/qrtr/Kconfig @@ -21,4 +21,11 @@ config QRTR_SMD Say Y here to support SMD based ipcrouter channels. SMD is the most common transport for IPC Router. +config QRTR_TUN + tristate "TUN device for Qualcomm IPC Router" + ---help--- + Say Y here to expose a character device that allows user space to + implement endpoints of QRTR, for purpose of tunneling data to other + hosts or testing purposes. + endif # QRTR -- cgit