Skip to content

Commit 7f921e9

Browse files
cgrogregkh
authored andcommitted
staging: most: usb: remove NET dependency
This patch removes the dependency to NET as it is no longer needed. Signed-off-by: Christian Gromm <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent 1153644 commit 7f921e9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

drivers/staging/most/usb/Kconfig

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,9 @@
55

66
config MOST_USB
77
tristate "USB"
8-
depends on USB && NET
8+
depends on USB
99
help
1010
Say Y here if you want to connect via USB to network transceiver.
11-
This device driver depends on the networking AIM.
1211

1312
To compile this driver as a module, choose M here: the
1413
module will be called most_usb.

0 commit comments

Comments
 (0)