1*4882a593Smuzhiyunconfig BR2_PACKAGE_PYTHON_SMBUS_CFFI 2*4882a593Smuzhiyun bool "python-smbus-cffi" 3*4882a593Smuzhiyun select BR2_PACKAGE_PYTHON_CFFI 4*4882a593Smuzhiyun help 5*4882a593Smuzhiyun This Python module allows SMBus access through the I2C /dev 6*4882a593Smuzhiyun interface on Linux hosts. The host kernel must have I2C 7*4882a593Smuzhiyun support, I2C device interface support, and a bus adapter 8*4882a593Smuzhiyun driver. 9*4882a593Smuzhiyun 10*4882a593Smuzhiyun https://github.com/bivab/smbus-cffi 11