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