xref: /linux/drivers/net/thunderbolt/Kconfig (revision 8a922b7728a93d837954315c98b84f6b78de0c4f)
1# SPDX-License-Identifier: GPL-2.0-only
2config USB4_NET
3	tristate "Networking over USB4 and Thunderbolt cables"
4	depends on USB4 && INET
5	help
6	  Select this if you want to create network between two computers
7	  over a USB4 and Thunderbolt cables. The driver supports Apple
8	  ThunderboltIP protocol and allows communication with any host
9	  supporting the same protocol including Windows and macOS.
10
11	  To compile this driver a module, choose M here. The module will be
12	  called thunderbolt_net.
13