summaryrefslogtreecommitdiff
path: root/drivers/staging/most
diff options
context:
space:
mode:
authorChristian Gromm <christian.gromm@microchip.com>2020-07-28 11:07:55 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2020-07-29 14:00:25 +0200
commit7f921e92e72a52e6390207d3ebeb8f3b5966ebde (patch)
tree55ee7874a57cc8ec81ea95b2467f9ff6e1017305 /drivers/staging/most
parent11536442a3b4e1de6890ea5e805908debb74f94a (diff)
staging: most: usb: remove NET dependency
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>
Diffstat (limited to 'drivers/staging/most')
-rw-r--r--drivers/staging/most/usb/Kconfig3
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/staging/most/usb/Kconfig b/drivers/staging/most/usb/Kconfig
index 75dc25c0e0e5..a47a973dfb1d 100644
--- a/drivers/staging/most/usb/Kconfig
+++ b/drivers/staging/most/usb/Kconfig
@@ -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.