I2C
Not to be confused with I2P.
Resources
[[Article description::This article describes the setup of ''I<sup>2</sup>C'' ('''I'''nter-'''I'''ntegrated '''C'''ircuit) controllers.]]
Hardware detection
To choose the right driver, first detect the used I2C controllers. The lspci tool can be used for this task:
root #
lspci | grep -i smbus
Installation
Kernel
The following kernel options need to be activated:
KERNEL
Device Drivers ---> <*> I2C support ---> <*> I2C device interface [*] Autoselect pertinent helper modules I2C Hardware Bus support ---> Select the driver for your I2C controller, e.g.: <*> Intel 82801 (ICH/PCH) (i2c-i801)
This article is issued from Gentoo. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.