mirror of
https://github.com/torvalds/linux.git
synced 2024-11-21 19:46:16 +00:00
0d0950a968
We will be adding tracepoints to the driver so instead of littering the main network driver directory, move the driver into its own directory. While there, rename the module to thunderbolt_net (with underscore) to match with the thunderbolt_dma_test convention. Signed-off-by: Mika Westerberg <mika.westerberg@linux.intel.com> Acked-by: Yehezkel Bernat <YehezkelShB@gmail.com> Signed-off-by: Jakub Kicinski <kuba@kernel.org>
13 lines
499 B
Plaintext
13 lines
499 B
Plaintext
# SPDX-License-Identifier: GPL-2.0-only
|
|
config USB4_NET
|
|
tristate "Networking over USB4 and Thunderbolt cables"
|
|
depends on USB4 && INET
|
|
help
|
|
Select this if you want to create network between two computers
|
|
over a USB4 and Thunderbolt cables. The driver supports Apple
|
|
ThunderboltIP protocol and allows communication with any host
|
|
supporting the same protocol including Windows and macOS.
|
|
|
|
To compile this driver a module, choose M here. The module will be
|
|
called thunderbolt_net.
|