aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/most/Kconfig
diff options
context:
space:
mode:
authorChristian Gromm <christian.gromm@microchip.com>2020-07-31 14:20:58 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2020-07-31 14:38:12 +0200
commit97a6f772f36b7f52bcfa56a581bbd2470cffe23d (patch)
treecfda78fcb39ac1846b0d1a944dbd250eee0d81ed /drivers/most/Kconfig
parentstaging: most: Use %pM format specifier for MAC addresses (diff)
downloadwireguard-linux-97a6f772f36b7f52bcfa56a581bbd2470cffe23d.tar.xz
wireguard-linux-97a6f772f36b7f52bcfa56a581bbd2470cffe23d.zip
drivers: most: add USB adapter driver
This patch adds the USB driver source file most_usb.c and modifies the Makefile and Kconfig accordingly. Signed-off-by: Christian Gromm <christian.gromm@microchip.com> Link: https://lore.kernel.org/r/1596198058-26541-1-git-send-email-christian.gromm@microchip.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/most/Kconfig')
-rw-r--r--drivers/most/Kconfig11
1 files changed, 11 insertions, 0 deletions
diff --git a/drivers/most/Kconfig b/drivers/most/Kconfig
index 58d7999170a7..60fc0820dad3 100644
--- a/drivers/most/Kconfig
+++ b/drivers/most/Kconfig
@@ -13,3 +13,14 @@ menuconfig MOST
module will be called most_core.
If in doubt, say N here.
+
+if MOST
+config MOST_USB_HDM
+ tristate "USB"
+ depends on USB
+ help
+ Say Y here if you want to connect via USB to network transceiver.
+
+ To compile this driver as a module, choose M here: the
+ module will be called most_usb.
+endif