Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

authored by

Christian Gromm and committed by
Greg Kroah-Hartman
7f921e92 11536442

+1 -2
+1 -2
drivers/staging/most/usb/Kconfig
··· 5 5 6 6 config MOST_USB 7 7 tristate "USB" 8 - depends on USB && NET 8 + depends on USB 9 9 help 10 10 Say Y here if you want to connect via USB to network transceiver. 11 - This device driver depends on the networking AIM. 12 11 13 12 To compile this driver as a module, choose M here: the 14 13 module will be called most_usb.