diff options
author | Mika Westerberg <mika.westerberg@linux.intel.com> | 2023-01-11 07:26:31 +0100 |
---|---|---|
committer | Jakub Kicinski <kuba@kernel.org> | 2023-01-13 06:19:30 +0100 |
commit | 0d0950a968009fd6e5c2a3763b2c6e81b3805b05 (patch) | |
tree | f4938b6e8461245a76dce8a06e8a1c3e5b1a3b0f /drivers/net/thunderbolt/Kconfig | |
parent | u64_stat: Remove the obsolete fetch_irq() variants. (diff) | |
download | linux-0d0950a968009fd6e5c2a3763b2c6e81b3805b05.tar.xz linux-0d0950a968009fd6e5c2a3763b2c6e81b3805b05.zip |
net: thunderbolt: Move into own directory
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>
Diffstat (limited to 'drivers/net/thunderbolt/Kconfig')
-rw-r--r-- | drivers/net/thunderbolt/Kconfig | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/drivers/net/thunderbolt/Kconfig b/drivers/net/thunderbolt/Kconfig new file mode 100644 index 000000000000..e127848c8cbd --- /dev/null +++ b/drivers/net/thunderbolt/Kconfig @@ -0,0 +1,12 @@ +# 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. |