1# SPDX-License-Identifier: GPL-2.0
2#
3# MOST I2C configuration
4#
5
6config MOST_I2C
7	tristate "I2C"
8	depends on I2C
9	help
10	  Say Y here if you want to connect via I2C to network transceiver.
11
12	  To compile this driver as a module, choose M here: the
13	  module will be called most_i2c.
14