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