• Home
  • Raw
  • Download

Lines Matching +full:system +full:- +full:on +full:- +full:module

1 # SPDX-License-Identifier: GPL-2.0-only
13 I2C (pronounce: I-squared-C) is a slow serial bus protocol used in
15 or System Management Bus is a subset of the I2C protocol. More
25 This I2C support can also be built as a module. If so, the module
26 will be called i2c-core.
30 depends on I2C=y && ACPI
44 bool "Enable compatibility bits for old user-space"
47 Say Y here if you intend to run lm-sensors 3.1.1 or older, or any
48 other user-space package which expects i2c adapters to be class
54 Say Y here to use i2c-* device files, usually found in the /dev
55 directory on your system. They make it possible to have user-space
56 programs use the I2C bus. Information on how to do this is
57 contained in the file <file:Documentation/i2c/dev-interface.rst>.
59 This support is also available as a module. If so, the module
60 will be called i2c-dev.
69 This support is also available as a module. If so, the module
70 will be called i2c-mux.
78 Some I2C bus drivers require so-called "I2C algorithm" modules
79 to work. These are basically software-only abstractions of generic
89 tristate "SMBus-specific protocols" if !I2C_HELPER_AUTO
95 This support is also available as a module. If so, the module
96 will be called i2c-smbus.
103 depends on m
105 This module may be useful to developers of SMBus client drivers,
108 If you do build this module, be sure to read the notes and warnings
109 in <file:Documentation/i2c/i2c-stub.rst>.
118 read Documentation/i2c/slave-interface.rst for further details.
126 Documentation/i2c/slave-eeprom-backend.rst for further details.
133 multi-master, SMBus Host Notify, etc. Please read
134 Documentation/i2c/slave-testunit-backend.rst for further details.
142 messages to the system log. Select this if you are having a
143 problem with I2C support and want to see more of what is going on.
149 of debug messages to the system log. Select this if you are having
151 on.
155 depends on HAS_IOMEM
158 debug messages to the system log. Select this if you are having
160 on.