Staging
v0.5.2
https://github.com/torvalds/linux
Raw File
Tip revision: 7928b2cbe55b2a410a0f5c1f154610059c57b1b2 authored by Linus Torvalds on 11 February 2018, 23:04:29 UTC
Linux 4.16-rc1
Tip revision: 7928b2c
Kconfig
#
# MOST I2C configuration
#

config MOST_I2C
	tristate "I2C"
	depends on I2C
	---help---
	  Say Y here if you want to connect via I2C to network tranceiver.

	  To compile this driver as a module, choose M here: the
	  module will be called most_i2c.
back to top