1# SPDX-License-Identifier: GPL-2.0 2# 3# MOST USB configuration 4# 5 6config MOST_USB 7 tristate "USB" 8 depends on USB && NET 9 help 10 Say Y here if you want to connect via USB to network tranceiver. 11 This device driver depends on the networking AIM. 12 13 To compile this driver as a module, choose M here: the 14 module will be called most_usb. 15