xref: /linux/drivers/net/thunderbolt/Kconfig (revision 2a6b6c9a226279b4f6668450ddb21ae655558087)
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