staging: most: usb: remove NET dependency
authorChristian Gromm <christian.gromm@microchip.com>
Tue, 28 Jul 2020 09:07:55 +0000 (11:07 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 29 Jul 2020 12:00:25 +0000 (14:00 +0200)
This patch removes the dependency to NET as it is no longer needed.

Signed-off-by: Christian Gromm <christian.gromm@microchip.com>
Link: https://lore.kernel.org/r/1595927275-27462-1-git-send-email-christian.gromm@microchip.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/most/usb/Kconfig

index 75dc25c..a47a973 100644 (file)
@@ -5,10 +5,9 @@
 
 config MOST_USB
        tristate "USB"
-       depends on USB && NET
+       depends on USB
        help
          Say Y here if you want to connect via USB to network transceiver.
-         This device driver depends on the networking AIM.
 
          To compile this driver as a module, choose M here: the
          module will be called most_usb.